Jump to content
  • We are looking for staff for the Wiki area!
    If interested please
    click here and select "Documentation Team"

  • quest_template


    antz
     NOTE:  This page is auto-generated from the MAGNET DBDocs module,
                 Any changes made directly to this page will be lost when it is regenerated.

    Description of the 'quest_template' table for MaNGOSThree

    Contains all basic definitions of quests available.

    Table Notes

    This table uses the 'MyISAM' DB Engine

    The Field definitions follow:

    Field Name Field Type Nullable Key Default Value Attributes Notes
    entry mediumint(8) unsigned NO PRI '0'   The unique identifier of the quest template entry.
    Method tinyint(3) unsigned NO '2'   This flag decides how a quest will be handled.
    ZoneOrSort smallint(6) NO '0'   Defines the category under which a quest will be listed.
    MinLevel tinyint(3) unsigned NO '0'   The lowest level allowed to accept the quest.
    QuestLevel smallint(6) NO '0'   The quest's level.
    Type smallint(5) unsigned NO '0'   Quest's difficulty.
    RequiredClasses smallint(5) unsigned NO '0'   Required classes mask.
    RequiredRaces int(7) unsigned NO '0'   Required races mask.
    RequiredSkill smallint(5) unsigned NO '0'   Required skill type.
    RequiredSkillValue smallint(5) unsigned NO '0'   Required skill value.
    RepObjectiveFaction smallint(5) unsigned NO '0'   Faction [See Faction.dbc].
    RepObjectiveValue mediumint(9) NO '0'   Reputation value.
    RequiredMinRepFaction smallint(5) unsigned NO '0'   Faction [See Faction.dbc].
    RequiredMinRepValue mediumint(9) NO '0'   Reputation value.
    RequiredMaxRepFaction smallint(5) unsigned NO '0'   Faction ID of required faction to have max rep with.
    RequiredMaxRepValue mediumint(9) NO '0'   The highest reputation value allowed for obtaining the quest.
    SuggestedPlayers tinyint(3) unsigned NO '0'   Recommended number of players to complete quest.
    LimitTime int(10) unsigned NO '0'   The time limit to complete the quest.
    QuestFlags mediumint(8) unsigned NO '0'   The quest flags give additional details on the quest type.
    SpecialFlags tinyint(3) unsigned NO '0'   Flags used to define special behaviour.
    CharTitleId tinyint(3) unsigned NO '0'    
    PlayersSlain tinyint(3) unsigned NO '0'    
    BonusTalents tinyint(3) unsigned NO '0'    
    PortraitGiver mediumint(9) NO '0'    
    PortraitTurnIn mediumint(9) NO '0'    
    PrevQuestId mediumint(9) NO '0'   Quest ID of the preceding or an exisiting quest.
    NextQuestId mediumint(9) NO '0'   Quest ID of the follow-up quest [See description for more information]
    ExclusiveGroup mediumint(9) NO '0'   This allows the grouping of multiple quests [See description].
    NextQuestInChain mediumint(8) unsigned NO '0'   Quest ID of next quest in chain.
    RewXPId tinyint(3) unsigned NO '0'    
    SrcItemId mediumint(8) unsigned NO '0'   Item ID of an item that the charcter starts the quest with.
    SrcItemCount tinyint(3) unsigned NO '0'   Total number of items (SrcItemId) the character starts off with
    SrcSpell mediumint(8) unsigned NO '0'   Spell ID of the spell cast on the character on acceptance of the quest.
    Title text YES 'NULL'   The title of the quest.
    Details text YES 'NULL'   The quest text.
    Objectives text YES 'NULL'   The quest's objective in text form.
    OfferRewardText text YES 'NULL'   The text sent to a character when talking to the quest giver.
    RequestItemsText text YES 'NULL'   The text sent to a character when talking to a quest giver.
    EndText text YES 'NULL'   See description in the lower half of the page.
    CompletedText text YES 'NULL'    
    PortraitGiverName text YES 'NULL'    
    PortraitGiverText text YES 'NULL'    
    PortraitTurnInName text YES 'NULL'    
    PortraitTurnInText text YES 'NULL'    
    ObjectiveText1 text YES 'NULL'   Set to a text string, to show up as requirement in the quest log entry.
    ObjectiveText2 text YES 'NULL'   Set to a text string, to show up as requirement in the quest log entry.
    ObjectiveText3 text YES 'NULL'   Set to a text string, to show up as requirement in the quest log entry.
    ObjectiveText4 text YES 'NULL'   Set to a text string, to show up as requirement in the quest log entry.
    ReqItemId1 mediumint(8) unsigned NO '0'   item_template ID of an item required for quest completion.
    ReqItemId2 mediumint(8) unsigned NO '0'   item_template ID of an item required for quest completion.
    ReqItemId3 mediumint(8) unsigned NO '0'   item_template ID of an item required for quest completion.
    ReqItemId4 mediumint(8) unsigned NO '0'   item_template ID of an item required for quest completion.
    ReqItemId5 mediumint(8) unsigned NO '0'    
    ReqItemId6 mediumint(8) unsigned NO '0'    
    ReqItemCount1 smallint(5) unsigned NO '0'   Amount of items (ReqItemId1) needed to complete the quest.
    ReqItemCount2 smallint(5) unsigned NO '0'   Amount of items (ReqItemId2) needed to complete the quest.
    ReqItemCount3 smallint(5) unsigned NO '0'   Amount of items (ReqItemId3) needed to complete the quest
    ReqItemCount4 smallint(5) unsigned NO '0'   Amount of items (ReqItemId4) needed to complete the quest.
    ReqItemCount5 smallint(5) unsigned NO '0'   Amount of items (ReqItemId5) needed to complete the quest.
    ReqItemCount6 smallint(5) unsigned NO '0'   Amount of items (ReqItemId6) needed to complete the quest.
    ReqSourceId1 mediumint(8) unsigned NO '0'   item_template ID of the item required for making quest items
    ReqSourceId2 mediumint(8) unsigned NO '0'   item_template ID of the item required for making quest items
    ReqSourceId3 mediumint(8) unsigned NO '0'   item_template ID of the item required for making quest items
    ReqSourceId4 mediumint(8) unsigned NO '0'   item_template ID of the item required for making quest items
    ReqSourceCount1 smallint(5) unsigned NO '0'   If ReqSourceId1 is set, set this to the amount of required items.
    ReqSourceCount2 smallint(5) unsigned NO '0'   If ReqSourceId2 is set, set this to the amount of required items.
    ReqSourceCount3 smallint(5) unsigned NO '0'   If ReqSourceId3 is set, set this to the amount of required items.
    ReqSourceCount4 smallint(5) unsigned NO '0'   If ReqSourceId4 is set, set this to the amount of required items.
    ReqCreatureOrGOId1 mediumint(9) NO '0'   ID of required creature or game object.
    ReqCreatureOrGOId2 mediumint(9) NO '0'   ID of required creature or game object.
    ReqCreatureOrGOId3 mediumint(9) NO '0'   ID of required creature or game object.
    ReqCreatureOrGOId4 mediumint(9) NO '0'   ID of required creature or game object.
    ReqCreatureOrGOCount1 smallint(5) unsigned NO '0'   The amount of creatures or game objects required for the quest.
    ReqCreatureOrGOCount2 smallint(5) unsigned NO '0'   The amount of creatures or game objects required for the quest.
    ReqCreatureOrGOCount3 smallint(5) unsigned NO '0'   The amount of creatures or game objects required for the quest.
    ReqCreatureOrGOCount4 smallint(5) unsigned NO '0'   The amount of creatures or game objects required for the quest.
    ReqCurrencyId1 mediumint(8) unsigned NO '0'    
    ReqCurrencyId2 mediumint(8) unsigned NO '0'    
    ReqCurrencyId3 mediumint(8) unsigned NO '0'    
    ReqCurrencyId4 mediumint(8) unsigned NO '0'    
    ReqCurrencyCount1 mediumint(9) NO '0'    
    ReqCurrencyCount2 mediumint(9) NO '0'    
    ReqCurrencyCount3 mediumint(9) NO '0'    
    ReqCurrencyCount4 mediumint(9) NO '0'    
    ReqSpellCast1 mediumint(8) unsigned NO '0'   Spell ID of the spell that must be cast for the quest.
    ReqSpellCast2 mediumint(8) unsigned NO '0'   Spell ID of the spell that must be cast for the quest.
    ReqSpellCast3 mediumint(8) unsigned NO '0'   Spell ID of the spell that must be cast for the quest.
    ReqSpellCast4 mediumint(8) unsigned NO '0'   Spell ID of the spell that must be cast for the quest.
    ReqSpellLearned mediumint(8) unsigned NO '0'    
    RewChoiceItemId1 mediumint(8) unsigned NO '0'   item_template Entry ID of one possible reward.
    RewChoiceItemId2 mediumint(8) unsigned NO '0'   item_template Entry ID of one possible reward.
    RewChoiceItemId3 mediumint(8) unsigned NO '0'   item_template Entry ID of one possible reward.
    RewChoiceItemId4 mediumint(8) unsigned NO '0'   item_template Entry ID of one possible reward.
    RewChoiceItemId5 mediumint(8) unsigned NO '0'   item_template Entry ID of one possible reward.
    RewChoiceItemId6 mediumint(8) unsigned NO '0'   item_template Entry ID of one possible reward.
    RewChoiceItemCount1 smallint(5) unsigned NO '0'   This defines the number of charges available for the rewarded item.
    RewChoiceItemCount2 smallint(5) unsigned NO '0'   This defines the number of charges available for the rewarded item.
    RewChoiceItemCount3 smallint(5) unsigned NO '0'   This defines the number of charges available for the rewarded item.
    RewChoiceItemCount4 smallint(5) unsigned NO '0'   This defines the number of charges available for the rewarded item.
    RewChoiceItemCount5 smallint(5) unsigned NO '0'   This defines the number of charges available for the rewarded item.
    RewChoiceItemCount6 smallint(5) unsigned NO '0'   This defines the number of charges available for the rewarded item.
    RewItemId1 mediumint(8) unsigned NO '0'   item_template Entry ID of the reward.
    RewItemId2 mediumint(8) unsigned NO '0'   item_template Entry ID of the reward.
    RewItemId3 mediumint(8) unsigned NO '0'   item_template Entry ID of the reward.
    RewItemId4 mediumint(8) unsigned NO '0'   item_template Entry ID of the reward.
    RewItemCount1 smallint(5) unsigned NO '0'   This defines the amount if items to be rewarded.
    RewItemCount2 smallint(5) unsigned NO '0'   This defines the amount if items to be rewarded.
    RewItemCount3 smallint(5) unsigned NO '0'   This defines the amount if items to be rewarded.
    RewItemCount4 smallint(5) unsigned NO '0'   This defines the amount if items to be rewarded.
    RewCurrencyId1 mediumint(8) unsigned NO '0'    
    RewCurrencyId2 mediumint(8) unsigned NO '0'    
    RewCurrencyId3 mediumint(8) unsigned NO '0'    
    RewCurrencyId4 mediumint(8) unsigned NO '0'    
    RewCurrencyCount1 mediumint(9) NO '0'    
    RewCurrencyCount2 mediumint(9) NO '0'    
    RewCurrencyCount3 mediumint(9) NO '0'    
    RewCurrencyCount4 mediumint(9) NO '0'    
    RewSkill smallint(5) unsigned NO '0'    
    RewSkillValue smallint(5) unsigned NO '0'    
    RewRepFaction1 smallint(5) unsigned NO '0'   This is the faction ID of the faction whose rep is to be a reward.
    RewRepFaction2 smallint(5) unsigned NO '0'   This is the faction ID of the faction whose rep is to be a reward.
    RewRepFaction3 smallint(5) unsigned NO '0'   This is the faction ID of the faction whose rep is to be a reward.
    RewRepFaction4 smallint(5) unsigned NO '0'   This is the faction ID of the faction whose rep is to be a reward.
    RewRepFaction5 smallint(5) unsigned NO '0'   This is the faction ID of the faction whose rep is to be a reward.
    RewRepValueId1 tinyint(3) NO '0'    
    RewRepValueId2 tinyint(3) NO '0'    
    RewRepValueId3 tinyint(3) NO '0'    
    RewRepValueId4 tinyint(3) NO '0'    
    RewRepValueId5 tinyint(3) NO '0'    
    RewRepValue1 mediumint(9) NO '0'   This defines the amount of reputation gain or loss for the referenced faction.
    RewRepValue2 mediumint(9) NO '0'   This defines the amount of reputation gain or loss for the referenced faction.
    RewRepValue3 mediumint(9) NO '0'   This defines the amount of reputation gain or loss for the referenced faction.
    RewRepValue4 mediumint(9) NO '0'   This defines the amount of reputation gain or loss for the referenced faction.
    RewRepValue5 mediumint(9) NO '0'   This defines the amount of reputation gain or loss for the referenced faction.
    RewHonorAddition int(10) unsigned NO '0'    
    RewHonorMultiplier float NO '0'    
    RewOrReqMoney int(11) NO '0'   Required money for starting the quest, or award money for completing the quest.
    RewMoneyMaxLevel int(10) unsigned NO '0'   The amount of experience or money to be rewarded.
    RewSpell mediumint(8) unsigned NO '0'   Spell ID of spell to be cast as a reward.
    RewSpellCast mediumint(8) unsigned NO '0'   Spell ID of additional spell to be cast, different to RewSpell.
    RewMailTemplateId mediumint(8) unsigned NO '0'   mail_loot_template Entry ID of mail to be sent as a reward.
    RewMailDelaySecs int(11) unsigned NO '0'   The number of seconds to wait before sending the reward mail.
    PointMapId smallint(5) unsigned NO '0'   A location (POI) to be highlighted on the map while the quest is active.
    PointX float NO '0'   X coordinate of quest POI.
    PointY float NO '0'   Y coordinate of quest POI.
    PointOpt mediumint(8) unsigned NO '0'    
    DetailsEmote1 smallint(5) unsigned NO '0'   This references the emote to be shown upon displaying quest details.
    DetailsEmote2 smallint(5) unsigned NO '0'   This references the emote to be shown upon displaying quest details.
    DetailsEmote3 smallint(5) unsigned NO '0'   This references the emote to be shown upon displaying quest details.
    DetailsEmote4 smallint(5) unsigned NO '0'   This references the emote to be shown upon displaying quest details.
    DetailsEmoteDelay1 int(11) unsigned NO '0'   The number of seconds to delay the emote.
    DetailsEmoteDelay2 int(11) unsigned NO '0'   The number of seconds to delay the emote.
    DetailsEmoteDelay3 int(11) unsigned NO '0'   The number of seconds to delay the emote.
    DetailsEmoteDelay4 int(11) unsigned NO '0'   The number of seconds to delay the emote.
    IncompleteEmote smallint(5) unsigned NO '0'   This references the emotes identifier in the Emotes.dbc table.
    CompleteEmote smallint(5) unsigned NO '0'   This references the emotes identifier in the Emotes.dbc table.
    OfferRewardEmote1 smallint(5) unsigned NO '0'   Emotes.dbc ID of emote to be shown on quest completion.
    OfferRewardEmote2 smallint(5) unsigned NO '0'   Emotes.dbc ID of emote to be shown on quest completion.
    OfferRewardEmote3 smallint(5) unsigned NO '0'   Emotes.dbc ID of emote to be shown on quest completion.
    OfferRewardEmote4 smallint(5) unsigned NO '0'   Emotes.dbc ID of emote to be shown on quest completion.
    OfferRewardEmoteDelay1 int(11) unsigned NO '0'   The number of seconds to delay before the emote is actioned.
    OfferRewardEmoteDelay2 int(11) unsigned NO '0'   The number of seconds to delay before the emote is actioned.
    OfferRewardEmoteDelay3 int(11) unsigned NO '0'   The number of seconds to delay before the emote is actioned.
    OfferRewardEmoteDelay4 int(11) unsigned NO '0'   The number of seconds to delay before the emote is actioned.
    SoundAccept smallint(5) unsigned NO '0'    
    SoundTurnIn smallint(5) unsigned NO '0'    
    StartScript mediumint(8) unsigned NO '0'   dbscripts_on_quest_start Entry ID of the script to be run at quest start.
    CompleteScript mediumint(8) unsigned NO '0'   dbscripts_on_quest_start Entry ID of the script to be run at quest end.

    Description of the fields

    entry mediumint(8) unsigned

    The unique identifier of the quest template entry.

    Method tinyint(3) unsigned

    This flag decides how a quest will be handled.
    Allowed values: 0 autocompleted, 1 disabled, 2 usual handling.

    ZoneOrSort smallint(6)

    Defines the category under which a quest will be listed in the in-game quest log. Depending on the sign of the value different category sources will be used. * If the value is > 0, the value references an entry from AreaTable.dbc. * If the value is < 0, the value references an entry from QuestSort.dbc. This is usually the case for class or skill related quests.

    MinLevel tinyint(3) unsigned

    The lowest level allowed to accept the quest.

    QuestLevel smallint(6)

    The quest's level. Depending on the quest's level, the experience rewarded for the quest will be awarded. *If a character's level is <= QuestLevel+5, full experience will be given. *If QuestLevel is set to -1, the character's level will be used as QuestLevel.

    Type smallint(5) unsigned

    Classifies a quest's difficulty. This references an entry from QuestInfo.dbc [See QuestInfo.dbc]. The following table lists allowed values:

    Type Value Meaning
    QUEST_TYPE_ELITE 1 Killing an elite mob.
    QUEST_TYPE_LIFE 21 Character should not die during the quest.
    QUEST_TYPE_PVP 41 Killing other characters or PvP flagged NPCs.
    QUEST_TYPE_RAID 62 Completable in raid only.
    QUEST_TYPE_DUNGEON 81 Dungeon-related.
    QUEST_TYPE_WORLD_EVENT 82 Calendar event related.
    QUEST_TYPE_LEGENDARY 83 Unique and complex.
    QUEST_TYPE_ESCORT 84 (Escort quest is not listed in QuestInfo.dbc.)

    RequiredClasses smallint(5) unsigned

    Bitmask of the classes which may obtain the quest (any if 0).

    Class Value (hex) Value (dec)
    CLASS_WARRIOR 0x1 1
    CLASS_PALADIN 0x2 2
    CLASS_HUNTER 0x4 4
    CLASS_ROGUE 0x8 8
    CLASS_PRIEST 0x10 16
    CLASS_DEATHKNIGHT 0x20 32
    CLASS_SHAMAN 0x40 64
    CLASS_MAGE 0x80 128
    CLASS_WARLOCK 0x100 256
    CLASS_DRUID 0x400 1024

    RequiredRaces int(7) unsigned

    Mask of the races which may obtain the quest (any if 0).

    Race Mask Value (hex) Mask Value (dec) First Expansion Available
    Human 0x1 1 Classic
    Orc 0x2 2 Classic
    Dwarf 0x4 4 Classic
    Night Elf 0x8 8 Classic
    Undead 0x10 16 Classic
    Tauren 0x20 32 Classic
    Gnome 0x40 64 Classic
    Troll 0x80 128 Classic
    Goblin 0x100 256 Classic
    Blood Elf 0x200 512 TBC
    Dranei 0x400 1024 TBC
    Fel Orc 0x800 2048 TBC
    Naga 0x1000 4096 TBC
    Broken 0x2000 8192 TBC
    Skeleton 0x4000 16384 TBC
    Vrykul 0x8000 32768 WotLK
    Turkarr 0x10000 65536 WotLK
    Forest Troll 0x20000 131072 WotLK
    Taunka 0x40000 262144 WotLK
    Northrend Skeleton 0x80000 524288 WotLK
    Ice Troll 0x100000 1048576 WotLK
    Worgen 0x200000 2097152 Cata

    RequiredSkill smallint(5) unsigned

    Skill type required from character to obtain the quest.

    Skill name Value
    SKILL_FROST 6
    SKILL_FIRE 8
    SKILL_ARMS 26
    SKILL_COMBAT 38
    SKILL_SUBTLETY 39
    SKILL_POISONS 40
    SKILL_SWORDS 43
    SKILL_AXES 44
    SKILL_BOWS 45
    SKILL_GUNS 46
    SKILL_BEAST_MASTERY 50
    SKILL_SURVIVAL 51
    SKILL_MACES 54
    SKILL_2H_SWORDS 55
    SKILL_HOLY 56
    SKILL_SHADOW 78
    SKILL_DEFENSE 95
    SKILL_LANG_COMMON 98
    SKILL_RACIAL_DWARVEN 101
    SKILL_LANG_ORCISH 109
    SKILL_LANG_DWARVEN 111
    SKILL_LANG_DARNASSIAN 113
    SKILL_LANG_TAURAHE 115
    SKILL_DUAL_WIELD 118
    SKILL_RACIAL_TAUREN 124
    SKILL_ORC_RACIAL 125
    SKILL_RACIAL_NIGHT_ELF 126
    SKILL_FIRST_AID 129
    SKILL_FERAL_COMBAT 134
    SKILL_STAVES 136
    SKILL_LANG_THALASSIAN 137
    SKILL_LANG_DRACONIC 138
    SKILL_LANG_DEMON_TONGUE 139
    SKILL_LANG_TITAN 140
    SKILL_LANG_OLD_TONGUE 141
    SKILL_SURVIVAL2 142
    SKILL_RIDING_HORSE 148
    SKILL_RIDING_WOLF 149
    SKILL_RIDING_TIGER 150
    SKILL_RIDING_RAM 152
    SKILL_SWIMING 155
    SKILL_2H_MACES 160
    SKILL_UNARMED 162
    SKILL_MARKSMANSHIP 163
    SKILL_BLACKSMITHING 164
    SKILL_LEATHERWORKING 165
    SKILL_ALCHEMY 171
    SKILL_2H_AXES 172
    SKILL_DAGGERS 173
    SKILL_THROWN 176
    SKILL_HERBALISM 182
    SKILL_GENERIC_DND 183
    SKILL_RETRIBUTION 184
    SKILL_COOKING 185
    SKILL_MINING 186
    SKILL_PET_IMP 188
    SKILL_PET_FELHUNTER 189
    SKILL_TAILORING 197
    SKILL_ENGINEERING 202
    SKILL_PET_SPIDER 203
    SKILL_PET_VOIDWALKER 204
    SKILL_PET_SUCCUBUS 205
    SKILL_PET_INFERNAL 206
    SKILL_PET_DOOMGUARD 207
    SKILL_PET_WOLF 208
    SKILL_PET_CAT 209
    SKILL_PET_BEAR 210
    SKILL_PET_BOAR 211
    SKILL_PET_CROCILISK 212
    SKILL_PET_CARRION_BIRD 213
    SKILL_PET_CRAB 214
    SKILL_PET_GORILLA 215
    SKILL_PET_RAPTOR 217
    SKILL_PET_TALLSTRIDER 218
    SKILL_RACIAL_UNDED 220
    SKILL_CROSSBOWS 226
    SKILL_WANDS 228
    SKILL_POLEARMS 229
    SKILL_PET_SCORPID 236
    SKILL_ARCANE 237
    SKILL_PET_TURTLE 251
    SKILL_ASSASSINATION 253
    SKILL_FURY 256
    SKILL_PROTECTION 257
    SKILL_BEAST_TRAINING 261
    SKILL_PROTECTION2 267
    SKILL_PET_TALENTS 270
    SKILL_PLATE_MAIL 293
    SKILL_LANG_GNOMISH 313
    SKILL_LANG_TROLL 315
    SKILL_ENCHANTING 333
    SKILL_DEMONOLOGY 354
    SKILL_AFFLICTION 355
    SKILL_FISHING 356
    SKILL_ENHANCEMENT 373
    SKILL_RESTORATION 374
    SKILL_ELEMENTAL_COMBAT 375
    SKILL_SKINNING 393
    SKILL_MAIL 413
    SKILL_LEATHER 414
    SKILL_CLOTH 415
    SKILL_SHIELD 433
    SKILL_FIST_WEAPONS 473
    SKILL_RIDING_RAPTOR 533
    SKILL_RIDING_MECHANOSTRIDER 553
    SKILL_RIDING_UNDEAD_HORSE 554
    SKILL_RESTORATION2 573
    SKILL_BALANCE 574
    SKILL_DESTRUCTION 593
    SKILL_HOLY2 594
    SKILL_DISCIPLINE 613
    SKILL_LOCKPICKING 633
    SKILL_PET_BAT 653
    SKILL_PET_HYENA 654
    SKILL_PET_OWL 655
    SKILL_PET_WIND_SERPENT 656
    SKILL_LANG_GUTTERSPEAK 673
    SKILL_RIDING_KODO 713
    SKILL_RACIAL_TROLL 733
    SKILL_RACIAL_GNOME 753
    SKILL_RACIAL_HUMAN 754
    SKILL_PET_EVENT_RC 758
    SKILL_RIDING 762

    RequiredSkillValue smallint(5) unsigned

    Required value of the skill allowing character to obtain the quest.

    RepObjectiveFaction smallint(5) unsigned

    Faction [See Faction.dbc] to which the character should have a given reputation for completing the quest.

    RepObjectiveValue mediumint(9)

    The value of the reputation the character should have to a given faction for completing the quest.

    RequiredMinRepFaction smallint(5) unsigned

    The faction [See Faction.dbc] to which the character should have a given reputation value (not below) for obtaining the quest.

    RequiredMinRepValue mediumint(9)

    The reputation value that should not be above the character standing in order to obtain teh quest.

    RequiredMaxRepFaction smallint(5) unsigned

    If a quest is obtainable if the character has a specific maximum reputation with a faction, this value is set to a faction identifier, referencing an entry from the Faction.dbc table.

    RequiredMaxRepValue mediumint(9)

    If RequiredManRepFaction is defined, this value specifies the highest reputation value allowed for obtaining the quest.

    SuggestedPlayers tinyint(3) unsigned

    If a quest would require more characters to cooperate for completing the quest - when the characters are in a valid level range - this value may be set to the amount of characters recommended to group up for completing the quest.

    LimitTime int(10) unsigned

    Setting this to a value in seconds will put a time limit on a quest, ticking from the moment a quest was accepted.

    QuestFlags mediumint(8) unsigned

    The quest flags give additional details on the quest type. Flags set here will determine mostly grouping behaviour. Multiple flags may be combined.

    The following table list known flags.

    Value Name Description
    0 QUEST_FLAGS_NONE Nothing special going on.
    1 QUEST_FLAGS_STAY_ALIVE If the character dies, the quest will fail
    2 QUEST_FLAGS_PARTY_ACCEPT If the character is grouped, all players that can accept this quest will receive confirmation box to accept quest
    4 QUEST_FLAGS_EXPLORATION Quest requires the character to explore a zone
    8 QUEST_FLAGS_SHARABLE Quest may be shared with other characters
    16 QUEST_FLAGS_UNUSED1 Not used by any quest.
    32 QUEST_FLAGS_EPIC Epic class quests?
    64 QUEST_FLAGS_RAID Raid quests.
    128 QUEST_FLAGS_UNUSED2 Not used by any quest.
    256 QUEST_FLAGS_UNK2 Not used currently: DELIVERMORE Quest needs more than normal q-item drops from mobs
    512 QUEST_FLAGS_HIDDEN_REWARDS Items and money rewarded only sent in SMSG_QUESTGIVER_OFFER_REWARD (not in SMSG_QUESTGIVER_QUEST_DETAILS or in client quest log(SMSG_QUEST_QUERY_RESPONSE))
    1024 QUEST_FLAGS_AUTO_REWARDED These quests are automatically rewarded on quest complete and they will never appear in quest log client side.




    Note:
    Not all quest flags are currently supported by the core.

    SpecialFlags tinyint(3) unsigned

    If quests need any special behaviour, these flags can be used to allow for it. Multiple special flags may be combined.

    Currently the following special cases are available.

    Value Description
    0 Nothing special going on.
    1 The quest is repeatable.
    2 Quest requires exploration or an event, handled by the script library.

    CharTitleId tinyint(3) unsigned

    PlayersSlain tinyint(3) unsigned

    BonusTalents tinyint(3) unsigned

    PortraitGiver mediumint(9)

    PortraitTurnIn mediumint(9)

    PrevQuestId mediumint(9)

    This points to a "quest_template" table being a previous requirement. Depending on the signedness of the value, different requirements are set.

    If the value is > 0, the given quest needs to be completed prior to getting this quest.
    If the value is < 0, the given quest has to be active in the quest log to get this quest.

    NextQuestId mediumint(9)

    This points to a "quest_template" table being a follow-up. Depending on the signedness of the value, different requirements are set.

    If the value is > 0, this contains the quest identifier of the next quest, if setting the previous quest identifier on it is not sufficient.
    If the value is < 0, this contains a quest identifier for quests where multiple follow-ups are possible. Previous quest identifier can be set to this quest identifier, too.

    ExclusiveGroup mediumint(9)

    Allows to group multiple quests into a group, where only one quest can be completed from, or all quests need to be completed.

    If the value is > 0, all quests having this value set, will be put into a group of which only one quest may be completed to get this quest.
    If the value is < 0, all quests having this value set, will be put into a group of which all quests have to be completed to get this quest.

    NextQuestInChain mediumint(8) unsigned

    If ending a quest should immediately start a new quest set this to a quest identifier referencing the "quest_template" table.

    RewXPId tinyint(3) unsigned

    SrcItemId mediumint(8) unsigned

    If starting a quest should give items to the character, set this field to an item identifier referencing the "item_template" table.

    SrcItemCount tinyint(3) unsigned

    If SrcItemId is set, this can be set to the amount of item copies to give to the character.

    SrcSpell mediumint(8) unsigned

    If a spell should be casted on a character upon starting the quest, set this to a spell identifier referencing the Spell.dbc table.

    Title text

    The title of the quest.

    Details text

    The quest text, supporting a few variables to insert character related data into the quest's text.

    Value Description
    %S Creature Name
    $A Achievement
    $B Carriage Return
    $C Character Class
    $GmaleText:FemaleText; Gender Text - See Below
    $N Character Name
    $R Character Race
    $T Character Title (Wotlk and above)
    $G Example:
    Such a generous $G man:woman;, you will go far
    The order male:female needs to be kept

    Objectives text

    The quest's objective in text form. If the quest should auto-complete, leave this empty.

    OfferRewardText text

    The text sent to a character when talking to the quest giver, and having completed the quest. Variables are supported.

    Varible Placeholders:

    Value Description
    $B Line break
    $N Character name
    $R Character race
    $C Character class
    $G m:f Inserts string based on character gender. Example: Such a generous $G man:woman. The order male:female needs to be kept.

    RequestItemsText text

    The text sent to a character when talking to a quest giver, and not missing to fulfill the quest's requirements. Variables are supported.

    Value Description
    $B Line break
    $N Character name
    $R Character race
    $C Character class
    $G m:f Inserts string based on character gender. Example: Such a generous $G man:woman. The order male:female needs to be kept.

    EndText text

    If the quest's SpecialFlag requires an action validated by the script library this text will be sent to the character.

    CompletedText text

    PortraitGiverName text

    PortraitGiverText text

    PortraitTurnInName text

    PortraitTurnInText text

    ObjectiveText1 text

    Set to a text string, to show up as requirement in the quest log entry.

    ObjectiveText2 text

    Set to a text string, to show up as requirement in the quest log entry.

    ObjectiveText3 text

    Set to a text string, to show up as requirement in the quest log entry.

    ObjectiveText4 text

    Set to a text string, to show up as requirement in the quest log entry.

    ReqItemId1 mediumint(8) unsigned

    If set to an item identifier, this references an entry in the "item_template" table which is required to complete the quest.

    ReqItemId2 mediumint(8) unsigned

    If set to an item identifier, this references an entry in the "item_template" table which is required to complete the quest.

    ReqItemId3 mediumint(8) unsigned

    If set to an item identifier, this references an entry in the "item_template" table which is required to complete the quest.

    ReqItemId4 mediumint(8) unsigned

    If set to an item identifier, this references an entry in the "item_template" table which is required to complete the quest.

    ReqItemId5 mediumint(8) unsigned

    If set to an item identifier, this references an entry in the "item_template" table which is required to complete the quest.

    ReqItemId6 mediumint(8) unsigned

    If set to an item identifier, this references an entry in the "item_template" table which is required to complete the quest.

    ReqItemCount1 smallint(5) unsigned

    If ReqItemId1 is set, this defines the amount of items needed to complete the quest.

    ReqItemCount2 smallint(5) unsigned

    If ReqItemId2 is set, this defines the amount of items needed to complete the quest.

    ReqItemCount3 smallint(5) unsigned

    If ReqItemId3 is set, this defines the amount of items needed to complete the quest.

    ReqItemCount4 smallint(5) unsigned

    If ReqItemId4 is set, this defines the amount of items needed to complete the quest.

    ReqItemCount5 smallint(5) unsigned

    If ReqItemId5 is set, this defines the amount of items needed to complete the quest.

    ReqItemCount6 smallint(5) unsigned

    If ReqItemId6 is set, this defines the amount of items needed to complete the quest.

    ReqSourceId1 mediumint(8) unsigned

    If the quest requires items created by using another item, set this to an item identifier, referencing the creating items entry in the "item_template" table.

    Note:
    This is required to decide if these items should be included in loot or not.

    ReqSourceId2 mediumint(8) unsigned

    If the quest requires items created by using another item, set this to an item identifier, referencing the creating items entry in the "item_template" table.

    Note:
    This is required to decide if these items should be included in loot or not.

    ReqSourceId3 mediumint(8) unsigned

    If the quest requires items created by using another item, set this to an item identifier, referencing the creating items entry in the "item_template" table.

    Note:
    This is required to decide if these items should be included in loot or not.

    ReqSourceId4 mediumint(8) unsigned

    If the quest requires items created by using another item, set this to an item identifier, referencing the creating items entry in the "item_template" table.

    Note:
    This is required to decide if these items should be included in loot or not.

    ReqSourceCount1 smallint(5) unsigned

    If ReqSourceId1 is set, set this to the amount of required items.

    ReqSourceCount2 smallint(5) unsigned

    If ReqSourceId2 is set, set this to the amount of required items.

    ReqSourceCount3 smallint(5) unsigned

    If ReqSourceId3 is set, set this to the amount of required items.

    ReqSourceCount4 smallint(5) unsigned

    If ReqSourceId4 is set, set this to the amount of required items.

    ReqCreatureOrGOId1 mediumint(9)

    If the quest targets creatures or game objects, this references their unique identifier.

    If the value is > 0, this references an entry in the "creature_template" table.
    If the value is < 0, this references an entry in the "gameobject_template" table.

    ReqCreatureOrGOId2 mediumint(9)

    If the quest targets creatures or game objects, this references their unique identifier.

    If the value is > 0, this references an entry in the "creature_template" table.
    If the value is < 0, this references an entry in the "gameobject_template" table.

    ReqCreatureOrGOId3 mediumint(9)

    If the quest targets creatures or game objects, this references their unique identifier.

    If the value is > 0, this references an entry in the "creature_template" table.
    If the value is < 0, this references an entry in the "gameobject_template" table.

    ReqCreatureOrGOId4 mediumint(9)

    If the quest targets creatures or game objects, this references their unique identifier.

    If the value is > 0, this references an entry in the "creature_template" table.
    If the value is < 0, this references an entry in the "gameobject_template" table.

    ReqCreatureOrGOCount1 smallint(5) unsigned

    The amount of creatures or game objects required for the quest.

    ReqCreatureOrGOCount2 smallint(5) unsigned

    The amount of creatures or game objects required for the quest.

    ReqCreatureOrGOCount3 smallint(5) unsigned

    The amount of creatures or game objects required for the quest.

    ReqCreatureOrGOCount4 smallint(5) unsigned

    The amount of creatures or game objects required for the quest.

    ReqCurrencyId1 mediumint(8) unsigned

    ReqCurrencyId2 mediumint(8) unsigned

    ReqCurrencyId3 mediumint(8) unsigned

    ReqCurrencyId4 mediumint(8) unsigned

    ReqCurrencyCount1 mediumint(9)

    ReqCurrencyCount2 mediumint(9)

    ReqCurrencyCount3 mediumint(9)

    ReqCurrencyCount4 mediumint(9)

    ReqSpellCast1 mediumint(8) unsigned

    Set to an entry referencing an entry from Spell.dbc table to require a spell to be cast. Spells usually need a target identifier set in the ReqCreatureOrGOId1.

    If a spell has an effect to send and event or signal quest completion, targets do not have to be set.

    ReqSpellCast2 mediumint(8) unsigned

    Set to an entry referencing an entry from Spell.dbc table to require a spell to be cast. Spells usually need a target identifier set in the ReqCreatureOrGOId2.

    If a spell has an effect to send and event or signal quest completion, targets do not have to be set.

    ReqSpellCast3 mediumint(8) unsigned

    Set to an entry referencing an entry from Spell.dbc table to require a spell to be cast. Spells usually need a target identifier set in the ReqCreatureOrGOId3.

    If a spell has an effect to send and event or signal quest completion, targets do not have to be set.

    ReqSpellCast4 mediumint(8) unsigned

    Set to an entry referencing an entry from Spell.dbc table to require a spell to be cast. Spells usually need a target identifier set in the ReqCreatureOrGOId4.

    If a spell has an effect to send and event or signal quest completion, targets do not have to be set.

    ReqSpellLearned mediumint(8) unsigned

    RewChoiceItemId1 mediumint(8) unsigned

    If the quest allows to choose between multiple items as a reward, this field contains an item identifier of one of the possible rewards, referencing the item's entry in the "item_template" table.

    RewChoiceItemId2 mediumint(8) unsigned

    If the quest allows to choose between multiple items as a reward, this field contains an item identifier of one of the possible rewards, referencing the item's entry in the "item_template" table.

    RewChoiceItemId3 mediumint(8) unsigned

    If the quest allows to choose between multiple items as a reward, this field contains an item identifier of one of the possible rewards, referencing the item's entry in the "item_template" table.

    RewChoiceItemId4 mediumint(8) unsigned

    If the quest allows to choose between multiple items as a reward, this field contains an item identifier of one of the possible rewards, referencing the item's entry in the "item_template" table.

    RewChoiceItemId5 mediumint(8) unsigned

    If the quest allows to choose between multiple items as a reward, this field contains an item identifier of one of the possible rewards, referencing the item's entry in the "item_template" table.

    RewChoiceItemId6 mediumint(8) unsigned

    If the quest allows to choose between multiple items as a reward, this field contains an item identifier of one of the possible rewards, referencing the item's entry in the "item_template" table.

    RewChoiceItemCount1 smallint(5) unsigned

    If RewChoiceItemId1 contains an item identifier, this defines the number of charges available for the rewarded item.

    RewChoiceItemCount2 smallint(5) unsigned

    If RewChoiceItemId2 contains an item identifier, this defines the number of charges available for the rewarded item.

    RewChoiceItemCount3 smallint(5) unsigned

    If RewChoiceItemId3 contains an item identifier, this defines the number of charges available for the rewarded item.

    RewChoiceItemCount4 smallint(5) unsigned

    If RewChoiceItemId4 contains an item identifier, this defines the number of charges available for the rewarded item.

    RewChoiceItemCount5 smallint(5) unsigned

    If RewChoiceItemId5 contains an item identifier, this defines the number of charges available for the rewarded item.

    RewChoiceItemCount6 smallint(5) unsigned

    If RewChoiceItemId6 contains an item identifier, this defines the number of charges available for the rewarded item.

    RewItemId1 mediumint(8) unsigned

    If the quest rewards items without any choice, this contains an item identifier, referencing the item's entry in the "item_template" table.

    RewItemId2 mediumint(8) unsigned

    If the quest rewards items without any choice, this contains an item identifier, referencing the item's entry in the "item_template" table.

    RewItemId3 mediumint(8) unsigned

    If the quest rewards items without any choice, this contains an item identifier, referencing the item's entry in the "item_template" table.

    RewItemId4 mediumint(8) unsigned

    If the quest rewards items without any choice, this contains an item identifier, referencing the item's entry in the "item_template" table.

    RewItemCount1 smallint(5) unsigned

    If RewItemId1 contains an item identifier, this defines the amount if items to be rewarded.

    RewItemCount2 smallint(5) unsigned

    If RewItemId2 contains an item identifier, this defines the amount if items to be rewarded.

    RewItemCount3 smallint(5) unsigned

    If RewItemId3 contains an item identifier, this defines the amount if items to be rewarded.

    RewItemCount4 smallint(5) unsigned

    If RewItemId4 contains an item identifier, this defines the amount if items to be rewarded.

    RewCurrencyId1 mediumint(8) unsigned

    RewCurrencyId2 mediumint(8) unsigned

    RewCurrencyId3 mediumint(8) unsigned

    RewCurrencyId4 mediumint(8) unsigned

    RewCurrencyCount1 mediumint(9)

    RewCurrencyCount2 mediumint(9)

    RewCurrencyCount3 mediumint(9)

    RewCurrencyCount4 mediumint(9)

    RewSkill smallint(5) unsigned

    RewSkillValue smallint(5) unsigned

    RewRepFaction1 smallint(5) unsigned

    If the quest should reward reputation towards a faction, this references a faction identifier from the Faction.dbc table.

    Note
    This is intended to reward extra reputation. Normal reputation is awarded automatically by the server.

    RewRepFaction2 smallint(5) unsigned

    If the quest should reward reputation towards a faction, this references a faction identifier from the Faction.dbc table.

    Note
    This is intended to reward extra reputation. Normal reputation is awarded automatically by the server.

    RewRepFaction3 smallint(5) unsigned

    If the quest should reward reputation towards a faction, this references a faction identifier from the Faction.dbc table.

    Note
    This is intended to reward extra reputation. Normal reputation is awarded automatically by the server.

    RewRepFaction4 smallint(5) unsigned

    If the quest should reward reputation towards a faction, this references a faction identifier from the Faction.dbc table.

    Note
    This is intended to reward extra reputation. Normal reputation is awarded automatically by the server.

    RewRepFaction5 smallint(5) unsigned

    If the quest should reward reputation towards a faction, this references a faction identifier from the Faction.dbc table.

    Note
    This is intended to reward extra reputation. Normal reputation is awarded automatically by the server.

    RewRepValueId1 tinyint(3)

    Notes: This defines the amount of reputation gain or loss for the referenced faction.

    RewRepValueId2 tinyint(3)

    Notes: This defines the amount of reputation gain or loss for the referenced faction.

    RewRepValueId3 tinyint(3)

    Notes: This defines the amount of reputation gain or loss for the referenced faction.

    RewRepValueId4 tinyint(3)

    Notes: This defines the amount of reputation gain or loss for the referenced faction.

    RewRepValueId5 tinyint(3)

    Notes: This defines the amount of reputation gain or loss for the referenced faction.

    RewRepValue1 mediumint(9)

    If RewRepFaction1 references a faction, this defines the amount of reputation gain or loss for the referenced faction.

    RewRepValue2 mediumint(9)

    If RewRepFaction2 references a faction, this defines the amount of reputation gain or loss for the referenced faction.

    RewRepValue3 mediumint(9)

    If RewRepFaction3 references a faction, this defines the amount of reputation gain or loss for the referenced faction.

    RewRepValue4 mediumint(9)

    If RewRepFaction4 references a faction, this defines the amount of reputation gain or loss for the referenced faction.

    RewRepValue5 mediumint(9)

    If RewRepFaction5 references a faction, this defines the amount of reputation gain or loss for the referenced faction.

    RewHonorAddition int(10) unsigned

    RewHonorMultiplier float

    RewOrReqMoney int(11)

    This field can be used to either require money for starting the quest, or award money for completing the quest.

    If set to a value > 0, the quest will reward money upon completion
    If set to a value < 0, the quest will require money to accept it.

    RewMoneyMaxLevel int(10) unsigned

    The value of this field decides how much experience or money (at level 60) a quest will reward.

    Experience is calculated as follows: RewMoneyMaxLevel / 0.6

    RewSpell mediumint(8) unsigned

    If a spell should be shown as being casted as quest reward, set this to a spell identifier referencing the Spell.dbc table.

    Note
    If RewSpellCast is set, this spell will only be shown, but not cast.

    RewSpellCast mediumint(8) unsigned

    If a spell should be cast as a quest reward different from the spell shown as quest reward, set this to a spell identifier referencing the Spell.dbc table.

    RewMailTemplateId mediumint(8) unsigned

    If upon completion a quest should send out mail, this can be set to reference a mail template identifier in the MailTemplate.dbc table.

    RewMailDelaySecs int(11) unsigned

    The number of seconds to wait before sending the reward mail.

    PointMapId smallint(5) unsigned

    References an entry in the points_of_interest (POI) table, if it should be shown while the quest is active.

    PointX float

    If a point of interest should be shown while the quest is active, this will contain the X coordinate.

    PointY float

    If a point of interest should be shown while the quest is active, this will contain the Y coordinate.

    PointOpt mediumint(8) unsigned

    DetailsEmote1 smallint(5) unsigned

    If an emote should be shown upon displaying quest details, this references the emotes identifier in the Emotes.dbc table.

    DetailsEmote2 smallint(5) unsigned

    If an emote should be shown upon displaying quest details, this references the emotes identifier in the Emotes.dbc table.

    DetailsEmote3 smallint(5) unsigned

    If an emote should be shown upon displaying quest details, this references the emotes identifier in the Emotes.dbc table.

    DetailsEmote4 smallint(5) unsigned

    If an emote should be shown upon displaying quest details, this references the emotes identifier in the Emotes.dbc table.

    DetailsEmoteDelay1 int(11) unsigned

    The number of seconds to delay the emote, if one is referenced in the DetailsEmote1 column.

    DetailsEmoteDelay2 int(11) unsigned

    The number of seconds to delay the emote, if one is referenced in the DetailsEmote2 column.

    DetailsEmoteDelay3 int(11) unsigned

    The number of seconds to delay the emote, if one is referenced in the DetailsEmote3 column.

    DetailsEmoteDelay4 int(11) unsigned

    The number of seconds to delay the emote, if one is referenced in the DetailsEmote4 column.

    IncompleteEmote smallint(5) unsigned

    If an emote should be shown upon displaying the incomplete quest text, this references the emotes identifier in the Emotes.dbc table.

    CompleteEmote smallint(5) unsigned

    If an emote should be shown upon displaying the quest completion text, this references the emotes identifier in the Emotes.dbc table.

    OfferRewardEmote1 smallint(5) unsigned

    If an emote should be shown upon displaying rewarding the quest, this references the emotes identifier in the Emotes.dbc table.

    OfferRewardEmote2 smallint(5) unsigned

    If an emote should be shown upon displaying rewarding the quest, this references the emotes identifier in the Emotes.dbc table.

    OfferRewardEmote3 smallint(5) unsigned

    If an emote should be shown upon displaying rewarding the quest, this references the emotes identifier in the Emotes.dbc table.

    OfferRewardEmote4 smallint(5) unsigned

    If an emote should be shown upon displaying rewarding the quest, this references the emotes identifier in the Emotes.dbc table.

    OfferRewardEmoteDelay1 int(11) unsigned

    The number of seconds to delay before the emote is actioned, if one is referenced in the OfferRewardEmote1 column.

    OfferRewardEmoteDelay2 int(11) unsigned

    The number of seconds to delay before the emote is actioned, if one is referenced in the OfferRewardEmote2 column.

    OfferRewardEmoteDelay3 int(11) unsigned

    The number of seconds to delay before the emote is actioned, if one is referenced in the OfferRewardEmote3 column.

    OfferRewardEmoteDelay4 int(11) unsigned

    The number of seconds to delay before the emote is actioned, if one is referenced in the OfferRewardEmote4 column.

    SoundAccept smallint(5) unsigned

    SoundTurnIn smallint(5) unsigned

    StartScript mediumint(8) unsigned

    If a script should be executed on quest start, this references an entry in the "db_scripts" table with a type of 0 to form a unique key.

    CompleteScript mediumint(8) unsigned

    If a script should be executed on quest end, this references an entry in the "db_scripts" table with a type of 1 to form a unique key.

    Table Contents

    entryNextQuestIdQuestLevelTitle
      2  247  23  Sharptalon's Claw
      5  93  20  Jitters' Growling Gut
      6  0  5  Bounty on Garrick Padfoot
      7  0  2  [DEPRECATED] Kobold Camp Cleanup
      8  0  5  A Rogue's Deal
      9  0  15  The Killing Fields
      10  110  48  The Scrimshank Redemption
      11  0  10  Riverpaw Gnoll Bounty
      12  0  12  The People's Militia
      13  0  14  The People's Militia
      14  0  17  The People's Militia
      15  0  3  [DEPRECATED] Investigate Echo Ridge
      16  0  1  Give Gerard a Drink
      17  0  42  Uldaman Reagent Run
      18  0  4  Brotherhood of Thieves
      19  0  25  Tharil'zun
      20  0  21  Blackrock Menace
      21  0  5  [DEPRECATED] Skirmish at Echo Ridge
      22  0  12  Goretusk Liver Pie
      23  247  24  Ursangous's Paw
      24  247  24  Shadumbra's Head
      25  0  25  Simmer Down Now
      26  0  -1  A Lesson to Learn
      27  0  -1  A Lesson to Learn
      28  0  -1  Trial of the Lake
      29  272  -1  Trial of the Lake
      30  0  -1  Trial of the Sea Lion
      31  0  -1  Aquatic Form
      32  4494  48  Rise of the Silithid
      26264  0  2  What's Left Behind
      34  0  24  An Unwelcome Guest
      35  37  10  Further Concerns
      36  0  10  Westfall Stew
      37  45  10  Find the Lost Guards
      38  0  13  Westfall Stew
      39  59  10  Deliver Thomas' Report
      40  35  10  A Fishy Peril
      45  71  10  Discover Rolf's Fate
      46  0  10  Bounty on Murlocs
      47  0  7  Gold Dust Exchange
      48  49  44  Sweet Amber
      49  50  44  Sweet Amber
      50  51  44  Sweet Amber
      51  53  44  Sweet Amber
      52  0  10  Protect the Frontier
      53  0  44  Sweet Amber
      54  0  5  Report to Goldshire
      55  0  32  Morbent Fel
      56  57  24  The Night Watch
      57  58  26  The Night Watch
      58  0  30  The Night Watch
      59  0  10  Cloth and Leather Armor
      60  61  7  Kobold Candles
      61  0  7  Shipment to Stormwind
      62  76  7  The Fargodeep Mine
      63  100  -1  Call of Water
      64  0  12  The Forgotten Heirloom
      65  132  18  The Defias Brotherhood
      66  67  28  The Legend of Stalvan
      67  68  28  [DEPRECATED]The Legend of Stalvan
      68  69  28  The Legend of Stalvan
      69  70  28  [DEPRECATED]The Legend of Stalvan
      70  72  28  The Legend of Stalvan
      71  39  10  Report to Thomas
      72  74  28  The Legend of Stalvan
      74  75  28  The Legend of Stalvan
      75  78  28  The Legend of Stalvan
      76  0  10  The Jasperlode Mine
      77  81  48  A Sticky Situation
      78  79  28  The Legend of Stalvan
      79  80  28  The Legend of Stalvan
      80  97  28  The Legend of Stalvan
      81  0  48  Ripple Delivery
      82  10  47  Noxious Lair Investigation
      83  0  10  Fine Linen Goods
      84  87  6  Back to Billy
      85  86  6  Lost Necklace
      86  84  6  Pie for Billy
      87  0  8  Goldtooth
      88  0  9  Princess Must Die!
      89  0  20  The Everstill Bridge
      90  0  25  Seasoned Wolf Kabobs
      91  0  23  Solomon's Law
      92  0  18  Redridge Goulash
      93  240  20  Dusky Crab Cakes
      94  248  21  A Watchful Eye
      95  230  25  Sven's Revenge
      96  0  -1  Call of Water
      97  98  28  [DEPRECATED]The Legend of Stalvan
      98  0  32  The Legend of Stalvan
      99  0  15  Arugal's Folly
      100  96  -1  Call of Water
      101  0  25  The Totem of Infliction
      102  0  14  Patrolling Westfall
      103  0  16  Keeper of the Flame
      104  0  20  The Coastal Menace
      105  838  60  Alas, Andorhal
      106  111  6  Young Lovers
      107  112  6  Note to William
      109  0  10  Report to Gryan Stoutmantle
      110  113  48  Insect Part Analysis
      111  107  6  Speak with Gramma
      112  0  7  Collecting Kelp
      113  0  48  Insect Part Analysis
      114  0  7  The Escape
      115  0  23  Shadow Magic
      116  0  15  Dry Times
      117  0  15  Thunderbrew Lager
      118  119  18  The Price of Shoes
      119  0  18  Return to Verner
      120  121  14  Messenger to Stormwind
      121  0  14  Messenger to Stormwind
      122  0  18  Underbelly Scales
      123  0  10  The Collector
      124  126  20  A Baying of Gnolls
      125  0  16  The Lost Tools
      126  0  21  Howling in the Hills
      127  0  21  Selling Fish
      128  0  25  Blackrock Bounty
      129  130  15  A Free Lunch
      130  131  15  Visit the Herbalist
      131  0  15  Delivering Daffodils
      132  135  18  The Defias Brotherhood
      133  134  27  Ghoulish Effigy
      134  160  30  Ogre Thieves
      135  141  18  The Defias Brotherhood
      136  138  16  Captain Sanders' Hidden Treasure
      138  139  16  Captain Sanders' Hidden Treasure
      139  140  16  Captain Sanders' Hidden Treasure
      140  0  16  Captain Sanders' Hidden Treasure
      141  142  18  The Defias Brotherhood
      142  155  18  The Defias Brotherhood
      143  144  14  Messenger to Westfall
      144  0  14  Messenger to Westfall
      145  146  18  Messenger to Darkshire
      146  0  18  Messenger to Darkshire
      147  0  10  Manhunt
      148  149  24  Supplies from Darkshire
      149  154  24  Ghost Hair Thread
      150  0  20  Murloc Poachers
      151  0  14  Poor Old Blanchy
      152  0  19  The Coast Isn't Clear
      153  0  15  Red Leather Bandanas
      154  157  24  Return the Comb
      155  166  18  The Defias Brotherhood
      156  159  24  Gather Rot Blossoms
      157  158  24  Deliver the Thread
      158  156  24  Zombie Juice
      159  133  24  Juice Delivery
      160  251  30  Note to the Mayor
      161  274  18  A Dark Threat Looms
      162  4493  49  Rise of the Silithid
      163  0  20  Raven Hill
      164  0  23  Deliveries to Sven
      165  0  25  The Hermit
      166  0  22  The Defias Brotherhood
      167  0  20  Oh Brother. . .
      168  0  18  Collecting Memories
      169  0  26  Wanted: Gath'Ilzogg
      170  0  2  A New Threat
      171  0  -1  A Warden of the Alliance
      172  0  -1  Children's Week
      173  221  28  Worgen in the Woods
      174  175  25  [DEPRECATED]Look To The Stars
      175  177  25  [DEPRECATED]Look To The Stars
      176  0  11  Wanted: "Hogger"
      177  181  25  [DEPRECATED]Look To The Stars
      178  0  23  Theocritus' Retrieval
      179  0  1  Dwarven Outfitters
      180  0  26  Wanted: Lieutenant Fangore
      181  0  30  [DEPRECATED]Look To The Stars
      182  0  4  The Troll Menace
      183  0  3  The Boar Hunter
      184  0  10  Furlbrow's Deed
      185  186  25  Tiger Hunting
      186  187  26  Tiger Stalking
      187  188  27  Tiger Prowess
      188  208  28  Tiger Mastery
      189  0  35  Bloodscalp Ears
      190  191  25  Panther Hunting
      191  192  26  Panther Stalking
      192  193  27  Panther Prowess
      193  208  28  Panther Mastery
      194  195  25  Raptor Hunting
      195  196  26  Raptor Stalking
      196  197  27  Raptor Prowess
      197  208  28  Raptor Mastery
      198  0  32  Supplies to Private Thorsen
      199  161  18  A Dark Threat Looms
      200  328  35  Bookie Herod
      201  0  32  Investigate the Camp
      202  0  40  Colonel Kurzen
      203  0  33  The Second Rebellion
      204  0  34  Bad Medicine
      205  0  40  Troll Witchery
      206  0  46  Mai'Zoth
      207  205  38  Kurzen's Mystery
      208  0  29  Big Game Hunter
      209  0  42  Skullsplitter Tusks
      210  627  37  Krazek's Cookery
      211  5533  60  Alas, Andorhal
      212  0  40  A Meal Served Cold
      213  0  36  Hostile Takeover
      214  0  17  Red Silk Bandanas
      215  200  33  Jungle Secrets
      216  0  23  Between a Rock and a Thistlefur
      217  0  11  A Decisive Strike
      218  24490  5  Ice and Fire
      219  0  25  Missing In Action
      220  63  -1  Call of Water
      221  222  29  Worgen in the Woods
      222  223  31  Worgen in the Woods
      223  0  31  Worgen in the Woods
      224  237  10  In Defense of the King's Lands
      225  227  30  The Weathered Grave
      226  0  21  Wolves at Our Heels
      227  228  30  Morgan Ladimore
      228  229  30  Mor'Ladim
      229  231  30  The Daughter Who Lived
      230  262  25  Sven's Camp
      231  0  30  A Daughter's Love
      232  238  45  Errand for Apothecary Zinge
      233  234  3  Coldridge Valley Mail Delivery
      234  0  4  Coldridge Valley Mail Delivery
      235  6383  20  The Ashenvale Hunt
      236  0  80  Fueling the Demolishers
      237  263  15  In Defense of the King's Lands
      238  243  45  Errand for Apothecary Zinge
      239  11  10  Westbrook Garrison Needs Help!
      240  0  20  Return to Jitters
      243  379  46  Into the Field
      244  246  16  Encroaching Gnolls
      245  0  21  [DEPRECATED]Eight-Legged Menaces
      246  0  17  Assessing the Threat
      247  0  30  The Hunt Completed
      248  0  22  Looking Further
      249  0  26  Morganth
      250  199  18  A Dark Threat Looms
      251  0  30  [DEPRECATED]Translate Abercrombie's Note
      252  0  30  Translation to Ello
      253  0  30  [DEPRECATED]Bride of the Embalmer
      254  0  35  Digging Through the Dirt
      255  0  19  [DEPRECATED]Mercenaries
      256  0  22  WANTED: Chok'sul
      257  258  14  A Hunter's Boast
      258  0  14  A Hunter's Challenge
      261  1052  39  Down the Scarlet Path
      262  265  25  The Shadowy Figure
      263  217  10  In Defense of the King's Lands
      264  0  15  Until Death Do Us Part
      265  266  25  The Shadowy Search Continues
      266  453  25  [DEPRECATED]Inquire at the Inn
      267  0  10  The Trogg Threat
      268  323  25  Return to Sven
      269  270  29  Seeking Wisdom
      270  321  29  The Doomed Fleet
      271  531  15  Vyrin's Revenge
      272  5061  -1  Trial of the Sea Lion
      273  454  15  Resupplying the Excavation
      274  278  18  A Dark Threat Looms
      275  0  26  Blisters on The Land
      276  277  21  Tramping Paws
      277  275  23  Fire Taboo
      278  280  18  A Dark Threat Looms
      279  281  22  Claws from the Deep
      280  283  18  A Dark Threat Looms
      281  284  25  Reclaiming Goods
      282  420  5  Senir's Observations
      283  0  20  A Dark Threat Looms
      284  285  25  The Search Continues
      285  286  25  Search More Hovels
      286  0  25  Return the Statuette
      287  291  9  Frostmane Hold
      288  289  27  The Third Fleet
      289  290  29  The Cursed Crew
      290  292  30  Lifting the Curse
      291  0  10  The Reports
      292  293  30  The Eye of Paleth
      293  0  30  Cleansing the Eye
      294  295  24  Ormer's Revenge
      295  296  27  Ormer's Revenge
      296  0  29  Ormer's Revenge
      297  0  13  Gathering Idols
      298  301  15  Excavation Progress Report
      299  0  28  Uncovering the Past
      301  302  15  Report to Ironforge
      302  273  15  Powder to Ironband
      303  0  30  The Dark Iron War
      304  0  31  A Grim Task
      305  306  24  In Search of The Excavation Team
      306  0  24  In Search of The Excavation Team
      307  0  11  Filthy Paws
      308  0  7  Distracting Jarven
      309  0  15  Protecting the Shipment
      310  311  6  Bitter Rivals
      311  0  7  Return to Marleth
      312  0  12  Tundra MacGrann's Stolen Stash
      313  0  7  Forced to Watch from Afar
      314  0  8  Protecting the Herd
      315  0  6  The Perfect Stout
      317  318  6  Stocking Jetsteam
      318  319  7  Evershine
      319  320  8  A Favor for Evershine
      320  0  8  Return to Bellowfiz
      321  324  29  Lightforge Iron
      322  325  29  Blessed Arm
      323  269  28  Proving Your Worth
      324  322  29  The Lost Ingots
      325  55  29  Armed and Ready
      328  329  37  The Hidden Key
      329  330  37  The Spy Revealed!
      330  331  37  Patrol Schedules
      331  0  37  Report to Doren
      332  0  2  Wine Shop Advert
      333  0  2  Harlan Needs a Resupply
      334  0  2  Package for Thurman
      335  336  30  A Noble Brew
      336  0  30  A Noble Brew
      337  538  25  An Old History Book
      338  0  40  The Green Hills of Stranglethorn
      339  0  40  Chapter I
      340  0  40  Chapter II
      341  0  40  Chapter III
      342  0  40  Chapter IV
      343  344  24  Speaking of Fortitude
      344  345  24  Brother Paxton
      345  347  24  Ink Supplies
      346  0  24  Return to Kristoff
      347  346  24  Rethban Ore
      348  0  45  Stranglethorn Fever
      349  0  35  Stranglethorn Fever
      350  2745  31  Look to an Old Friend
      351  0  48  Find OOX-17/TN!
      353  0  15  Stormpike's Delivery
      354  0  11  Deaths in the Family
      355  408  10  Speak with Sevren
      356  0  11  Rear Guard Patrol
      357  366  8  The Lich's Identity
      358  0  8  Graverobbers
      359  360  9  Forsaken Duties
      360  0  9  Return to the Magistrate
      361  0  7  A Letter Undelivered
      362  0  10  The Haunted Mills
      363  364  1  Rude Awakening
      364  0  2  The Mindless Ones
      365  407  7  Fields of Grief
      366  409  8  Return the Book
      367  368  6  A New Plague
      368  369  9  A New Plague
      369  492  11  A New Plague
      370  371  9  At War With The Scarlet Crusade
      371  372  10  At War With The Scarlet Crusade
      372  0  12  At War With The Scarlet Crusade
      373  389  22  The Unsent Letter
      374  0  7  Proof of Demise
      375  0  8  The Chill of Death
      376  6395  2  The Damned
      377  0  26  Crime and Punishment
      378  0  27  The Fury Runs Deep
      379  0  46  Slake That Thirst
      380  381  4  Night Web's Hollow
      381  382  4  The Scarlet Crusade
      382  383  5  The Red Messenger
      383  0  5  Vital Intelligence
      384  0  6  Beer Basted Boar Ribs
      385  0  14  Crocolisk Hunting
      386  0  25  What Comes Around...
      387  0  26  Quell The Uprising
      388  0  26  The Color of Blood
      389  391  22  Bazil Thredd
      391  392  29  The Stockade Riots
      392  393  29  The Curious Visitor
      393  350  29  Shadow of the Past
      394  395  31  The Head of the Beast
      395  396  31  Brotherhood's End
      396  0  31  An Audience with the King
      397  0  30  You Have Served Us Well
      398  0  10  Wanted: Maggot Eye
      399  0  15  Humble Beginnings
      400  0  5  Tools for Steelgrill
      401  252  30  Wait for Sirra to Finish
      403  0  1  Guarded Thunderbrew Barrel
      404  0  6  A Putrid Task
      405  357  8  The Prodigal Lich
      407  0  7  Fields of Grief
      408  0  13  The Family Crypt
      409  411  12  Proving Allegiance
      410  0  10  The Dormant Shade
      411  0  12  The Prodigal Lich Returns
      412  0  6  Operation Recombobulation
      413  414  10  Shimmer Stout
      414  0  10  Stout to Kadrell
      415  413  10  Rejold's New Brew
      416  0  11  Rat Catching
      417  0  10  A Pilot's Revenge
      418  0  10  Thelsamar Blood Sausages
      419  417  10  The Lost Pilot
      420  0  5  Senir's Observations
      421  422  10  Prove Your Worth
      422  423  11  Arugal's Folly
      423  424  14  Arugal's Folly
      424  99  15  Arugal's Folly
      425  0  12  Ivar the Foul
      426  0  8  The Mills Overrun
      427  370  8  At War With The Scarlet Crusade
      428  429  12  Lost Deathstalkers
      429  430  11  Wild Hearts
      430  0  11  Return to Quinn
      431  0  10  Candles of Beckoning
      432  0  9  Those Blasted Troggs!
      433  0  10  The Public Servant
      434  394  31  The Attack!
      435  449  11  Escorting Erland
      436  297  18  Ironband's Excavation
      437  438  14  The Dead Fields
      438  439  16  The Decrepit Ferry
      439  443  16  Rot Hide Clues
      440  441  16  The Engraved Ring
      441  530  16  Raleigh and the Undercity
      442  0  20  Assault on Fenris Isle
      443  444  17  Rot Hide Ichor
      444  0  17  Rot Hide Origins
      445  0  10  Delivery to Silverpine Forest
      446  448  16  Thule Ravenclaw
      447  450  12  A Recipe For Death
      448  442  16  Report to Hadrec
      449  3221  11  The Deathstalkers' Report
      450  451  15  A Recipe For Death
      451  0  18  A Recipe For Death
      452  0  15  Pyrewood Ambush
      453  268  25  Finding the Shadowy Figure
      454  0  15  After the Ambush
      455  0  21  The Algaz Gauntlet
      456  457  2  The Balance of Nature
      457  0  3  Nature's Dues
      458  459  2  The Woodland Protector
      459  0  3  Demonic Thieves
      460  461  17  Resting in Pieces
      461  491  18  The Hidden Niche
      463  276  21  The Greenwarden
      464  465  26  War Banners
      465  474  26  Nek'rosh's Gambit
      466  0  22  Search for Incendicite
      467  466  23  Stonegear's Search
      468  455  21  Report to Mountaineer Rockgar
      469  0  21  Daily Delivery
      470  0  24  Digging Through the Ooze
      471  0  26  Apprentice's Duties
      472  0  25  Fall of Dun Modr
      473  464  26  Report to Captain Stoutfist
      474  0  26  Defeat Nek'rosh
      475  476  6  A Troubling Breeze
      476  483  6  Gnarlpine Corruption
      477  478  14  Border Crossings
      478  481  14  Maps and Runes
      479  480  16  Ambermill Investigations
      480  0  22  The Weaver
      481  482  14  Dalar's Analysis
      482  479  14  Dalaran's Intentions
      483  486  8  The Relics of Wakening
      484  471  22  Young Crocolisk Skins
      485  0  35  Find OOX-09/HL!
      486  0  9  Ursal the Mauler
      26209  0  11  Murder Was The Case That They Gave Me
      488  0  5  Zenn's Bidding
      489  0  6  Seek Redemption!
      491  0  18  Wand to Bethor
      492  0  11  A New Plague
      493  0  20  Journey to Hillsbrad Foothills
      494  0  20  [DEPRECATED] Time To Strike
      495  518  39  The Crown of Will
      496  499  22  [DEPRECATED] Elixir of Suffering
      498  0  22  [DEPRECATED] The Rescue
      499  501  22  [DEPRECATED] Elixir of Suffering
      500  504  36  [DEPRECATED] Crushridge Bounty
      501  502  24  [DEPRECATED] Elixir of Pain
      502  0  24  [DEPRECATED] Elixir of Pain
      503  506  36  [DEPRECATED] Gol'dir
      504  0  40  [DEPRECATED] Crushridge Warmongers
      505  0  33  [DEPRECATED] Syndicate Assassins
      506  507  36  [DEPRECATED] Blackmoore's Legacy
      507  508  42  [DEPRECATED] Lord Aliden Perenolde
      508  0  40  [DEPRECATED] Taretha's Gift
      509  513  28  [DEPRECATED] Elixir of Agony
      510  512  34  [DEPRECATED] Foreboding Plans
      511  514  34  [DEPRECATED] Encrypted Letter
      512  0  36  [DEPRECATED] Noble Deaths
      513  515  28  [DEPRECATED] Elixir of Agony
      514  525  34  [DEPRECATED] Letter to Stormpike
      515  517  30  [DEPRECATED] Elixir of Agony
      516  0  21  Beren's Peril
      517  524  30  [DEPRECATED] Elixir of Agony
      518  519  39  [DEPRECATED] The Crown of Will
      519  520  41  [DEPRECATED] The Crown of Will
      520  521  43  [DEPRECATED] The Crown of Will
      521  0  43  [DEPRECATED] The Crown of Will
      522  523  38  [DEPRECATED] Assassin's Contract
      523  0  40  [DEPRECATED] Baron's Demise
      524  0  30  [DEPRECATED] Elixir of Agony
      525  537  34  Further Mysteries
      526  322  29  Lightforge Ingots
      527  528  24  [DEPRECATED] Battle of Hillsbrad
      528  529  25  [DEPRECATED] Battle of Hillsbrad
      529  532  26  [DEPRECATED] Battle of Hillsbrad
      530  0  20  A Husband's Revenge
      531  0  15  Vyrin's Revenge
      532  539  26  [DEPRECATED] Battle of Hillsbrad
      533  503  34  [DEPRECATED] Infiltration
      535  0  34  Valik
      536  559  30  [DEPRECATED] Down the Coast
      537  0  40  [DEPRECATED] Dark Council
      538  540  38  Southshore
      539  541  28  [DEPRECATED] Battle of Hillsbrad
      540  542  38  [DEPRECATED] Preserving Knowledge
      541  14351  30  [DEPRECATED] Battle of Hillsbrad
      542  0  38  [DEPRECATED] Return to Milton
      543  0  40  The Perenolde Tiara
      544  545  34  [DEPRECATED] Prison Break In
      545  0  35  [DEPRECATED] Dalaran Patrols
      546  0  25  [DEPRECATED] Souvenirs of Death
      547  0  30  [DEPRECATED] Humbert's Sword
      549  0  22  [DEPRECATED] WANTED: Syndicate Personnel
      550  0  32  [DEPRECATED] Battle of Hillsbrad
      551  554  40  [DEPRECATED] The Ensorcelled Parchment
      552  553  33  [DEPRECATED] Helcular's Revenge
      553  0  33  [DEPRECATED] Helcular's Revenge
      554  0  40  [DEPRECATED] Stormpike's Deciphering
      555  0  31  [DEPRECATED] Soothing Turtle Bisque
      556  0  32  [DEPRECATED] Stone Tokens
      557  0  34  [DEPRECATED] Bracers of Binding
      558  0  -1  Jaina's Autograph
      559  560  32  [DEPRECATED] Farren's Proof
      560  561  32  [DEPRECATED] Farren's Proof
      561  562  32  [DEPRECATED] Farren's Proof
      562  563  32  [DEPRECATED] Stormwind Ho!
      563  0  32  [DEPRECATED] Reassignment
      564  0  34  [DEPRECATED] Costly Menace
      565  0  34  [DEPRECATED] Bartolo's Yeti Fur Cloak
      566  0  40  [DEPRECATED] WANTED: Baron Vardus
      567  0  28  [DEPRECATED] Dangerous!
      568  569  36  The Defense of Grom'gol
      569  0  37  The Defense of Grom'gol
      570  572  38  Mok'thardin's Enchantment
      571  573  41  Mok'thardin's Enchantment
      572  571  41  Mok'thardin's Enchantment
      573  0  44  Mok'thardin's Enchantment
      574  202  38  Special Forces
      575  0  31  Supply and Demand
      576  0  42  Keep An Eye Out
      577  628  36  Some Assembly Required
      578  601  37  The Stone of the Tides
      579  0  1  Stormwind Library
      580  0  50  Whiskey Slim's Lost Grog
      581  582  34  Hunt for Yenniku
      582  0  37  Headhunting
      583  0  25  Welcome to the Jungle
      584  0  41  Bloodscalp Clan Heads
      585  0  40  Speaking with Nezzliok
      586  0  46  Speaking with Gan'zulah
      587  0  41  Up to Snuff
      588  589  45  The Fate of Yenniku
      589  591  45  The Singing Crystals
      590  0  5  A Rogue's Deal
      591  0  46  The Mind's Eye
      592  0  46  Saving Yenniku
      593  0  46  Filling the Soul Gem
      594  630  42  Message in a Bottle
      595  597  41  The Bloodsail Buccaneers
      596  0  37  Bloody Bone Necklaces
      597  599  41  The Bloodsail Buccaneers
      598  0  42  Split Bone Necklace
      599  604  41  The Bloodsail Buccaneers
      600  0  41  Venture Company Mining
      601  602  37  Water Elementals
      602  0  37  Magical Analysis
      603  610  37  Ansirem's Key
      604  608  42  The Bloodsail Buccaneers
      605  600  35  Singing Blue Shards
      606  607  41  Scaring Shaky
      607  609  41  Return to MacKinley
      608  0  42  The Bloodsail Buccaneers
      609  0  44  Voodoo Dues
      610  611  39  "Pretty Boy" Duncan
      611  0  40  The Curse of the Tides
      613  0  44  Cracking Maury's Foot
      8418  0  52  Forging the Mightstone
      8416  8418  52  Inert Scourgestones
      616  578  37  The Haunted Isle
      617  0  43  Akiris by the Bundle
      8414  0  52  Dispelling Evil
      8415  8414  52  Chillwind Camp
      621  0  44  Zanzil's Secret
      622  0  37  Return to Corporal Kaleb
      623  0  43  Akiris by the Bundle
      624  625  43  Cortello's Riddle
      625  626  43  Cortello's Riddle
      626  0  51  Cortello's Riddle
      627  622  37  Favor for Krazek
      628  0  38  Excelsior
      629  0  37  The Vile Reef
      630  0  42  Message in a Bottle
      631  632  31  The Thandol Span
      632  633  31  The Thandol Span
      633  634  31  The Thandol Span
      634  0  31  Plea To The Alliance
      635  0  35  Crystal in the Mountains
      636  0  35  Legends of the Earth
      637  683  30  Sully Balloo's Letter
      638  639  37  Trollbane
      639  640  37  Sigil of Strom
      640  0  40  The Broken Sigil
      641  643  40  Sigil of Thoradin
      642  651  37  The Princess Trapped
      643  644  41  Sigil of Arathor
      644  645  42  Sigil of Trollbane
      645  646  42  Trol'kalar
      646  0  42  Trol'kalar
      647  0  30  MacKreel's Moonshine
      648  3721  48  Rescue OOX-17/TN!
      649  650  48  Ripple Recovery
      650  77  48  Ripple Recovery
      651  652  38  Stones of Binding
      652  0  42  Breaking the Keystone
      653  687  40  Myzrael's Allies
      654  864  46  Tanaris Field Sampling
      655  672  34  Hammerfall
      656  0  50  Summoning the Princess
      657  0  36  Hints of a New Plague?
      658  657  36  Hints of a New Plague?
      659  658  33  Hints of a New Plague?
      660  661  37  Hints of a New Plague?
      661  0  37  Hints of a New Plague?
      662  0  40  Deep Sea Salvage
      663  0  35  Land Ho!
      664  0  40  Drowned Sorrows
      665  666  40  Sunken Treasure
      666  668  40  Sunken Treasure
      667  0  44  Death From Below
      668  669  40  Sunken Treasure
      669  670  40  Sunken Treasure
      670  667  40  Sunken Treasure
      671  0  33  Foul Magics
      672  674  34  Raising Spirits
      673  0  40  Foul Magics
      674  675  34  Raising Spirits
      675  701  34  Raising Spirits
      676  677  32  The Hammer May Fall
      677  678  32  Call to Arms
      678  679  38  Call to Arms
      679  0  40  Call to Arms
      680  0  40  The Real Threat
      681  0  31  Northfold Manor
      682  0  37  Stromgarde Badges
      683  686  30  Sara Balloo's Plea
      684  0  39  Wanted! Marez Cowl
      685  0  40  Wanted! Otto and Falconcrest
      686  689  30  A King's Tribute
      687  692  40  Theldurin the Lost
      688  687  40  Myzrael's Allies
      689  700  31  A King's Tribute
      690  0  32  Malin's Request
      691  0  36  Worth Its Weight in Gold
      692  0  41  The Lost Fragments
      693  0  39  Wand over Fist
      694  695  39  Trelane's Defenses
      695  696  39  An Apprentice's Enchantment
      696  697  39  Attack on the Tower
      697  0  39  Malin's Request
      698  699  40  [DEPRECATED]Lack of Surplus
      699  1422  42  [DEPRECATED]Lack of Surplus
      700  0  31  A King's Tribute
      701  702  37  Guile of the Raptor
      702  0  37  Guile of the Raptor
      703  0  40  Barbecued Buzzard Wings
      704  0  38  Agmond's Fate
      705  0  37  Pearl Diving
      706  0  45  Fiery Blaze Enchantments
      707  738  37  Ironband Wants You!
      708  0  40  The Black Box
      709  0  40  Solution to Doom
      710  711  37  Study of the Elements: Rock
      711  712  39  Study of the Elements: Rock
      712  0  42  Study of the Elements: Rock
      713  714  37  Coolant Heads Prevail
      714  0  37  Gyro... What?
      715  0  37  Liquid Stone
      716  0  42  Stone Is Better than Cloth
      717  0  50  Tremors of the Earth
      718  733  38  Mirages
      719  0  35  A Dwarf and His Tools
      720  721  35  A Sign of Hope
      721  722  35  A Sign of Hope
      722  723  40  Amulet of Secrets
      723  724  40  Prospect of Faith
      724  0  40  Prospect of Faith
      725  726  40  Passing Word of a Threat
      726  762  40  Passing Word of a Threat
      727  735  40  To Ironforge for Yagyin's Digest
      728  736  40  To the Undercity for Yagyin's Digest
      729  0  20  The Absent Minded Prospector
      730  729  14  Trouble In Darkshore?
      731  741  20  The Absent Minded Prospector
      732  717  43  Tremors of the Earth
      733  0  40  Scrounging
      734  777  42  This Is Going to Be Hard
      735  737  44  The Star, the Hand and the Heart
      736  737  44  The Star, the Hand and the Heart
      737  0  40  Forbidden Knowledge
      738  739  38  Find Agmond
      739  704  42  Murdaloc
      741  942  20  The Absent Minded Prospector
      742  6383  20  The Ashenvale Hunt
      743  0  8  Dangers of the Windfury
      744  0  10  Preparation for Ceremony
      745  0  6  Sharing the Land
      747  0  2  The Hunt Begins
      748  0  5  Poison Water
      749  751  8  The Ravaged Caravan
      750  780  3  The Hunt Continues
      751  0  8  The Ravaged Caravan
      752  753  2  A Humble Task
      753  755  3  A Humble Task
      754  0  6  Winterhoof Cleansing
      755  757  3  Rites of the Earthmother
      756  0  7  Thunderhorn Totem
      757  763  4  Rite of Strength
      758  0  8  Thunderhorn Cleansing
      759  0  10  Wildmane Totem
      760  0  10  Wildmane Cleansing
      761  0  6  Swoop Hunting
      762  1139  44  An Ambassador of Evil
      763  0  5  Rites of the Earthmother
      764  0  10  The Venture Co.
      765  0  12  Supervisor Fizsprocket
      766  0  8  Mazzranache
      767  771  6  Rite of Vision
      768  769  8  Gathering Leather
      769  0  10  Kodo Hide Bag
      770  0  12  The Demon Scarred Cloak
      771  772  7  Rite of Vision
      772  773  7  Rite of Vision
      773  775  10  Rite of Wisdom
      775  776  10  Journey into Thunder Bluff
      776  0  14  Rites of the Earthmother
      777  778  42  This Is Going to Be Hard
      778  0  45  This Is Going to Be Hard
      779  0  50  Seal of the Earth
      780  0  4  The Battleboars
      781  0  4  Attack on Camp Narache
      782  793  43  Broken Alliances
      783  7  1  [DEPRECATED] A Threat Within
      784  825  7  Vanquish the Betrayers
      786  0  8  Thwarting Kolkar Aggression
      787  0  1  The New Horde
      788  0  2  Cutting Teeth
      789  0  3  Sting of the Scorpid
      790  804  5  Sarkoth
      791  0  7  Carry Your Weight
      792  794  4  Vile Familiars
      793  0  50  Broken Alliances
      794  805  5  Burning Blade Medallion
      795  0  50  Seal of the Earth
      804  0  5  Sarkoth
      805  0  5  Report to Sen'jin Village
      806  0  12  Dark Storms
      808  0  9  Minshina's Skull
      809  924  13  Ak'Zeloth
      812  0  9  Need for a Cure
      813  0  9  Finding the Antidote
      815  0  8  Break a Few Eggs
      816  0  11  Lost But Not Forgotten
      817  0  8  Practical Prey
      818  0  7  A Solvent Spirit
      819  821  15  Chen's Empty Keg
      821  822  15  Chen's Empty Keg
      822  0  24  Chen's Empty Keg
      823  0  7  Report to Orgnil
      824  0  27  Je'neu of the Earthen Ring
      825  0  8  From The Wreckage....
      826  0  10  Zalazane
      827  0  12  Skull Rock
      828  827  12  Margoz
      829  809  12  Neeru Fireblade
      830  831  7  The Admiral's Orders
      831  0  7  The Admiral's Orders
      832  0  11  Burning Shadows
      833  0  10  A Sacred Burial
      834  835  9  Winds in the Desert
      835  0  9  Securing the Lines
      836  3721  35  Rescue OOX-09/HL!
      837  0  10  Encroachment
      838  964  55  Scholomance
      840  842  10  Conscript of the Horde
      841  0  46  Another Power Source?
      842  0  12  Crossroads Conscription
      843  846  23  Gann's Reclamation
      844  845  12  Plainstrider Menace
      845  903  13  The Zhevra
      846  849  26  Revenge of Gann
      847  0  37  Guile of the Raptor
      848  0  15  Fungal Spores
      850  851  14  Kolkar Leaders
      851  852  16  Verog the Dervish
      852  4021  19  Hezrul Bloodmark
      853  0  15  [DEPRICATED] Apothecary Zamah
      854  0  12  Journey to the Crossroads
      25766  0  28  Arcane Legacy
      857  0  30  The Tear of the Moons
      858  0  18  Ignition
      860  0  10  Sergra Darkthorn
      861  0  10  The Hunter's Way
      862  0  23  Dig Rat Stew
      863  0  18  The Escape
      864  0  46  Return to Apothecary Zinge
      865  0  18  It's Gotta be the Horn
      866  0  16  Root Samples
      867  875  17  Harpy Raiders
      868  1145  22  Egg Hunt
      869  3281  15  To Track a Thief
      8350  0  5  Completing the Delivery
      871  0  12  In Defense of Far Watch
      872  0  12  The Far Watch Offensive
      873  0  27  Isha Awak
      874  873  27  Mahren Skyseer
      875  876  16  Harpy Lieutenants
      876  0  18  Serena Bloodfeather
      9705  8350  5  Package Recovery
      878  0  21  Tribes at War
      879  906  25  Betrayal from Within
      880  1489  14  Altered Beings
      881  905  13  Echeyakee
      882  907  19  Ishamuhale
      883  0  22  Lakota'mani
      884  0  24  Owatanka
      885  0  25  Washte Pawne
      9360  0  11  Amani Invasion
      9766  0  70  Coilfang Armaments
      10689  0  70  Altruis
      888  0  16  [DEPRICATED]Stolen Booty
      889  0  20  Spirit of the Wind
      890  892  14  [DEPRECATED]The Missing Shipment
      891  0  15  A Captain's Vengeance
      892  888  14  [DEPRECATED]The Missing Shipment
      893  0  24  Weapons of Choice
      10509  10507  70  Bound for Glory
      895  0  16  WANTED: Cap'n Garvey
      896  0  16  Miner's Fortune
      897  0  24  The Harvester
      898  0  20  Free From the Hold
      899  0  12  Consumed by Hatred
      901  902  14  Samophlange
      902  0  16  Samophlange
      903  881  13  Hunting the Huntress
      905  3261  14  Into the Raptor's Den
      906  0  25  Betrayal from Within
      907  913  18  Enraged Thunder Lizards
      908  0  27  Amongst the Ruins
      910  0  -1  Down at the Docks
      911  0  -1  Gateway to the Frontier
      913  874  20  Cry of the Thunderhawk
      914  0  22  Leaders of the Fang
      915  0  -1  You Scream, I Scream...
      916  917  4  Webwood Corruption
      917  920  5  Webwood Egg
      918  922  9  Timberling Seeds
      919  0  9  Timberling Sprouts
      920  921  5  Tenaron's Summons
      921  928  5  Teldrassil: Crown of Azeroth
      922  923  9  Rellian Greenspyre
      923  2498  9  Mossy Tumors
      924  0  14  The Demon Seed
      925  0  -1  Cairne's Hoofprint
      926  0  14  Flawed Power Stone
      927  941  12  The Moss-twined Heart
      928  929  5  Teldrassil: Passing Awareness
      929  933  6  Teldrassil: The Refusal of the Aspects
      930  0  9  The Glowing Fruit
      931  0  9  The Shimmering Frond
      932  0  7  Twisted Hatred
      933  7383  9  Teldrassil: The Coming Dawn
      934  0  11  Crown of the Earth
      935  0  11  The Waters of Teldrassil
      936  3761  50  Assisting Arch Druid Runetotem
      937  940  10  The Enchanted Glade
      938  0  10  Mist
      939  4441  54  [DEPRECATED]Flute of Xavaric
      940  952  11  Teldrassil
      941  0  12  Planting the Heart
      942  943  20  The Absent Minded Prospector
      943  0  24  The Absent Minded Prospector
      944  949  17  The Master's Glaive
      945  0  18  Therylune's Escape
      947  948  17  Cave Mushrooms
      948  944  17  Onu
      949  950  17  The Twilight Camp
      950  0  17  Return to Onu
      951  0  20  Mathystra Relics
      952  0  11  Grove of the Ancients
      953  0  12  The Fall of Ameth'Aran
      954  955  12  Bashal'Aran
      955  956  12  Bashal'Aran
      956  957  13  Bashal'Aran
      957  0  13  Bashal'Aran
      958  0  12  Tools of the Highborne
      959  0  18  Trouble at the Docks
      961  0  1  Onu is meditating
      962  0  18  Serpentbloom
      963  0  16  For Love Eternal
      964  5514  57  Skeletal Fragments
      965  966  18  The Tower of Althalaxx
      966  967  18  The Tower of Althalaxx
      967  970  18  The Tower of Althalaxx
      968  0  20  The Powers Below
      969  975  60  [DEPRECATED]Luck Be With You
      970  0  21  The Tower of Althalaxx
      971  0  23  Knowledge in the Deeps
      972  0  -1  Water Sapta
      973  1140  24  The Tower of Althalaxx
      974  980  55  Finding the Source
      975  0  60  [DEPRECATED]Cache of Mau'ari
      976  0  24  Supplies to Auberdine
      977  5163  58  [DEPRECATED]Are We There, Yeti?
      978  979  55  Moontouched Wildkin
      979  4901  57  Find Ranshalla
      980  4842  55  The New Springs
      981  0  31  The Tower of Althalaxx
      982  0  17  Deep Ocean, Vast Sea
      983  1001  10  Buzzbox 827
      984  985  14  How Big a Threat?
      985  0  14  How Big a Threat?
      986  0  20  A Lost Master
      990  0  19  Trek to Ashenvale
      9806  0  64  Fertile Spores
      992  82  46  Gadgetzan Water Survey
      993  0  20  A Lost Master
      994  0  22  Escape Through Force
      995  0  20  Escape Through Stealth
      4221  0  55  Corrupted Windblossom
      997  0  9  Denalan's Earth
      1000  1123  55  The New Frontier
      1001  1002  12  Buzzbox 411
      1002  1003  14  Buzzbox 323
      1003  0  16  Buzzbox 525
      1004  1123  55  The New Frontier
      1007  1009  21  The Ancient Statuettes
      1008  0  19  The Zoram Strand
      1009  0  22  Ruuzel
      1010  0  21  Bathran's Hair
      1011  0  29  Forsaken Diseases
      1012  0  22  Insane Druids
      1013  0  26  The Book of Ur
      1014  0  27  Arugal Must Die
      1015  6761  55  The New Frontier
      1016  1017  26  Retaking Mystral Lake
      1017  0  25  Mage Summoner
      1018  1123  55  The New Frontier
      1019  6761  55  The New Frontier
      1020  0  23  Orendil's Cure
      1021  0  21  Vile Satyr! Dryads in Danger!
      1022  0  30  The Howling Vale
      1023  0  21  The Lost Gem
      1024  0  23  Dryad Delivery
      1025  0  24  An Aggressive Defense
      1026  0  23  Search the Bole
      25047  0  -1  Broken Panther Figurine
      1028  0  28  Raene's Cleansing
      1029  0  23  Return to Raene
      1030  0  25  Dartol's Rod
      1031  0  22  The Branch of Cenarius
      25038  0  6  Gordo's Task
      1033  0  23  Elune's Tear
      1034  0  23  The Ruins of Stardust
      1035  0  30  Fallen Sky Lake
      1036  0  60  Avast Ye, Scallywag
      1037  0  30  Velinde Starsong
      1038  0  30  Velinde's Effects
      1039  0  30  The Barrens Port
      1040  0  30  Passage to Booty Bay
      1041  0  30  The Caravan Road
      1042  0  30  The Carevin Family
      1043  0  30  The Scythe of Elune
      1044  0  30  Answered Questions
      1045  0  26  A New Adornment
      1046  0  25  True Power of the Rod
      1047  6761  55  The New Frontier
      1048  0  42  Into The Scarlet Monastery
      1049  0  38  Compendium of the Fallen
      1050  0  38  Mythology of the Titans
      1051  0  33  Vorrel's Revenge
      1052  0  40  Down the Scarlet Path
      1053  0  40  In the Name of the Light
      1054  0  25  Culling the Threat
      1055  0  28  Raene's Cleansing
      1057  0  27  Reclaiming the Charred Vale
      1058  0  26  Jin'Zil's Forest Magic
      1059  0  27  Reclaiming the Charred Vale
      1060  0  20  [DEPRECATED]Letter to Jin'Zil
      1061  1062  17  The Spirits of Stonetalon
      1062  0  19  Goblin Invaders
      1063  0  18  [DEPRECATED] The Elder Crone
      1064  0  18  [DEPRECATED] Forsaken Aid
      1065  0  18  [DEPRECATED] Journey to Tarren Mill
      1066  0  23  [DEPRECATED] Blood of Innocents
      1067  1086  23  [DEPRECATED] Return to Thunder Bluff
      1068  0  23  Shredding Machines
      1069  0  20  [DEPRECATED] Deepmoss Spider Eggs
      9717  0  65  Oh, It's On!
      9719  0  65  Stalk the Stalker
      1073  0  21  Ineptitude + Chemicals = Fun
      1074  0  21  Ineptitude + Chemicals = Fun
      1075  0  21  A Scroll from Mauren
      1076  0  21  Devils in Westfall
      1077  0  21  Special Delivery for Gaxim
      1078  0  26  Retrieval for Mauren
      1079  1091  22  Covert Ops - Alpha
      1080  1091  22  Covert Ops - Beta
      1081  0  28  Reception from Tyrande
      1082  1081  22  Update for Sentinel Thenysil
      1083  1082  26  Enraged Spirits
      1084  1082  28  Wounded Ancients
      10508  10509  70  A Gift for Voren'thal
      1086  0  23  [DEPRECATED] The Flying Machine Airport
      1087  1088  25  Cenarius' Legacy
      1088  1089  29  Ordanus
      1089  0  29  The Den
      1090  1092  22  Gerenzo's Orders
      1091  0  22  Kaela's Update
      1092  0  22  Gerenzo's Orders
      1093  1094  21  Super Reaper 6000
      1094  1095  21  Further Instructions
      1095  1096  27  [DEPRECATED] Further Instructions
      1096  0  27  Gerenzo Wrenchwhistle
      1097  353  15  Elmore's Task
      1098  0  25  Deathstalkers in Shadowfang
      1100  1101  27  Lonebrow's Journal
      1101  0  27  The Crone of the Kraul
      1102  0  27  A Vengeful Fate
      1104  0  30  Salt Flat Venom
      1105  0  30  Hardened Shells
      1106  1108  35  Martek the Exiled
      1107  0  35  Encrusted Tail Fins
      1108  0  39  Indurium
      1109  1113  26  Going, Going, Guano!
      1110  0  31  Rocket Car Parts
      1111  1112  36  Wharfmaster Dizzywig
      1112  0  36  Parts for Kravel
      1113  0  33  Hearts of Zeal
      1114  0  36  Delivery to the Gnomes
      1115  1116  36  The Rumormonger
      1116  1117  36  Dream Dust in the Swamp
      1117  0  36  Rumors for Kravel
      1118  0  43  Back to Booty Bay
      1119  0  44  Zanzil's Mixture and a Fool's Stout
      1120  1122  44  Get the Gnomes Drunk
      1121  1122  44  Get the Goblins Drunk
      1122  0  44  Report Back to Fizzlebub
      1123  1124  55  Rabine Saturna
      1124  1125  55  Wasteland
      1125  1126  55  The Spirits of Southwind
      1126  6844  57  Hive in the Tower
      1127  0  44  Fool's Stout
      1130  1131  30  Melor Sends Word
      1131  0  30  Steelsnap
      1132  1133  20  Fiora Longears
      1133  0  20  Journey to Astranaar
      1134  0  21  Pridewings of Stonetalon
      1135  0  30  Highperch Venom
      1136  0  37  [DEPRECATED] Frostmaw
      1137  0  38  News for Fizzle
      1138  0  17  Fruit of the Sea
      1139  0  45  The Lost Tablets of Will
      1140  1167  28  The Tower of Althalaxx
      1141  0  14  The Family and the Fishing Pole
      1142  0  35  Mortality Wanes
      1143  981  31  The Tower of Althalaxx
      1144  0  37  Willix the Importer
      1145  1146  33  The Swarm Grows
      1146  1147  33  The Swarm Grows
      1147  0  35  The Swarm Grows
      1148  1184  35  Parts of the Swarm
      1149  1150  26  Test of Faith
      1150  1151  30  Test of Endurance
      1151  1152  30  Test of Strength
      1152  1154  30  Test of Lore
      1153  0  29  A New Ore Sample
      1154  6627  30  Test of Lore
      1159  1160  30  Test of Lore
      1160  6628  36  Test of Lore
      1164  0  36  To Steal From Thieves
      1166  1173  41  [DEPRECATED]Overlord Mok'Morokk's Concern
      1167  1143  28  The Tower of Althalaxx
      1168  0  41  Army of the Black Dragon
      1169  1170  41  [DEPRECATED]Identifying the Brood
      1170  1171  41  [DEPRECATED]The Brood of Onyxia
      1171  1172  41  [DEPRECATED]The Brood of Onyxia
      1172  0  41  [DEPRECATED]The Brood of Onyxia
      1173  0  40  [DEPRECATED]Challenge Overlord Mok'Morokk
      1175  0  33  A Bump in the Road
      1176  1178  30  Load Lightening
      1177  0  36  Hungry!
      1178  1180  37  Goblin Sponsorship
      1179  0  30  The Brassbolts Brothers
      1180  1181  37  Goblin Sponsorship
      1181  1182  37  Goblin Sponsorship
      1182  1183  37  Goblin Sponsorship
      1183  1186  37  Goblin Sponsorship
      1184  0  35  Parts of the Swarm
      1185  0  57  Under the Chitin Was...
      1186  1187  37  The Eighteenth Pilot
      1187  1188  41  Razzeric's Tweaking
      1188  1189  41  Safety First
      1189  0  41  Safety First
      1190  1194  41  Keeping Pace
      1191  0  41  Zamek's Distraction
      1192  0  42  Indurium Ore
      1193  0  60  A Broken Trap
      1194  0  41  Rizzle's Schematics
      1195  1196  25  The Sacred Flame
      1196  1197  29  The Sacred Flame
      1197  0  29  The Sacred Flame
      1198  1200  24  In Search of Thaelrid
      1199  0  25  Twilight Falls
      1200  0  27  Blackfathom Villainy
      1201  1202  35  Theramore Spies
      1202  0  35  The Theramore Docks
      1203  0  35  Jarl Needs a Blade
      1204  1258  36  Mudrock Soup and Bugs
      1205  0  41  Deadmire
      1206  1203  35  Jarl Needs Eyes
      1218  1206  35  Marsh Frog Legs
      1219  1220  35  [DEPRECATED]The Orc Report
      1220  0  35  [DEPRECATED]Captain Vimes
      1221  0  26  Blueleaf Tubers
      1222  0  37  Stinky's Escape
      1238  1239  35  The Lost Report
      1239  1240  35  The Severed Head
      1240  1261  35  The Troll Witchdoctor
      1241  1242  28  The Missing Diplomat
      1242  1243  28  The Missing Diplomat
      1243  1244  28  The Missing Diplomat
      1244  1245  30  The Missing Diplomat
      1245  1246  30  The Missing Diplomat
      1246  1447  31  The Missing Diplomat
      1247  1248  31  The Missing Diplomat
      1249  0  33  The Missing Diplomat
      1250  1264  33  The Missing Diplomat
      1251  1321  35  [DEPRECATED]The Black Shield
      1252  1259  35  [DEPRECATED]Lieutenant Paval Reethe
      1253  1319  35  [DEPRECATED]The Black Shield
      1258  0  36  ... and Bugs
      1259  1285  40  [DEPRECATED]Lieutenant Paval Reethe
      1260  1204  38  [DEPRECATED]Morgan Stern
      1261  1262  40  Marg Speaks
      1262  7541  40  Report to Zor
      1264  1265  33  The Missing Diplomat
      1265  1266  35  The Missing Diplomat
      1266  0  36  The Missing Diplomat
      1267  0  38  The Missing Diplomat
      1268  1276  35  [DEPRECATED]Suspicious Hoofprints
      1269  0  37  [DEPRECATED]Lieutenant Paval Reethe
      1270  0  37  Stinky's Escape
      1271  0  37  Feast at the Blue Recluse
      1273  1276  37  [DEPRECATED]Questioning Reethe
      1274  1241  28  The Missing Diplomat
      1275  0  24  Researching the Corruption
      1276  11204  37  [DEPRECATED]The Black Shield
      1282  0  35  [DEPRECATED]They Call Him Smiling Jim
      1284  11143  35  [DEPRECATED]Suspicious Hoofprints
      1285  1286  38  [DEPRECATED]Daelin's Men
      1286  1287  38  [DEPRECATED]The Deserters
      1287  11143  38  [DEPRECATED]The Deserters
      1288  1289  38  Vimes's Report
      1289  0  38   Vimes's Report
      1301  1302  35  [DEPRECATED]James Hyal
      1302  0  35  [DEPRECATED]James Hyal
      1318  0  60  Unfinished Gordok Business
      1319  1320  35  [DEPRECATED]The Black Shield
      1320  11143  35  [DEPRECATED]The Black Shield
      1321  1322  35  [DEPRECATED]The Black Shield
      1322  1323  37  [DEPRECATED]The Black Shield
      1323  1276  37  [DEPRECATED]The Black Shield
      1324  1267  38  The Missing Diplomat
      1338  0  14  Stormpike's Order
      1339  1338  15  Mountaineer Stormpike's Task
      1358  0  15  Sample for Helbrim
      1359  1358  15  Zinge's Delivery
      1360  0  43  Reclaimed Treasures
      1361  1362  32  Regthar Deathgate
      1362  0  32  The Kolkar of Desolace
      1363  1364  41  Mazen's Behest
      1364  0  41  Mazen's Behest
      1365  0  35  Khan Dez'hepah
      1366  0  31  Centaur Bounty
      1367  1369  33  Magram Alliance
      1369  1371  33  Broken Tears
      1370  1373  35  Stealing Supplies
      1371  1375  35  Gizmo for Warug
      1372  1383  42  Nothing But The Truth
      1373  1374  37  Ongeku
      1374  1380  37  Khan Jehn
      1375  1381  37  Khan Shaka
      1380  0  42  Khan Hratha
      1381  0  42  Khan Hratha
      1382  1384  35  Strange Alliance
      1383  0  42  Nothing But The Truth
      1384  1370  32  Raid on the Kolkar
      1385  1386  35  Brutal Politics
      1386  1369  32  Assault on the Kolkar
      1387  0  31  Centaur Bounty
      1388  1391  42  Nothing But The Truth
      1389  0  35  [DEPRECATED]Draenethyst Crystals
      1390  0  1   Oops, We Killed Them Again.
      1391  0  42  Nothing But The Truth
      1392  0  39  Noboru the Cudgel
      1393  0  38  Galen's Escape
      1394  0  36  Final Passage
      1395  0  45  Supplies for Nethergarde
      1396  1421  37  [DEPRECATED]Encroaching Wildlife
      1398  1425  42  [DEPRECATED]Driftwood
      1418  1420  35  Neeka Bloodscar
      1419  0  40  Coyote Thieves
      1420  0  40  Report to Helgrum
      1421  1398  35  [DEPRECATED]The Lost Caravan
      1422  1426  45  [DEPRECATED]Threat From the Sea
      1423  0  40  The Lost Supplies
      1424  1429  43  [DEPRECATED]Pool of Tears
      1425  0  42  [DEPRECATED]Deliver the Shipment
      1426  1427  43  [DEPRECATED]Threat From the Sea
      1427  0  43  [DEPRECATED]Threat From the Sea
      1428  0  45  [DEPRECATED]Continued Threat
      1429  1444  44  [DEPRECATED]The Atal'ai Exile
      1430  0  44  [DEPRECATED]Fresh Meat
      1431  1432  30  Alliance Relations
      1432  0  30  Alliance Relations
      1433  1435  33  Alliance Relations
      1434  0  33  Befouled by Satyr
      1435  0  33  The Burning of Spirits
      1436  0  33  Alliance Relations
      1437  1465  33  Vahlarriel's Search
      1438  1439  33  Vahlarriel's Search
      1439  0  33  Search for Tyranis
      1440  0  33  Return to Vahlarriel
      1442  0  22  Seeking the Kor Gem
      1444  1445  44  Return to Fel'Zerul
      1445  0  50  [DEPRECATED]The Temple of Atal'Hakkar
      1446  0  53  Jammal'an the Prophet
      1447  1247  31  The Missing Diplomat
      1448  1449  43  In Search of The Temple
      1449  1450  43  To The Hinterlands
      1450  1451  43  Gryphon Master Talonaxe
      1451  1452  43  Rhapsody Shindigger
      1452  0  43  Rhapsody's Kalimdor Kocktail
      1453  0  30  Reclaimers' Business in Desolace
      1454  1455  30  The Karnitol Shipwreck
      1455  1456  30  The Karnitol Shipwreck
      1456  1457  30  The Karnitol Shipwreck
      1457  0  30  The Karnitol Shipwreck
      1458  1459  33  Reagents for Reclaimers Inc.
      1459  1466  35  Reagents for Reclaimers Inc.
      1462  0  4  Earth Sapta
      1463  0  4  Earth Sapta
      1464  0  -1  Fire Sapta
      1465  1438  33  Vahlarriel's Search
      1466  1467  40  Reagents for Reclaimers Inc.
      1467  0  40  Reagents for Reclaimers Inc.
      1468  0  -1  Children's Week
      1469  1475  43  Rhapsody's Tale
      1470  0  -1  Piercing the Veil
      1471  0  -1  The Binding
      1472  1476  -1  Devourer of Souls
      1473  1471  -1  Creature of the Void
      1474  0  -1  The Binding
      1475  0  50  Into The Temple of Atal'Hakkar
      1476  1474  -1  Hearts of the Pure
      1477  1395  45  Vital Supplies
      1478  1473  -1  Halgar's Summons
      1479  0  -1  The Bough of the Eternals
      1480  1481  33  The Corrupter
      1481  1482  33  The Corrupter
      1482  1484  35  The Corrupter
      1483  1093  21  [DEPRECATED] Ziz Fizziks
      1484  1488  33  The Corrupter
      1485  1499  -1  Vile Familiars
      1486  0  17  Deviate Hides
      1487  0  21  Deviate Eradication
      1488  0  40  The Corrupter
      1489  1490  16  Hamuul Runetotem
      1490  914  16  Nara Wildmane
      1491  0  18  Smart Drinks
      1492  0  11  [DEPRICATED] Wharfmaster Dizzywig
      1498  1502  -1  Path of Defense
      1499  794  -1  Vile Familiars
      1501  1504  -1  Creature of the Void
      1502  1503  10  Thun'grim Firegaze
      1503  0  10  Forged Steel
      1504  0  -1  The Binding
      1505  1498  -1  Veteran Uzzek
      1506  1501  -1  Gan'rul's Summons
      1507  1508  -1  Devourer of Souls
      1508  1509  -1  Blind Cazul
      1509  1510  -1  News of Dogran
      1510  1511  -1  News of Dogran
      1511  1515  -1  Ken'zigla's Draught
      1512  1513  -1  Love's Gift
      1513  0  -1  The Binding
      1515  1512  -1  Dogran's Captivity
      24994  24995  7  Doom Weed
      1517  1518  4  Call of Earth
      1518  0  4  Call of Earth
      1519  1520  4  Call of Earth
      1520  1521  4  Call of Earth
      1521  0  4  Call of Earth
      1522  1524  -1  Call of Fire
      1523  1524  -1  Call of Fire
      1524  1525  -1  Call of Fire
      1525  1526  -1  Call of Fire
      1526  1527  -1  Call of Fire
      1527  0  -1  Call of Fire
      1528  1530  -1  Call of Water
      1529  1530  -1  Call of Water
      1530  1535  -1  Call of Water
      1531  0  -1  Call of Air
      1532  0  -1  Call of Air
      1534  220  -1  Call of Water
      1535  1536  -1  Call of Water
      1536  1534  -1  Call of Water
      1558  0  -1  The Stonewrought Dam
      1559  0  37  Flash Bomb Recipe
      1560  0  50  Tooga's Quest
      1578  0  12  Supplying the Front
      1579  1580  12  Gaffer Jacks
      1580  0  12  Electropellers
      1581  0  8  Elixirs for the Bladeleafs
      1582  0  18  Moonglow Vest
      1598  0  -1  The Stolen Tome
      1599  0  -1  Beginnings
      1618  0  16  Gearing Redridge
      1638  1639  -1  A Warrior's Training
      1639  1640  -1  Bartleby the Drunk
      1640  1665  -1  Beat Bartleby
      1641  1642  -1  The Tome of Divinity
      1642  1643  -1  The Tome of Divinity
      1643  1644  -1  The Tome of Divinity
      1644  1780  -1  The Tome of Divinity
      1645  1646  -1  The Tome of Divinity
      1646  1647  -1  The Tome of Divinity
      1647  1648  -1  The Tome of Divinity
      1648  1778  -1  The Tome of Divinity
      1649  1650  -1  The Tome of Valor
      1650  1651  -1  The Tome of Valor
      1651  1652  -1  The Tome of Valor
      1652  1653  -1  The Tome of Valor
      1653  1654  -1  The Test of Righteousness
      1654  1806  22  The Test of Righteousness
      1655  0  22  Bailor's Ore Shipment
      1656  0  5  A Task Unfinished
      1658  0  -1  Crashing the Wickerman Festival
      1661  0  -1  The Tome of Nobility
      1665  1666  -1  Bartleby's Mug
      1666  1667  10  Marshal Haggard
      1667  0  10  Dead-tooth Jack
      1678  1680  -1  Vejrek
      1679  1678  -1  Muren Stormpike
      1680  1681  11  Tormus Deepforge
      1681  1682  11  Ironband's Compound
      1682  0  10  Grey Iron Weapons
      1683  1686  -1  Vorlus Vilehoof
      1684  1683  -1  Elanaria
      1685  1688  -1  Gakin's Summons
      1686  1692  10  The Shade of Elura
      14473  0  6  It's Our Problem Now
      24444  0  2  The Captured Shaman
      1688  1689  -1  Surena Caledon
      1689  0  -1  The Binding
      1690  1691  43  Wastewander Justice
      14448  13237  80  Takes One to Know One
      1692  1693  10  Smith Mathiel
      1693  0  10  Weapons of Elunite
      1698  1699  20  Yorus Barleybrew
      1699  1702  22  The Rethban Gauntlet
      1700  1705  28  Grimand Elmore
      1701  1782  28  Fire Hardened Mail
      1702  1701  22  The Shieldsmith
      1703  1710  28  Mathiel
      1704  1708  28  Klockmort Spannerspan
      1705  0  28  Burning Blood
      1706  0  30  Grimand's Armor
      1707  0  44  Water Pouch Bounty
      1708  1709  29  Iron Coral
      1709  0  30  Klockmort's Creation
      1710  0  30  Sunscorched Shells
      1711  0  30  Mathiel's Armor
      1712  1713  40  Cyclonian
      1713  1792  40  The Summoning
      1714  0  37  Essence of the Exile
      1715  1688  -1  The Slaughtered Lamb
      1716  1738  -1  Devourer of Souls
      1717  1716  -1  Gakin's Summons
      1718  1719  -1  The Islander
      1719  1791  -1  The Affray
      1738  1739  -1  Heartswood
      1739  0  -1  The Binding
      1740  0  25  The Orb of Soran'ruk
      1758  1802  -1  Tome of the Cabal
      1778  1779  -1  The Tome of Divinity
      1779  1783  -1  The Tome of Divinity
      1780  1781  -1  The Tome of Divinity
      1781  1786  -1  The Tome of Divinity
      1782  0  28  Furen's Armor
      1783  1784  -1  The Tome of Divinity
      1784  1785  -1  The Tome of Divinity
      1785  0  -1  The Tome of Divinity
      1786  1787  -1  The Tome of Divinity
      1787  1788  -1  The Tome of Divinity
      1788  0  -1  The Tome of Divinity
      1789  0  -1  The Symbol of Life
      1790  0  -1  The Symbol of Life
      1791  1712  30  The Windwatcher
      1792  0  40  Whirlwind Weapon
      1793  1649  -1  The Tome of Valor
      1794  0  -1  The Tome of Valor
      1795  0  -1  The Binding
      1796  4781  31  Components for the Enchanted Gold Bloodrobe
      1798  1758  -1  Seeking Strahad
      1799  4961  40  Fragments of the Orb of Orahil
      14447  13237  80  Takes One to Know One
      1801  1803  -1  Tome of the Cabal
      1802  1804  -1  Tome of the Cabal
      1803  1805  -1  Tome of the Cabal
      1804  1795  -1  Tome of the Cabal
      1805  1795  -1  Tome of the Cabal
      1806  0  22  The Test of Righteousness
      1818  1819  -1  Speak with Dillinger
      1819  1820  -1  Ulag the Cleaver
      1820  1821  10  Speak with Coleman
      1821  1822  11  Agamand Heirlooms
      1822  0  11  Heirloom Weapon
      1823  1824  20  Speak with Ruga
      1824  1825  20  Trial at the Field of Giants
      1825  1838  20  Speak with Thun'grim
      1838  0  30  Brutal Armor
      1839  1842  30  Ula'elek and the Brutal Gauntlets
      1840  1844  30  Orm Stonehoof and the Brutal Helm
      1841  1846  30  Velora Nitely and the Brutal Legguards
      1842  1843  30  Satyr Hooves
      1843  0  30  Brutal Gauntlets
      1844  1845  30  Chimaeric Horn
      1845  0  30  Brutal Helm
      1846  1847  30  Dragonmaw Shinbones
      1847  0  30  Brutal Legguards
      1848  0  30  Brutal Hauberk
      1858  0  13  The Shattered Hand
      1859  1963  10  Therzok
      1860  1861  10  Speak with Jennea
      1861  0  10  Mirror Lake
      1878  0  44  Water Pouch Bounty
      1879  1880  10  Speak with Bink
      1880  0  10  Mage-tastic Gizmonitor
      1881  1882  10  Speak with Anastasia
      1882  0  10  The Balnir Farmstead
      1883  1884  10  Speak with Un'thuwa
      1884  0  10  Ju-Ju Heaps
      1885  14420  10  Mennet Carkad
      1886  1898  13  The Deathstalkers
      1898  1899  13  The Deathstalkers
      1899  1978  13  The Deathstalkers
      1918  824  27  The Befouled Element
      1919  1920  15  Report to Jennea
      1920  1921  16  Investigate the Blue Recluse
      1921  1941  15  Gathering Materials
      1938  1940  28  Ur's Treatise on Shadow Magic
      1939  1938  26  High Sorcerer Andromath
      1940  1942  26  Pristine Spider Silk
      1941  0  15  Manaweave Robe
      1942  0  26  Astral Knot Garment
      1943  1944  26  Speak with Deino
      1944  1945  26  Waters of Xavian
      1945  1946  26  Laughing Sisters
      1946  0  26  Nether-lace Garment
      1947  0  38  Journey to the Marsh
      1948  0  40  Items of Power
      1949  1950  38  Hidden Secrets
      1950  1951  30  Get the Scoop
      1951  1952  40  Rituals of Power
      1952  0  40  Mage's Wand
      1953  1954  40  Return to the Marsh
      1954  1955  40  The Infernal Orb
      1955  1956  40  The Exorcism
      1956  1957  40  Power in Uldaman
      1957  1958  40  Mana Surges
      1958  0  40  Celestial Power
      1959  1960  15  Report to Anastasia
      1960  1961  16  Investigate the Alchemist Shop
      1961  0  15  Gathering Materials
      1962  0  15  Spellfire Robes
      1963  1858  13  The Shattered Hand
      1978  0  13  The Deathstalkers
      1998  1999  16  Fenwick Thatros
      1999  0  20  Tools of the Trade
      2038  0  10  Bingles' Missing Supplies
      2039  2038  15  Find Bingles
      14408  14422  14  Nine's Plan
      14374  0  35  Portals of the Legion
      2078  0  20  Gyromast's Revenge
      2098  2078  20  Gyromast's Retrieval
      2118  2138  14  Plagued Lands
      2138  0  16  Cleansing of the Infected
      2139  0  18  Tharnariun's Hope
      2158  0  5  Rest and Relaxation
      2159  0  5  Dolanaar Delivery
      2160  0  5  Supplies to Tannok
      2161  0  5  A Peon's Burden
      2178  0  12  Easy Strider Living
      2198  2199  41  The Shattered Necklace
      2199  2200  41  Lore for a Price
      2200  2201  42  Back to Uldaman
      2201  2204  43  Find the Gems
      2202  0  42  Uldaman Reagent Run
      2203  0  44  Badlands Reagent Run II
      2204  0  44  Restoring the Necklace
      13977  13980  24  Mass Production
      14251  0  31  New Beginnings
      13939  0  3  Fel Moss Corruption
      2238  2239  10  Simple Subterfugin'
      13913  0  25  They Took Our Gnomes
      2240  0  40  The Hidden Chamber
      2241  2242  10  The Apple Falls
      2258  2202  39  Badlands Reagent Run
      13563  0  11  A Love Eternal
      2278  0  40  The Platinum Discs
      2279  2439  47  The Platinum Discs
      2280  2440  40  The Platinum Discs
      2281  2282  16  Redridge Rendezvous
      2282  0  20  Alther's Mill
      2283  2284  41  Necklace Recovery
      2284  2318  41  Necklace Recovery, Take 2
      2298  0  16  Kingly Shakedown
      2299  2298  16  To Hulfdan!
      13513  0  14  On the Brink
      2338  2339  42  Translating the Journal
      2339  0  44  Find the Gems and Power Source
      2340  2341  44  Deliver the Gems
      2341  0  44  Necklace Recovery, Take 3
      2342  0  43  Reclaimed Treasures
      2358  0  22  Horns of Nez'ra
      25229  0  -1  A Few Good Gnomes
      2360  2359  -1  Mathias and the Defias
      2361  0  44  Restoring the Necklace
      25055  0  -1  Subduing the Elements
      24656  24848  -1  Pilfering Perfume
      24655  24656  -1  Something Stinks
      2383  0  3  Simple Parchment
      2398  2240  40  The Lost Dwarves
      2399  0  10  The Sprouted Fronds
      2418  0  36  Power Stones
      2438  2459  6  The Emerald Dreamcatcher
      2439  2963  47  The Platinum Discs
      2440  2965  47  The Platinum Discs
      24598  24799  80  The Purification of Quel'Delar
      2459  0  6  Ferocitas the Dream Eater
      2460  2458  -1  The Shattered Salute
      24594  0  80  The Purification of Quel'Delar
      24564  24801  80  The Purification of Quel'Delar
      2480  0  -1  Hinott's Assistance
      2498  2499  9  Return to Denalan
      2499  0  10  Oakenscowl
      2500  17  39  Badlands Reagent Run
      2501  0  44  Badlands Reagent Run II
      2518  2520  10  Tears of the Moon
      2519  2518  10  The Temple of the Moon
      2520  0  12  Sathrah's Sacrifice
      2521  0  55  To Serve Kum'isha
      2522  0  55  Kum'isha's Endeavors
      4118  0  55  Corrupted Songflower
      2541  2561  8  The Sleeping Druid
      2561  0  10  Druid of the Claw
      2581  0  50  Snickerfang Jowls
      2582  0  50  Rage of Ages
      24541  24850  -1  Pilfering Perfume
      24536  24541  -1  Something Stinks
      24427  0  -1  Call to Arms: Alterac Valley
      2586  0  50  Salt of the Scorpok
      24225  0  -1  Call to Arms: Warsong Gulch
      24217  0  -1  Call to Arms: Warsong Gulch
      14183  0  -1  Call to Arms: Warsong Gulch
      24216  0  -1  Call to Arms: Warsong Gulch
      2605  2606  49  The Thirsty Goblin
      2606  2641  49  In Good Taste
      2607  2608  20  The Touch of Zanzil
      9695  0  16  The Sun King's Command
      14142  0  80  You've Really Done It This Time, Kul
      2609  0  20  The Touch of Zanzil
      11883  0  -1  Fire Dancing?
      12313  0  -1  UNUSED Save Brewfest!
      2622  2623  50  The Missing Orders
      13790  0  80  Among the Champions
      2641  0  49  Sprinkle's Secret Ingredient
      2661  2662  49  Delivery for Marin
      2662  0  49  Noggenfogger Elixir
      2681  0  57  The Stones That Bind Us
      2702  2701  57  Heroes of Old
      2721  2743  58  Kirith
      2741  0  47  The Super Egg-O-Matic
      2742  2782  47  Rin'ji is Trapped!
      2743  2744  60  The Cover of Darkness
      2744  3141  60  The Demon Hunter
      2745  2746  31  Infiltrating the Castle
      2746  0  31  Items of Some Consequence
      2747  0  60  An Extraordinary Egg
      2748  2747  60  A Fine Egg
      2749  0  60  An Ordinary Egg
      2750  0  60  A Bad Egg
      13787  0  80  The Grand Melee
      2752  0  32  On Iron Pauldrons
      2753  0  36  Trampled Under Foot
      13782  0  80  The Grand Melee
      13780  0  80  The Edge Of Winter
      2757  2760  40  Booty Bay or Bust!
      2758  2759  40  The Origins of Smithing
      2759  2760  40  In Search of Galvan
      13774  0  80  A Worthy Weapon
      2761  2765  45  Smelt On, Smelt Off
      2762  2765  45  The Great Silver Deceiver
      2763  2765  45  The Art of the Imbue
      2764  0  45  Galvan's Finest Pupil
      2765  2764  45  Expert Blacksmith!
      2766  0  45  Find OOX-22/FE!
      2767  3721  45  Rescue OOX-22/FE!
      2768  0  47  Divino-matic Rod
      2769  2770  46  The Brassbolts Brothers
      2770  0  50  Gahz'rilla
      2771  3321  45  A Good Head On Your Shoulders
      2773  3321  45  The Mithril Kid
      2781  0  46  WANTED: Caliph Scorpidsting
      2782  0  47  Rin'ji's Secret
      2783  2801  57  Petty Squabbles
      2784  2621  50  Fall From Grace
      2801  0  57  A Tale of Sorrow
      2821  7733  46  The Mark of Quality
      2822  7734  46  The Mark of Quality
      13772  0  80  The Grand Melee
      2842  0  35  Chief Engineer Scooty
      13767  0  80  The Grand Melee
      2844  2845  49  The Giant Guardian
      2845  0  49  Wandering Shay
      2846  0  46  Tiara of the Deep
      2847  2848  45  Wild Leather Armor
      2848  2849  45  Wild Leather Shoulders
      2849  2850  45  Wild Leather Vest
      9440  0  38  [DEPRECATED]Little Morsels
      2851  2852  45  Wild Leather Boots
      2852  2853  45  Wild Leather Leggings
      2853  0  45  Master of the Wild Leather
      2854  0  45  Wild Leather Armor
      2855  0  45  Wild Leather Shoulders
      2856  0  45  Wild Leather Vest
      2857  0  45  Wild Leather Helmet
      2858  0  45  Wild Leather Boots
      2859  0  45  Wild Leather Leggings
      2860  0  45  Master of the Wild Leather
      2861  2846  46  Tabetha's Task
      2862  2863  42  War on the Woodpaw
      2863  2902  43  Alpha Strike
      2864  2865  45  Tran'rek
      2865  0  45  Scarab Shells
      2866  2867  43  The Ruins of Solarsal
      2867  0  43  Return to Feathermoon Stronghold
      2869  2870  43  Against the Hatecrest
      2870  2871  45  Against Lord Shalzaru
      2871  0  45  Delivering the Relic
      2872  2873  45  Stoley's Debt
      2873  2874  45  Stoley's Shipment
      2874  0  45  Deliver to MacKinley
      2875  0  45  WANTED: Andre Firebeard
      2876  0  45  Ship Schedules
      2877  0  48  Skulk Rock Clean-up
      2879  2942  50  The Stave of Equinex
      2880  0  45  Troll Necklace Bounty
      2881  0  45  Troll Necklace Bounty
      2882  0  45  Cuergo's Gold
      2902  2903  43  Woodpaw Investigation
      2903  0  43  The Battle Plans
      2904  0  30  A Fine Mess
      2922  0  26  Save Techbot's Brain!
      2923  2922  26  Tinkmaster Overspark
      2924  0  30  Essential Artificials
      2925  2924  30  Klockmort's Essentials
      2926  0  27  Gnogaine
      2927  2926  27  The Day After
      13763  0  80  A Worthy Weapon
      2929  0  35  The Grand Betrayal
      2930  0  30  Data Rescue
      2931  2930  28  Castpipe's Task
      2932  0  42  Grim Message
      2933  2934  43  Venom Bottles
      2934  2935  45  Undamaged Venom Sac
      2935  2936  45  Consult Master Gadrin
      2936  2937  45  The Spider God
      2937  0  55  Summoning Shadra
      2938  0  55  Venom to the Undercity
      2939  2940  47  In Search of Knowledge
      2940  2941  47  Feralas: A History
      2941  2944  48  The Borrower
      2942  0  50  The Morrow Stone
      2943  2879  48  Return to Troyas
      2944  2943  48  The Super Snapper FX
      2945  0  34  Grime-Encrusted Ring
      2946  0  50  Seeing What Happens
      2947  2948  34  Return of the Ring
      2948  0  35  Gnome Improvement
      2949  2950  34  Return of the Ring
      2950  0  35  Nogg's Ring Redo
      2951  0  30  The Sparklematic 5200!
      2952  0  30  The Sparklematic 5200!
      2953  0  30  More Sparklematic Action
      2954  0  50  The Stone Watcher
      13758  0  80  A Worthy Weapon
      2963  2946  50  Portents of Uldum
      2964  0  50  A Future Task
      2965  2966  50  Portents of Uldum
      2966  0  50  Seeing What Happens
      2967  0  50  Return to Thunder Bluff
      2968  0  50  A Future Task
      2969  2970  47  Freedom for All Creatures
      2970  2972  47  Doling Justice
      2972  3841  47  Doling Justice
      2973  2974  45  A New Cloak's Sheen
      2974  2976  45  A Grim Discovery
      2975  2980  43  The Ogres of Feralas
      2976  0  45  A Grim Discovery
      2977  2964  50  Return to Ironforge
      2978  2979  43  The Gordunni Scroll
      2979  3002  46  Dark Ceremony
      2980  0  44  The Ogres of Feralas
      2981  2975  43  A Threat in Feralas
      2982  0  44  The High Wilderness
      2983  1524  -1  Call of Fire
      2987  0  43  Gordunni Cobalt
      2988  2989  45  Witherbark Cages
      2989  2990  48  The Altar of Zul
      2990  2991  47  Thadius Grimshade
      2991  2992  47  Nekrum's Medallion
      2992  2993  47  The Divination
      2993  2994  47  Return to the Hinterlands
      2994  0  51  Saving Sharpbeak
      2995  0  47  Lines of Communication
      2996  1801  -1  Seeking Strahad
      2997  1645  -1  Tome of Divinity
      2998  1641  -1  Tome of Divinity
      2999  1645  -1  Tome of Divinity
      3000  1645  -1  Tome of Divinity
      3001  1801  -1  Seeking Strahad
      3002  0  47  The Gordunni Orb
      3022  0  47  Handle With Care
      3042  0  45  Troll Temper
      3062  0  50  Dark Heart
      3063  0  50  Vengeance on the Northspring
      3065  0  1  Simple Tablet
      3082  0  1  Etched Tablet
      3083  0  1  Encrypted Tablet
      3084  0  1  Rune-Inscribed Tablet
      3085  0  1  Hallowed Tablet
      3086  0  1  Glyphic Tablet
      3087  0  3  Etched Parchment
      3088  0  3  Encrypted Parchment
      3089  0  3  Rune-Inscribed Parchment
      3090  0  3  Tainted Parchment
      13750  0  80  The Grand Melee
      13748  0  80  The Edge Of Winter
      13745  0  80  The Grand Melee
      13724  0  80  The Valiant's Challenge
      3095  24969  3  Simple Scroll
      3096  24967  3  Encrypted Scroll
      3097  24966  3  Hallowed Scroll
      3098  24965  3  Glyphic Scroll
      3099  24968  3  Tainted Scroll
      3100  26913  3  Simple Letter
      3101  26918  3  Consecrated Letter
      3102  26915  3  Encrypted Letter
      3103  26919  3  Hallowed Letter
      3104  26916  3  Glyphic Letter
      3105  26914  3  Tainted Letter
      3106  24531  3  Simple Rune
      3107  24528  3  Consecrated Rune
      3108  24530  3  Etched Rune
      3109  24532  3  Encrypted Rune
      3110  24533  3  Hallowed Rune
      3111  0  1  
      3112  0  1  Simple Memorandum
      3113  0  1  Encrypted Memorandum
      3114  0  1  Glyphic Memorandum
      3115  26904  3  Tainted Rune
      3116  26945  3  Simple Sigil
      3117  26947  3  Etched Sigil
      3118  26946  3  Encrypted Sigil
      3119  26949  3  Hallowed Sigil
      3120  26948  3  Verdant Sigil
      3121  3122  45  A Strange Request
      3122  3123  45  Return to Witch Doctor Uzer'i
      3123  3124  38  Testing the Vessel
      3124  3125  38  Hippogryph Muisek
      3125  3126  45  Faerie Dragon Muisek
      3126  3127  38  Treant Muisek
      3127  3129  50  Mountain Giant Muisek
      3128  0  39  Natural Materials
      3129  0  50  Weapons of Spirit
      3130  2869  43  Against the Hatecrest
      3141  3508  57  Loramus
      3161  0  48  Gahz'ridian
      3182  3201  43  Proof of Deed
      3201  0  43  At Last!
      3221  1359  12  Speak with Renferrel
      3261  882  18  [DEPRECATED in 4.x] Jorn Skyseer
      3281  0  18  [DEPRECATED] Stolen Silver
      3301  0  15  Mura Runetotem
      3321  0  50  Did You Lose This?
      3341  0  37  Bring the End
      3361  0  3  A Refugee's Quandary
      3362  0  50  Thistleshrub Valley
      4116  0  55  Corrupted Songflower
      3364  0  5  Scalding Mornbrew Delivery
      3365  0  5  Bring Back the Mug
      3366  3369  25  The Glowing Shard
      13723  0  80  The Valiant's Challenge
      3369  0  25  In Nightmares
      3370  0  25  In Nightmares
      3371  3372  46  Dwarven Justice
      13677  0  80  Learning The Reins
      3373  0  55  The Essence of Eranikus
      3374  0  55  The Essence of Eranikus
      3375  0  42  Replacement Phial
      3376  0  5  Break Sharptusk!
      3377  0  50  Prayer to Elune
      13668  0  80  The Argent Tournament
      13665  0  80  The Grand Melee
      3380  3444  51  The Sunken Temple
      3381  0  48  A Meeting with the Master
      3382  0  57  A Crew Under Fire
      13260  13237  80  Takes One to Know One
      12499  0  74  Return To Angrathar
      3421  0  55  Return Trip
      3441  3442  48  Divine Retribution
      3442  3443  48  The Flawless Flame
      13431  0  70  The Cudgel of Kar'desh
      3444  3446  51  The Stone Circle
      3445  3444  51  The Sunken Temple
      3446  0  51  Into the Depths
      3447  0  51  Secret of the Circle
      3448  3449  52  Passing the Burden
      3449  3461  52  Arcane Runes
      3450  3451  52  An Easy Pickup
      3451  0  52  Signal for Pickup
      3452  3453  50  The Flame's Casing
      3454  3462  50  The Torch of Retribution
      3461  0  52  Return to Tymor
      3462  3463  50  Squire Maltrake
      13374  13376  80  Amped for Revolt!
      13427  0  -1  Call to Arms: Alterac Valley
      3481  0  50  Trinkets...
      3482  0  35   The Pocked Black Box
      3483  0  52  Signal for Pickup
      13309  0  80  Assault by Air
      3503  0  55  Meeting with the Master
      3504  3505  53  Betrayed
      3505  3506  53  [DEPRECATED 4.x] Betrayed
      3506  3507  56  Betrayed
      3507  0  56  [DEPRECATED 4.x] Betrayed
      3508  3509  58  Breaking the Ward
      3509  3510  58  The Name of the Beast
      13294  13295  80  Against the Giants
      13148  0  -1  Necklace Repair
      3512  0  55  In Eranikus' Own Words
      3513  3514  25  The Runed Scroll
      3514  0  29  Horde Presence
      3517  0  52  Stealing Knowledge
      3518  3562  52  Delivery to Magatha
      3519  3521  4  A Friend in Need
      3520  3527  44  Screecher Spirits
      3521  3522  4  Iverron's Antidote
      3522  0  4  Iverron's Antidote
      3523  3525  37  Scourge of the Downs
      3524  4681  13  Washed Ashore
      3525  0  37  Extinguishing the Idol
      3526  3638  -1  Goblin Engineering
      3527  4787  47  The Prophecy of Mosh'aru
      3528  0  53  The God Hakkar
      3541  3563  52  Delivery to Jes'rimon
      3542  3564  52  Delivery to Andron Gant
      3561  3565  52  Delivery to Archmage Xylem
      3562  0  52  [DEPRECATED] Magatha's Payment to Jediga
      3563  0  52  Jes'rimon's Payment to Jediga
      3564  0  52  Andron's Payment to Jediga
      3565  0  52  Xylem's Payment to Jediga
      3566  0  46  Rise, Obsidion!
      3567  0  25  To the Top
      3568  0  52  Seeping Corruption
      3569  0  52  Seeping Corruption
      3570  0  52  Seeping Corruption
      3581  0  40  
      3601  5534  53  Kim'jael Indeed!
      13139  13141  79  Into The Frozen Heart Of Northrend
      3621  3625  58  The Formation of Felbane
      13135  0  79  It Could Kill Us All
      12963  0  -1  Shipment: Shifting Sun Curio
      12962  0  -1  Shipment: Bright Armor Relic
      12961  0  -1  Shipment: Intricate Bone Figurine
      3629  3638  -1  Goblin Engineering
      3630  3640  -1  Gnome Engineering
      3631  0  -1  Summon Felsteed
      3632  3640  -1  Gnome Engineering
      3633  3638  -1  Goblin Engineering
      3634  3640  -1  Gnome Engineering
      3635  3642  -1  Gnome Engineering
      3636  0  37  Bring the Light
      3637  3642  -1  Gnome Engineering
      3638  3639  47  The Pledge of Secrecy
      3639  0  -1  Show Your Work
      3640  3641  47  The Pledge of Secrecy
      3641  0  -1  Show Your Work
      3642  3643  47  The Pledge of Secrecy
      3643  0  -1  Show Your Work
      3644  0  47  Membership Card Renewal
      3645  0  47  Membership Card Renewal
      12960  0  -1  Shipment: Wicked Sun Brooch
      3647  3643  47  Membership Card Renewal
      3661  978  47  Favored of Elune?
      3681  1641  -1  Tome of Divinity
      3701  4341  54  The Smoldering Ruins of Thaurissan
      3702  3701  54  The Smoldering Ruins of Thaurissan
      3721  0  50  An OOX of Your Own
      3741  0  15  Hilary's Necklace
      3761  3782  50  Un'Goro Soil
      3762  3761  50  Assisting Arch Druid Runetotem
      3763  3764  50  Assisting Arch Druid Staghelm
      3764  3781  50  Un'Goro Soil
      3765  1275  24  The Corruption Abroad
      3781  3785  50  Morrowgrain Research
      3782  3786  50  Morrowgrain Research
      3783  977  56  [DEPRECATED]Are We There, Yeti?
      3784  3761  50  Assisting Arch Druid Runetotem
      3785  0  50  Morrowgrain Research
      3786  3804  50  Morrowgrain Research
      3787  3791  50  Jonespyre's Request
      3788  3791  50  Jonespyre's Request
      3789  3764  50  Assisting Arch Druid Staghelm
      3790  3764  50  Assisting Arch Druid Staghelm
      3791  0  50  The Mystery of Morrowgrain
      3792  0  55  Morrowgrain to Feathermoon Stronghold
      3801  3802  52  Dark Iron Legacy
      12959  0  -1  Shipment: Glowing Ivory Figurine
      3803  0  55  Morrowgrain to Darnassus
      3804  0  55  Morrowgrain to Thunder Bluff
      3821  3822  52  Dreadmaul Rock
      12958  0  -1  Shipment: Blood Jade Amulet
      3823  3824  52  Extinguish the Firegut
      12954  0  77  The Amphitheater of Anguish: Yggdras!
      3825  0  53  Ogre Head On A Stick = Party
      3841  3842  47  An Orphan Looking For a Home
      3842  3843  47  A Short Incubation
      3843  4297  47  The Newest Member of the Family
      3844  3845  52  It's a Secret to Everybody
      3845  3908  52  It's a Secret to Everybody
      3861  0  1  CLUCK!
      3881  0  53  Expedition Salvation
      3882  0  51  Roll the Bones
      3883  0  52  Alien Ecology
      3884  0  50  Williden's Journal
      3901  0  3  Rattling the Rattlecages
      3902  0  3  Scavenging Deathknell
      3903  3904  4  Milly Osworth
      3904  3905  4  Milly's Harvest
      3905  0  4  Grape Manifest
      12932  12933  77  The Amphitheater of Anguish: Yggdras!
      12781  0  1  Welcome!
      12922  12956  80  The Refiner's Fire
      3908  3909  52  It's a Secret to Everybody
      3909  3912  52  The Videre Elixir
      8246  0  60  Signets of the Zandalar
      8196  8246  60  Essence Mangoes
      3912  3913  52  Meet at the Grave
      3913  3914  52  A Grave Situation
      3914  3941  52  Linken's Sword
      9904  0  64  Pursuing Terrorclaw
      10478  0  68  More Warbeads!
      10507  0  70  Turning Point
      10490  9501  -1  Call of Water
      3941  3942  52  A Gnome's Assistance
      3942  4084  54  Linken's Memory
      3961  3962  54  Linken's Adventure
      3962  0  56  It's Dangerous to Go Alone
      12542  12545  74  The Call Of The Crusade
      3982  4001  54  What Is Going On?
      12541  12604  76  Troll Patrol: The Alchemist's Apprentice
      4002  4003  54  The Eastern Kingdoms
      12540  0  77  Just Following Orders
      4005  3961  54  Aquementas
      4021  0  20  Counterattack!
      12511  0  73  The Hills Have Us
      4023  4024  54  A Taste of Flame
      12476  0  73  The Return of the Crusade?
      4041  0  52  The Videre Elixir
      12474  12495  73  To Fordragon Hold!
      12467  12472  73  Chasing Icestorm: Thel'zan's Phylactery
      4063  0  58  The Rise of the Machines
      12463  12465  73  Plunderbeard Must Be Found!
      12462  0  73  Breaking Off A Piece
      4084  4005  54  Silver Heart
      4101  0  55  [DEPRECATED]Cleansing Felwood
      4102  0  55  [DEPRECATED]Cleansing Felwood
      4103  0  55  Salve via Hunting
      4104  0  55  Salve via Mining
      4105  0  55  Salve via Gathering
      4106  0  55  Salve via Skinning
      4107  0  55  Salve via Disenchanting
      4108  0  55  Salve via Hunting
      4109  0  55  Salve via Mining
      4110  0  55  Salve via Gathering
      4111  0  55  Salve via Skinning
      4112  0  55  Salve via Disenchanting
      4114  0  55  Corrupted Songflower
      4115  0  55  Corrupted Windblossom
      4113  0  55  Corrupted Songflower
      4117  0  55  Corrupted Whipper Root
      3363  0  55  Corrupted Songflower
      4119  0  55  Corrupted Night Dragon
      4120  0  52  The Strength of Corruption
      12325  12326  73  Into Hostile Territory
      4123  0  55  The Heart of the Mountain
      4124  4125  43  The Missing Courier
      4125  4127  43  The Missing Courier
      4126  0  55  Hurley Blackbreath
      4127  4129  44  Boat Wreckage
      4128  4126  55  Ragnar Thunderbrew
      4129  4130  44  The Knife Revealed
      4130  4131  44  Psychometric Reading
      4131  4135  44  The Woodpaw Gnolls
      12311  0  72  The Noble's Crypt
      4133  4134  55  Vivian Lagrave
      4134  0  55  Lost Thunderbrew Recipe
      4135  4265  46  The Writhing Deep
      4136  0  53  Ribbly Screwspigot
      4141  4142  52  Muigin and Larion
      4142  4143  52  A Visit to Gregan
      4143  0  52  Haze of Evil
      4145  4147  52  Larion and Muigin
      4146  0  52  Zapper Fuel
      4147  4146  52  Marvon's Workshop
      4148  0  53  Bloodpetal Zapper
      4161  0  6  Recipe of the Kaldorei
      4181  3638  -1  Goblin Engineering
      12309  12311  72  Find Durkon!
      4183  4184  54  The True Masters
      12305  12475  72  Parting Thoughts
      12298  12235  72  High Commander Halford Wyrmbane
      12235  12237  72  Naxxramas and the Fall of Wintergarde
      4201  0  54  The Love Potion
      4223  4224  54  The True Masters
      4224  0  54  The True Masters
      4241  4242  54  Marshal Windsor
      4242  0  54  Abandoned Hope
      4243  4244  53  Chasing A-Me 01
      4244  0  53  Chasing A-Me 01
      4245  0  53  Chasing A-Me 01
      4261  0  56  [DEPRECATED]Ancient Spirit
      4262  4263  52  Overmaster Pyron
      12174  12235  72  High Commander Halford Wyrmbane
      4265  4266  46  Freed from the Hive
      4266  4267  46  A Hero's Welcome
      4267  4493  46  Rise of the Silithid
      4281  0  44  Thalanaar Delivery
      4282  0  58  A Shred of Hope
      4283  0  56  FIFTY! YEP!
      4284  0  53  Crystals of Power
      4285  4321  53  The Northern Pylon
      12049  0  74  Hard to Swallow
      4287  4321  53  The Eastern Pylon
      4288  4321  53  The Western Pylon
      4289  0  55  The Apes of Un'Goro
      4290  4291  53  The Fare of Lar'korwi
      4291  4292  53  The Scent of Lar'korwi
      4292  0  56  The Bait for Lar'korwi
      4293  0  52  A Sample of Slime...
      4294  0  56  ... and a Batch of Ooze
      4295  0  1  Rocknot's Ale
      4296  0  50  Tablet of the Seven
      4297  4298  47  Food for Baby
      4298  0  48  Becoming a Parent
      4300  0  52  Bone-Bladed Weapons
      4301  0  55  The Mighty U'cha
      4321  0  53  Making Sense of It
      4322  6402  58  Jail Break!
      4324  4136  53  Yuka Screwspigot
      4341  4342  59  Kharan Mighthammer
      1514  0  55  Corrupted Windblossom
      12046  12047  74  Soft Packaging
      4363  0  59  The Princess's Surprise
      4381  0  53  Crystal Restore
      4382  0  53  Crystal Force
      4383  0  53  Crystal Ward
      4384  0  53  Crystal Yield
      4385  0  53  Crystal Charge
      4386  0  53  Crystal Spire
      4402  0  3  Galgar's Cactus Apple Surprise
      4421  0  54  [DEPRECATED]The Corruption of the Jadefire
      4441  0  54  [DEPRECATED]Felbound Ancients
      4442  0  54  [DEPRECATED]Purified!
      4443  0  55  Corrupted Whipper Root
      4444  0  55  Corrupted Whipper Root
      4445  0  55  Corrupted Whipper Root
      4446  0  55  Corrupted Whipper Root
      4447  0  55  Corrupted Night Dragon
      4448  0  55  Corrupted Night Dragon
      4449  4450  45  Caught!
      4450  0  46  Ledger from Tanaris
      4451  0  47  The Key to Freedom
      4461  0  55  Corrupted Whipper Root
      4462  0  55  Corrupted Night Dragon
      4463  0  55  Libram of Rumination
      2878  0  55  Corrupted Songflower
      2523  0  55  Corrupted Songflower
      998  0  55  Corrupted Windblossom
      996  0  55  Corrupted Windblossom
      4481  0  55  Libram of Constitution
      4482  0  55  Libram of Tenacity
      4484  0  55  Libram of Voracity
      4485  1661  40  The Tome of Nobility
      4486  1661  40  The Tome of Nobility
      4487  0  -1  Summon Felsteed
      4488  0  -1  Summon Felsteed
      4489  0  -1  Summon Felsteed
      4490  0  -1  Summon Felsteed
      4491  0  55  A Little Help From My Friends
      4492  0  55  Lost!
      4493  4496  53  March of the Silithid
      4494  4496  53  March of the Silithid
      4495  3519  4  A Good Friend
      4496  4507  53  Bungle in the Jungle
      4501  0  55  Beware of Pterrordax
      4502  0  55  Volcanic Activity
      4503  0  51  Shizzle's Flyer
      4504  0  54  Super Sticky
      4505  0  54  [DEPRECATED]Well of Corruption
      4506  0  54  [DEPRECATED]Corrupted Sabers
      4507  0  54  Pawn Captures Queen
      4508  4510  54  Calm Before the Storm
      4509  4511  54  Calm Before the Storm
      4510  0  54  Calm Before the Storm
      4511  0  54  Calm Before the Storm
      4512  0  52  A Little Slime Goes a Long Way
      4513  0  54  A Little Slime Goes a Long Way
      4521  4741  56  Wild Guardians
      12045  12046  74  Shaved Ice
      4561  0  52  Testing for Impurities - Un'Goro Crater
      4581  0  29  Kayneth Stillwind
      4601  0  30  The Sparklematic 5200!
      4602  0  30  The Sparklematic 5200!
      4603  0  30  More Sparklematic Action
      4604  0  30  More Sparklematic Action
      4605  4603  30  The Sparklematic 5200!
      4606  4604  30  The Sparklematic 5200!
      4621  0  60  Avast Ye, Admiral!
      11724  0  71  Massive Moth Omelet?
      12044  0  74  Stocking Up
      4642  0  55  Melding of Influences
      4661  0  52  Testing for Corruption - Felwood
      4681  0  14  Washed Ashore
      11720  11721  71  The Invasion of Gammoth
      4721  0  59  Wild Guardians
      4722  0  13  Beached Sea Turtle
      4723  0  13  Beached Sea Creature
      4724  0  59  The Pack Mistress
      4725  0  15  Beached Sea Turtle
      4726  4808  52  Broodling Essence
      11717  11719  71  Pollen from the Source
      4734  4735  60  Egg Freezing
      4735  0  60  Egg Collection
      4738  1796  31  In Search of Menara Voidrender
      4739  1796  31  In Search of Menara Voidrender
      4740  0  18  WANTED: Murkdeep!
      4741  4721  58  Wild Guardians
      4742  4743  60  Seal of Ascension
      4743  0  60  Seal of Ascension
      4761  4762  15  Thundris Windweaver
      4762  0  15  The Cliffspring River
      4763  0  18  The Blackwood Corrupted
      4764  4765  60  Doomrigger's Clasp
      4765  0  60  Delivery to Ridgewell
      4766  4764  60  Mayara Brightwing
      4767  0  29  Wind Rider
      4768  0  60  The Darkstone Tablet
      4769  4768  60  Vivian Lagrave and the Darkstone Tablet
      4770  0  29  Homeward Bound
      4771  0  60  Dawn's Gambit
      4781  4782  34  Components for the Enchanted Gold Bloodrobe
      4782  4783  34  Components for the Enchanted Gold Bloodrobe
      4783  4784  37  Components for the Enchanted Gold Bloodrobe
      4784  4786  37  Components for the Enchanted Gold Bloodrobe
      4785  0  37  Fine Gold Thread
      4786  0  38  The Completed Robe
      4787  3528  50  The Ancient Egg
      4788  0  58  The Final Tablets
      4801  0  60  Frostsaber E'ko
      4802  0  60  [DEPRECATED]Winterfall E'ko
      4803  0  60  Shardtooth E'ko
      4804  0  60  Chillwind E'ko
      4805  0  60  Ice Thistle E'ko
      4806  0  60  Frostmaul E'ko
      4807  0  60  [DEPRECATED]Wildkin E'ko
      4808  4809  54  Felnok Steelspring
      4809  4810  54  Chillwind Horns
      4810  0  54  Return to Tinkee
      4811  4812  14  The Red Crystal
      4812  4813  14  As Water Cascades
      4813  0  14  The Fragments Within
      4821  4865  26  Alien Egg
      4822  0  -1  You Scream, I Scream...
      11714  0  71  Vermin Extermination
      4842  0  56  [DEPRECATED]Strange Sources
      4861  4863  59  Enraged Wildkin
      4863  4864  59  Enraged Wildkin
      4864  0  59  Enraged Wildkin
      4865  5062  26  Serpent Wild
      4866  0  60  Mother's Milk
      4867  0  60  Urok Doomhowl
      11711  11714  71  Coward Delivery... Under 30 Minutes or it's Free
      4882  4883  59  Guarding Secrets
      4883  0  59  Guarding Secrets
      4901  4902  59  Guardians of the Altar
      4902  0  57  Wildkin of Elune
      4903  4941  60  Warlord's Command
      4904  0  29  Free at Last
      4906  0  54  [DEPRECATED]Further Corruption
      4907  4734  60  Tinkee Steamboil
      10431  10380  70  Outside Assistance
      10449  0  60  Apothecary Zelana
      4941  4974  60  Eitrigg's Wisdom
      4961  4976  40  Cleansing of the Orb of Orahil
      4962  4964  40  Shard of a Felhound
      4963  4975  40  Shard of an Infernal
      4964  0  40  The Completed Orb of Dar'Orahil
      4966  0  28  Protect Kanati Greycloud
      4968  1799  35  Knowledge of the Orb of Orahil
      4969  1799  35  Knowledge of the Orb of Orahil
      4970  0  60  Frostsaber Provisions
      4971  0  56  A Matter of Time
      4972  0  56  Counting Out Time
      4973  0  56  Counting Out Time
      4974  0  60  For The Horde!
      4975  0  40  The Completed Orb of Noh'Orahil
      4976  0  40  Returning the Cleansed Orb
      4981  4982  59  Operative Bijou
      11705  11709  71  Foolish Endeavors
      11651  11652  71  Tanks a lot...
      11656  0  71  Burn in Effigy
      4985  0  56  The Wildlife Suffers Too
      4986  0  56  Glyphed Oaken Branch
      4987  0  56  Glyphed Oaken Branch
      11643  11651  71  Mobu's Pneumatic Tank Transjigamarig
      5002  5081  59  Message to Maxwell
      5021  0  52  Better Late Than Never
      5022  5048  52  Better Late Than Never
      5023  5049  52  Better Late Than Never
      5041  0  12  Supplies for the Crossroads
      5042  0  20  Agamaggan's Strength
      5043  0  20  Agamaggan's Agility
      5044  0  20  Wisdom of Agamaggan
      5045  0  20  Rising Spirit
      5046  0  20  Razorhide
      5047  5067  60  Finkle Einhorn, At Your Service!
      5048  5050  52  Good Natured Emma
      5049  5050  52  The Jeremiah Blues
      5050  5051  52  Good Luck Charm
      5051  0  54  Two Halves Become One
      5052  0  21  Blood Shards of Agamaggan
      5054  5055  56  Ursius of the Shardtooth
      5055  5056  58  Brumeran of the Chillwind
      5056  5057  60  Shy-Rotam
      5057  0  60  Past Endeavors
      5058  5059  55  Mrs. Dalson's Diary
      5059  0  55  Locked Away
      5060  0  55  Locked Away
      5061  0  -1  Aquatic Form
      5062  5088  27  Sacred Fire
      5063  0  60  Cap of the Scarlet Savant
      5065  4788  58  The Lost Tablets of Mosh'aru
      5066  5092  50  A Call to Arms: The Plaguelands!
      5067  0  60  Leggings of Arcana
      5068  0  60  Breastplate of Bloodthirst
      5081  0  60  Maxwell's Mission
      5082  0  56  [DEPRECATED]Threat of the Winterfall
      5083  5084  56  [DEPRECATED]Winterfall Firewater
      5084  5085  56  [DEPRECATED]Falling to Corruption
      5085  5086  56  [DEPRECATED]Mystery Goo
      5086  5087  56  [DEPRECATED]Toxic Horrors
      5087  5121  57  [DEPRECATED]Winterfall Runners
      5088  0  28  Arikara
      5089  5102  60  General Drakkisath's Command
      5090  5092  50  A Call to Arms: The Plaguelands!
      5091  5092  50  A Call to Arms: The Plaguelands!
      5092  0  52  Clear the Way
      5093  5096  50  A Call to Arms: The Plaguelands!
      5094  5096  50  A Call to Arms: The Plaguelands!
      5095  5096  50  A Call to Arms: The Plaguelands!
      5096  0  53  Scarlet Diversions
      5097  211  56  All Along the Watchtowers
      5098  105  56  All Along the Watchtowers
      5102  0  60  General Drakkisath's Demise
      5103  5124  60  Hot Fiery Death
      5121  0  59  [DEPRECATED]High Chief Winterfall
      5122  0  60  The Medallion of Faith
      5123  0  59  [DEPRECATED]The Final Piece
      12440  12000  72  To Stars' Rest!
      13131  0  80  Junk in My Trunk
      5125  0  60  Aurius' Reckoning
      5127  0  60  The Demon Forge
      5128  0  59  [DEPRECATED]Words of the High Chief
      5141  0  55  Dragonscale Leatherworking
      5142  5149  55  Little Pamela
      5143  0  55  Tribal Leatherworking
      5144  0  55  Elemental Leatherworking
      5145  0  55  Dragonscale Leatherworking
      5146  0  55  Elemental Leatherworking
      5147  0  29  Wanted - Arnak Grimtotem
      5148  0  55  Tribal Leatherworking
      9501  9503  -1  Call of Water
      13242  13257  74  Darkness Stirs
      5152  5153  56  Auntie Marlene
      5153  5154  56  A Strange Historian
      5154  5210  56  The Annals of Darrowshire
      5155  5157  51  [DEPRECATED]Forces of Jaedenar
      5156  0  54  [DEPRECATED]Verifying the Corruption
      5157  5158  52  [DEPRECATED]Collection of the Corrupt Water
      5158  0  52  [DEPRECATED]Seeking Spiritual Aid
      5159  5165  54  [DEPRECATED]Cleansed Water Returns to Felwood
      5160  5161  60  The Matron Protectorate
      5161  5162  60  Wrath of the Blue Flight
      12430  0  75  The Conquest Pit: Death Is Likely
      5163  0  58  [DEPRECATED]Are We There, Yeti?
      12429  0  74  The Conquest Pit: Blood and Metal
      5165  0  55  [DEPRECATED]Dousing the Flames of Protection
      5166  0  60  Breastplate of the Chromatic Flight
      5167  0  60  Legplates of the Chromatic Defier
      5168  5206  56  Heroes of Darrowshire
      5181  5206  57  Villains of Darrowshire
      5201  0  60  Winterfall Intrusion
      5202  0  55  [DEPRECATED]A Strange Red Key
      5203  5204  55  [DEPRECATED]Rescue From Jaedenar
      5204  5385  57  [DEPRECATEDRetribution of the Light
      5206  5941  60  Marauders of Darrowshire
      5210  0  56  Brother Carlin
      5211  0  55  Defenders of Darrowshire
      12428  0  74  The Conquest Pit: Mad Furbolg Fighting
      11991  12007  74  Subject to Interpretation
      12904  0  76  Light Won't Grant Me Vengeance
      5215  5216  53  The Scourge Cauldrons
      5216  5217  53  Target: Felstone Field
      5217  5219  53  Return to Chillwind Camp
      5218  0  53  Felstone Field Cauldron
      5219  5220  55  Target: Dalson's Tears
      5220  5222  55  Return to Chillwind Camp
      5221  0  55  Dalson's Tears Cauldron
      5222  5223  55  Target: Writhing Haunt
      5223  5225  55  Return to Chillwind Camp
      5224  0  55  Writhing Haunt Cauldron
      5225  5226  58  Target: Gahrron's Withering
      5226  5228  58  Return to Chillwind Camp
      5227  0  58  Gahrron's Withering Cauldron
      5228  5229  53  The Scourge Cauldrons
      9468  9461  -1  Call of Fire
      5230  5231  53  Return to the Bulwark
      5231  5232  55  Target: Dalson's Tears
      5232  5233  55  Return to the Bulwark
      5233  5234  55  Target: Writhing Haunt
      5234  5235  55  Return to the Bulwark
      5235  5236  58  Target: Gahrron's Withering
      5236  5237  58  Return to the Bulwark
      5241  5211  56  Uncle Carlin
      5242  0  58  [DEPRECATED]A Final Blow
      12857  0  75  Wanted: Ragemane's Flipper
      5244  5245  56  [DEPRECATED]The Ruins of Kel'Theril
      5245  5246  51  [DEPRECATED]Troubled Spirits of Kel'Theril
      5246  5247  56  Fragments of the Past
      5247  5248  57  Fragments of the Past
      5248  5252  58  Tormented By the Past
      5249  5244  56  [DEPRECATED]To Winterspring!
      5250  5244  56  Starfall
      5251  0  60  The Archivist
      5252  5253  58  Remorseful Highborne
      5253  0  58  [DEPRECATED]The Crystal of Zin-Malor
      5261  33  2  [DEPRECATED] Eagan Peltskinner
      5262  5263  60  The Truth Comes Crashing Down
      12859  0  75  This Just In: Fire Still Hot!
      12189  0  72  Imbeciles Abound!
      5265  0  60  The Argent Hold
      5281  5282  60  The Restless Souls
      5282  0  60  The Restless Souls
      5283  0  40  The Art of the Armorsmith
      5301  0  40  The Art of the Armorsmith
      11979  0  72  The Taunka and the Tauren
      12221  0  72  The Forsaken Blight
      5306  0  60  Snakestone of the Shadow Huntress
      5307  0  60  Corruption
      5321  0  20  The Sleeper Has Awakened
      5341  5342  60  Barov Family Fortune
      5342  0  60  The Last Barov
      5343  5344  60  Barov Family Fortune
      5344  0  60  The Last Barov
      5361  0  35  Family Tree
      12188  12200  72  The Forsaken Blight and You: How Not to Die
      12126  0  73  In Service of the Unholy
      5385  0  57  [DEPRECATED]The Remains of Trey Lightforge
      5386  0  37  Catch of the Day
      5401  0  55  Argent Dawn Commission
      5405  0  55  Argent Dawn Commission
      5421  0  34  Fish in a Bucket
      5441  6394  4  Lazy Peons
      5461  5462  60  The Human, Ras Frostwhisper
      5462  5463  60  The Dying, Ras Frostwhisper
      12115  0  72  Koltira and the Language of Death
      5464  5465  60  Menethil's Gift
      5465  5466  60  Soulbound Keepsake
      5466  0  60  The Lich, Ras Frostwhisper
      12071  12072  72  Attack by Air!
      12140  0  73  All Hail Roanauk!
      12064  12069  72  Chains of the Anub'ar
      5501  0  32  Bone Collector
      5502  0  -1  A Warden of the Horde
      5503  0  55  Argent Dawn Commission
      5504  0  60  Mantles of the Dawn
      5505  0  60  The Key to Scholomance
      5507  0  60  Mantles of the Dawn
      5402  0  55  Minion's Scourgestones
      5511  0  60  The Key to Scholomance
      5513  0  60  Mantles of the Dawn
      5514  5802  57  Mold Rhymes With...
      5515  5384  60  Krastinov's Bag of Horrors
      5517  0  60  Chromatic Mantle of the Dawn
      5518  5519  60  The Gordok Ogre Suit
      5519  0  60  The Gordok Ogre Suit
      5521  0  60  Chromatic Mantle of the Dawn
      5522  5531  60  Leonid Barthalomew
      5524  0  60  Chromatic Mantle of the Dawn
      5525  7429  60  Free Knot!
      5526  0  60  Shards of the Felvine
      5527  5526  60  A Reliquary of Purity
      5528  0  60  The Gordok Taste Test
      5529  0  58  Plagued Hatchlings
      5531  0  60  Betina Bigglezink
      5533  5537  55  Scholomance
      5534  0  53  Kim'jael's "Missing" Equipment
      5535  0  47  Spiritual Unrest
      5536  0  47  A Land Filled with Hatred
      5537  5538  57  Skeletal Fragments
      5538  5801  57  Mold Rhymes With...
      5541  0  6  Ammo for Rumbleshot
      5542  5742  56  Demon Dogs
      5543  5742  56  Blood Tinged Skies
      12111  0  73  Where the Wild Things Roam
      5545  0  10  A Bundle of Trouble
      5561  0  34  Kodo Roundup
      5582  0  58  Healthy Dragon Scale
      5601  5149  55  Sister Pamela
      5621  0  4  Garments of the Moon
      5622  5621  4  In Favor of Elune
      5623  5624  4  In Favor of the Light
      5624  0  4  Garments of the Light
      5625  0  4  Garments of the Light
      5626  5625  4  In Favor of the Light
      5627  0  -1  Stars of Elune
      5628  0  -1  Returning Home
      10432  10508  70  Damning Evidence
      10415  0  70  More Firewing Signets
      10419  0  70  Arcane Tomes
      10421  0  70  Fel Armaments
      10413  0  70  The Horrors of Pollution
      11100  0  70  Commander Arcus
      5639  0  -1  Desperate Prayer
      5638  0  -1  Desperate Prayer
      5637  0  -1  Desperate Prayer
      5636  0  -1  Desperate Prayer
      5634  0  -1  Desperate Prayer
      5635  0  -1  Desperate Prayer
      5641  0  -1  A Lack of Fear
      5642  0  -1  Shadowguard
      5643  0  -1  Shadowguard
      10412  0  65  Firewing Signets
      5645  0  -1  A Lack of Fear
      5646  0  -1  Devouring Plague
      8586  8587  60  Dirge's Kickin' Chimaerok Chops
      5648  0  4  Garments of Spirituality
      5649  5648  4  In Favor of Spirituality
      5650  0  4  Garments of Darkness
      5651  5650  4  In Favor of Darkness
      5652  0  -1  Hex of Weakness
      8243  8196  60  Zanza's Potent Potables
      5654  0  -1  Hex of Weakness
      5655  0  -1  Hex of Weakness
      5656  0  -1  Hex of Weakness
      5657  0  -1  Hex of Weakness
      5663  0  -1  Touch of Weakness
      5662  0  -1  Touch of Weakness
      5661  0  -1  Touch of Weakness
      5660  0  -1  Touch of Weakness
      5658  0  -1  Touch of Weakness
      5659  0  -1   Touch of Weakness
      5672  0  -1  Elune's Grace
      5673  0  -1  Elune's Grace
      10380  10381  70  A Dark Pact
      5676  0  -1  Arcane Feedback
      5677  0  -1  Arcane Feedback
      1368  1370  33  Gelkis Alliance
      5679  0  -1  Devouring Plague
      5680  0  -1  Shadowguard
      5713  0  15  One Shot. One Kill.
      5721  5942  60  The Battle of Darrowshire
      5722  5724  16  Searching for the Lost Satchel
      5723  0  15  Testing an Enemy's Strength
      5724  0  16  Returning the Lost Satchel
      5725  0  16  The Power to Destroy...
      5726  0  12  Hidden Enemies
      5727  5728  12  Hidden Enemies
      5728  5729  16  Hidden Enemies
      5729  5730  15  Hidden Enemies
      5730  0  16  Hidden Enemies
      12101  12102  72  The Good Doctor...
      5761  0  16  Slaying the Beast
      5762  0  31  Hemet Nesingwary Jr.
      5763  0  31  Hunting in Stranglethorn
      5781  5845  57  Of Forgotten Memories
      5801  5803  57  Fire Plume Forged
      5802  5804  57  Fire Plume Forged
      5803  5505  60  Araj's Scarab
      5804  5511  60  Araj's Scarab
      12041  0  72  The Lost Empire
      5821  0  33  Bodyguard for Hire
      5841  0  1  Welcome!
      5842  0  1  Welcome!
      5843  0  1  Welcome!
      5844  0  1  Welcome!
      5845  5846  58  Of Lost Honor
      5846  5848  58  Of Love and Family
      5847  0  1  Welcome!
      5848  5861  60  Of Love and Family
      5861  5862  60  Find Myranda
      5862  0  60  Scarlet Subterfuge
      5863  0  49  The Dunemaul Compound
      5881  0  28  Calling in the Reserves
      5882  0  55  Salve via Hunting
      5883  0  55  Salve via Mining
      5884  0  55  Salve via Gathering
      5885  0  55  Salve via Skinning
      5886  0  55  Salve via Disenchanting
      5887  0  55  Salve via Hunting
      5888  0  55  Salve via Mining
      5889  0  55  Salve via Gathering
      5890  0  55  Salve via Skinning
      5891  0  55  Salve via Disenchanting
      7381  0  60  The Return of Korrak
      7202  0  60  Korrak the Bloodrager
      5901  5902  55  A Plague Upon Thee
      5902  6390  55  A Plague Upon Thee
      5903  5904  55  A Plague Upon Thee
      5904  6389  55  A Plague Upon Thee
      6001  0  -1  Body and Heart
      6002  0  -1  Body and Heart
      6541  6543  19  Report to Kadrak
      8466  0  55  [DEPRECATED]Feathers for Grazle
      11602  11634  71  Cutting Off the Source
      8412  8413  52  [DEPRECATED] Spirit Totem
      9364  0  -1  Fragmented Magic
      8410  8412  52  Elemental Mastery
      8411  8412  52  [DEPRECATED] Mastering the Elements
      8469  0  56  [DEPRECATED]Beads for Salfa
      5926  5922  -1  Heeding the Call
      5941  5721  60  Return to Chromie
      5942  0  60  Hidden Treasures
      5943  0  35  Gizelton Caravan
      5944  0  60  In Dreams
      12040  12041  72  An Enemy in Arthas
      5981  0  60  Rampaging Giants
      6004  6023  56  Unfinished Business
      6021  0  55  Zaeldarr the Outcast
      6022  0  58  To Kill With Purpose
      6023  6025  57  Unfinished Business
      6024  0  60  Hameya's Plea
      6025  0  58  Unfinished Business
      6026  6041  58  That's Asking A Lot
      12056  0  72  Marked for Death: High Cultist Zangus
      6028  0  52  The Everlook Report
      6029  0  52  The Everlook Report
      6030  0  52  Duke Nicholas Zverenhoff
      6031  0  55  Runecloth
      6032  0  55  Sacred Cloth
      6041  0  58  When Smokey Sings, I Get Violent
      6042  0  58  Un-Life's Little Annoyances
      6061  6087  -1  Taming the Beast
      6062  6083  -1  Taming the Beast
      6063  6101  -1  Taming the Beast
      6064  6084  -1  Taming the Beast
      6065  6061  -1  The Hunter's Path
      6066  6061  -1  The Hunter's Path
      6067  6061  -1  The Hunter's Path
      6068  0  -1  The Hunter's Path
      6069  0  -1  The Hunter's Path
      6070  0  -1  The Hunter's Path
      6071  6063  -1  The Hunter's Path
      6072  6063  -1  The Hunter's Path
      6073  6063  -1  The Hunter's Path
      6074  6064  -1  The Hunter's Path
      6075  6064  -1  The Hunter's Path
      6076  6064  -1  The Hunter's Path
      6081  0  -1  Training the Beast
      12036  12053  72  From the Depths of Azjol-Nerub
      6083  6082  -1  Taming the Beast
      6084  6085  -1  Taming the Beast
      12090  0  74  Wanted: Gigantaur
      12008  0  72  Agmar's Hammer
      6087  6088  -1  Taming the Beast
      11980  0  72  Pride of the Horde
      11930  11977  72  Across Transborea
      6101  6102  -1  Taming the Beast
      6102  6103  -1  Taming the Beast
      6103  0  -1  Training the Beast
      6121  6122  -1  Lessons Anew
      6122  6123  -1  The Principal Source
      6123  6124  -1  Gathering the Cure
      6124  6125  -1  Curing the Sick
      6125  0  -1  Power over Poison
      6126  6127  -1  Lessons Anew
      6127  6128  -1  The Principal Source
      6128  6129  -1  Gathering the Cure
      6129  6130  -1  Curing the Sick
      6130  0  -1  Power over Poison
      6131  0  48  Timbermaw Ally
      6132  0  34  Get Me Out of Here!
      6133  0  60  The Ranger Lord's Behest
      6134  0  39  Ghost-o-plasm Round Up
      6136  0  60  The Corpulent One
      6141  261  39  Brother Anton
      6142  0  35  Clam Bait
      6143  0  36  Other Fish to Fry
      6144  6145  60  The Call to Command
      6145  6146  60  The Crimson Courier
      6146  6147  60  Nathanos' Ruse
      11867  0  72  Can't Get Ear-nough...
      11872  11892  72  The Nefarious Clam Master...
      6161  0  36  Claim Rackmore's Treasure!
      6162  0  51  [DEPRECATED]A Husband's Last Battle
      6163  0  60  Ramstein
      6164  0  55  Augustus' Receipt Book
      6181  6281  10  A Swift Message
      6182  6183  60  The First and the Last
      6183  6184  60  Honor the Dead
      11871  11872  72  Not On Our Watch
      6185  6186  60  The Eastern Plagues
      6186  6187  60  The Blightcaller Cometh
      6187  0  60  Order Must Be Restored
      6221  0  55  Deadwood of the North
      6241  0  56  Winterfall Activity
      6261  6285  10  Dungar Longdrink
      6281  6261  10  Continue to Stormwind
      6282  6283  26  Harpies Threaten
      6283  0  26  Bloodfury Bloodline
      6284  0  21  Arachnophobia
      6285  0  10  Return to Lewis
      6301  0  23  Cycle of Rebirth
      6321  6323  7  Supplying Brill
      6322  6324  7  Michael Garrett
      6323  6322  7  Ride to the Undercity
      6324  0  7  Return to Morris
      6341  6342  7  To Darnassus
      6342  6343  7  An Unexpected Gift
      6343  0  7  Return to Nyoma
      6344  6341  7  Reminders of Home
      6361  6362  7  A Bundle of Hides
      9356  0  61  Smooth as Butter
      6363  6364  7  Tal the Wind Rider Master
      6364  0  7  Return to Varg
      6381  0  25  New Life
      6382  6383  20  The Ashenvale Hunt
      6383  0  20  The Ashenvale Hunt
      10341  10202  70  Kick Them While They're Down
      10381  0  70  Aldor No More
      6387  6391  7  Honor Students
      6388  6392  7  Gryth Thurden
      6389  0  55  A Plague Upon Thee
      6390  0  55  A Plague Upon Thee
      6391  6388  7  Ride to Ironforge
      6392  0  7  Return to Gremlock
      6393  0  25  Elemental War
      6394  0  4  Thazz'ril's Pick
      6395  0  5  Marla's Last Wish
      11870  11871  72  The Abandoned Reach
      6403  6501  60  The Great Masquerade
      6421  6481  18  Boulderslide Ravine
      6441  0  22  Satyr Horns
      6442  0  19  Naga at the Zoram Strand
      6461  0  19  Blood Feeders
      6462  0  23  Troll Charm
      6481  0  20  Earthen Arise
      6482  0  24  Freedom to Ruul
      11878  11879  72  Khu'nok Will Know
      6502  0  60  Drakefire Amulet
      6503  0  21  Ashenvale Outrunners
      11655  11656  71  Into the Mist
      6521  0  36  An Unholy Alliance
      6522  6521  36  An Unholy Alliance
      5932  6002  -1  Back to Thunder Bluff
      6543  0  19  The Warsong Reports
      6544  0  24  Torek's Assault
      6545  0  19  Warsong Runner Update
      6546  0  25  Warsong Outrider Update
      6547  0  21  Warsong Scout Update
      11611  0  71  Taken by the Scourge
      6561  0  27  Blackfathom Villainy
      6562  6563  22  Trouble in the Deeps
      6563  0  22  The Essence of Aku'Mai
      6564  6565  22  Allegiance to the Old Gods
      6565  0  26  Allegiance to the Old Gods
      6567  6568  60  The Champion of the Horde
      6568  6569  60  Mistress of Deception
      6569  6570  60  Oculus Illusions
      11865  11868  72  Unfit for Death
      6571  0  27  Warsong Supplies
      6581  0  27  Warsong Saw Blades
      6582  6583  60  The Test of Skulls, Scryer
      6583  6584  60  The Test of Skulls, Somnus
      6584  6585  60  The Test of Skulls, Chronalis
      6585  6601  60  The Test of Skulls, Axtroz
      6601  6602  60  Ascension...
      6602  0  60  Blood of the Black Dragon Champion
      11866  0  72  Ears of Our Enemies
      6604  4861  59  Enraged Wildkin
      6605  4505  54  A Strange One
      6606  969  60  A Little Luck
      12258  0  72  The Fate of the Dead
      6608  6607  45  You Too Good.
      6609  6607  45  I Got Nothin' Left!
      6610  0  45  Clamlette Surprise
      6611  0  45  To Gadgetzan You Go!
      12442  0  74  Wanted: Onslaught Commander Iustus
      6621  0  25  King of the Foulweald
      12157  12171  72  The Lost Courier
      11468  11470  71  Falcon Versus Hawk
      6625  0  45  Alliance Trauma
      6626  0  35  A Host of Evil
      6627  1159  30  Test of Lore
      6628  1394  30  Test of Lore
      11460  11465  71  Trust is Earned
      6641  0  23  Vorsha the Lasher
      6642  0  60  Favor Amongst the Brotherhood, Dark Iron Ore
      6643  0  60  Favor Amongst the Brotherhood, Fiery Core
      6644  0  60  Favor Amongst the Brotherhood, Lava Core
      6645  0  60  Favor Amongst the Brotherhood, Core Leather
      6646  0  60  Favor Amongst the Brotherhood, Blood of the Mountain
      6661  0  12  Deeprun Rat Roundup
      6662  0  12  Me Brother, Nipsy
      6681  0  24  The Manor, Ravenholdt
      6701  0  60  Syndicate Emblems
      6722  0  -1  The Hunter's Path
      6761  6762  55  The New Frontier
      6762  1124  55  Rabine Saturna
      7181  0  60  The Legend of Korrak
      6804  0  56  Poisoned Water
      6805  6821  57  Stormers and Rumblers
      6821  6822  60  Eye of the Emberseer
      6822  6823  60  The Molten Core
      6823  6824  60  Agent of Hydraxis
      6824  0  60  Hands of the Enemy
      7124  0  -1  Capture a Mine
      6844  6845  57  Umber, Archivist
      6845  1185  57  Uncovering Past Secrets
      7122  0  -1  Capture a Mine
      11427  11429  71  Meet Lieutenant Icehammer...
      11430  11421  71  Harpoon Master Yavus
      6848  0  60  Master Ryson's All Seeing Eye
      6921  0  27  Amongst the Ruins
      6922  0  30  Baron Aquanis
      6961  0  -1  Great-father Winter is Here!
      6962  0  -1  Treats for Great-father Winter
      6963  6983  -1  Stolen Winter Veil Treats
      6964  7061  -1  The Reason for the Season
      6981  0  26  The Glowing Shard
      6847  0  60  Master Ryson's All Seeing Eye
      6983  6984  -1  You're a Mean One...
      6984  0  -1  A Smokywood Pastures' Thank You!
      7302  0  -1  Fallen Sky Lords
      7301  0  -1  Fallen Sky Lords
      7003  0  48  Zapped Giants
      5931  6001  -1  Back to Darnassus
      5930  5932  -1  Great Bear Spirit
      5929  5931  -1  Great Bear Spirit
      7025  0  -1  Treats for Greatfather Winter
      7028  0  47  Twisted Evils
      7029  0  47  Vyletongue Corruption
      7041  0  47  Vyletongue Corruption
      7042  7043  -1  Stolen Winter Veil Treats
      7043  7045  -1  You're a Mean One...
      7044  0  49  Legends of Maraudon
      7045  0  -1  A Smokywood Pastures' Thank You!
      7046  0  49  The Scepter of Celebras
      7061  0  -1  The Feast of Winter Veil
      7062  7063  -1  The Reason for the Season
      7063  0  -1  The Feast of Winter Veil
      7064  0  51  Corruption of Earth and Seed
      7065  0  51  Corruption of Earth and Seed
      7066  0  51  Seed of Life
      7067  0  48  The Pariah's Instructions
      7068  0  42  Shadowshard Fragments
      7070  0  42  Shadowshard Fragments
      7368  0  -1  Defusing the Threat
      7367  0  -1  Defusing the Threat
      6827  0  -1  Call of Air - Mulverick's Fleet
      6826  0  -1  Call of Air - Jeztor's Fleet
      6825  0  -1  Call of Air - Guse's Fleet
      6943  0  -1  Call of Air - Ichman's Fleet
      7385  0  -1  A Gallon of Blood
      7141  0  -1  The Battle of Alterac
      7142  0  -1  The Battle for Alterac
      7161  0  -1  Proving Grounds
      7162  0  -1  Proving Grounds
      7163  0  -1  Rise and Be Recognized
      7164  0  -1  Honored Amongst the Clan
      7165  7166  -1  Earned Reverence
      7166  0  -1  Legendary Heroes
      7167  0  -1  The Eye of Command
      7168  0  -1  Rise and Be Recognized
      7169  0  -1  Honored Amongst the Guard
      7170  7171  -1  Earned Reverence
      7171  7172  -1  Legendary Heroes
      7172  0  -1  The Eye of Command
      6801  0  -1  Lokholar the Ice Lord
      11288  11289  71  The Shining Light
      6941  0  -1  Call of Air - Vipore's Fleet
      6942  0  -1  Call of Air - Slidore's Fleet
      7386  0  -1  Crystal Cluster
      6881  0  -1  Ivus the Forest Lord
      11290  11291  70  Dragonflayer Battle Plans
      6985  0  -1  Irondeep Supplies
      6982  0  -1  Coldtooth Supplies
      7321  0  31  [DEPRECATED] Soothing Turtle Bisque
      7341  0  60  A Fair Trade
      7342  0  60  Arrows Are For Sissies
      7361  0  60  Favor Amongst the Darkspear
      7362  0  60  Ally of the Tauren
      7363  0  60  The Human Condition
      7364  0  60  Gnomeregan Bounty
      7365  0  60  Staghelm's Requiem
      7366  0  60  The Archbishop's Mercy
      5893  0  -1  Coldtooth Supplies
      7026  0  -1  Ram Riding Harnesses
      5892  0  -1  Irondeep Supplies
      7002  0  -1  Ram Hide Harnesses
      11291  0  70  To Westguard Keep!
      7401  7427  60  Wanted: DWARVES!
      7402  7428  60  Wanted: ORCS!
      7421  0  60  Darkspear Defense
      7422  0  60  Tuft it Out
      7423  0  60  I've Got A Fever For More Bone Chips
      7424  0  60  What the Hoof?
      7425  0  60  Staghelm's Mojo Jamboree
      7426  0  60  One Man's Love
      7427  0  60  Wanted: MORE DWARVES!
      7428  0  60  Wanted: MORE ORCS!
      7429  0  60  Free Knot!
      7441  0  58  Pusillin and the Elder Azj'Tordin
      7461  7877  60  The Madness Within
      7462  0  60  The Treasure of the Shen'dralar
      7463  0  -1  Arcane Refreshment
      7481  0  60  Elven Legends
      7482  0  60  Elven Legends
      7483  0  60  Libram of Rapidity
      7484  0  60  Libram of Focus
      7485  0  60  Libram of Protection
      7486  0  60  A Hero's Reward
      7487  0  60  Attunement to the Core
      7488  0  57  Lethtendris's Web
      7489  0  57  Lethtendris's Web
      7490  7491  60  Victory for the Horde
      7491  0  60  For All To See
      7492  7489  57  Camp Mojache
      7494  7488  57  Feathermoon Stronghold
      7495  7496  60  Victory for the Alliance
      7496  0  60  Celebrating Good Times
      7498  0  60  Garona: A Study on Stealth and Treachery
      7499  0  60  Codex of Defense
      7500  0  60  The Arcanist's Cookbook
      7501  0  60  The Light and How To Swing It
      7502  0  60  Harnessing Shadows
      7503  0  60  The Greatest Race of Hunters
      7504  0  60  Holy Bologna: What the Light Won't Tell You
      7505  0  60  Frost Shock and You
      7506  0  60  The Emerald Dream...
      7507  0  60  Foror's Compendium
      7508  7509  60  The Forging of Quel'Serrar
      7509  0  60  The Forging of Quel'Serrar
      7521  0  1  Thunderaan the Windseeker
      7522  0  1  Examine the Vessel
      7541  0  40  Service to the Horde
      7562  0  -1  Mor'zul Bloodbringer
      7563  0  -1  Rage of Blood
      7564  7629  -1  Wildeyes
      7582  7583  -1  The Prison's Casing
      7583  0  -1  Suppression
      7601  7602  -1  What Niby Commands
      7602  7603  -1  Flawless Fel Essence
      7603  0  -1  Kroshius' Infernal Core
      7604  0  60  A Binding Contract
      7621  0  60  A Warning
      7622  0  60  The Balance of Light and Shadow
      7623  0  -1  Lord Banehollow
      7624  0  -1  Ulathek the Traitor
      7625  7629  -1  Xorothian Stardust
      7626  7630  -1  Bell of Dethmoora
      7627  7630  -1  Wheel of the Black March
      7628  7630  -1  Doomsday Candle
      7630  7631  -1  Arcanite
      7631  0  -1  Dreadsteed of Xoroth
      7632  0  60  The Ancient Leaf
      7633  0  60  An Introduction
      7634  0  60  Ancient Sinew Wrapped Lamina
      7635  0  60  A Proper String
      7636  0  60  Stave of the Ancients
      7637  0  -1  Emphasis on Sacrifice
      7638  0  -1  Lord Grayson Shadowbreaker
      7639  0  -1  To Show Due Judgment
      7640  7646  -1  Exorcising Terrordale
      7641  0  -1  The Work of Grimand Elmore
      7642  0  -1  Collection of Goods
      7643  0  -1  Ancient Equine Spirit
      7644  7646  -1  Blessed Arcanite Barding
      7645  0  -1  Manna-Enriched Horse Feed
      7646  0  -1  The Divination Scryer
      7647  0  -1  Judgment and Redemption
      7648  0  -1  Grimand's Finest Work
      7649  0  35  Enchanted Thorium Platemail: Volume I
      7650  0  35  Enchanted Thorium Platemail: Volume II
      7651  0  35  Enchanted Thorium Platemail: Volume III
      7652  0  60  A Blue Light Bargain
      7653  0  60  Imperial Plate Belt
      7654  0  60  Imperial Plate Boots
      7655  0  60  Imperial Plate Bracer
      7656  0  60  Imperial Plate Chest
      7657  0  60  Imperial Plate Helm
      7658  0  60  Imperial Plate Leggings
      7659  0  60  Imperial Plate Shoulders
      7660  0  1  Wolf Swapping - Arctic Wolf
      7661  0  1  Wolf Swapping - Red Wolf
      7662  0  1  New Kodo - Teal
      7663  0  1  New Kodo - Green
      7664  0  1  Ivory Raptor Replacement
      7665  0  1  Red Raptor Replacement
      7667  8258  60  Material Assistance
      7671  0  1  Frostsaber Replacement
      7672  0  1  Nightsaber Replacement
      7673  0  1  Frost Ram Exchange
      7674  0  1  Black Ram Exchange
      7675  0  30  Icy Blue Mechanostrider Replacement
      7676  0  30  White Mechanostrider Replacement
      7677  0  1  White Stallion Exchange
      7678  0  1  Palomino Exchange
      7701  0  50  WANTED: Overseer Maltorius
      7703  0  60  Unfinished Gordok Business
      7721  0  48  Fuel for the Zapping
      11243  11244  70  If Valgarde Falls...
      7723  0  49  Curse These Fat Fingers
      7724  0  49  Fiery Menace!
      7725  0  55  Again With the Zapped Giants
      7726  0  55  Refuel for the Zapping
      7727  0  49  Incendosaurs? Whateverosaur is More Like It
      7728  0  48  STOLEN: Smithing Tuyere and Lookout's Spyglass
      7729  0  48  JOB OPPORTUNITY: Culling the Competition
      7730  7732  45  Zukk'ash Infestation
      7731  0  47  Stinglasher
      7732  4494  48  Zukk'ash Report
      7733  0  48  Improved Quality
      7734  0  48  Improved Quality
      7735  0  48  Pristine Yeti Hide
      7736  0  60  Restoring Fiery Flux Supplies via Kingsblood
      7737  0  50  Gaining Even More Acceptance
      7738  0  48  Perfect Yeti Hide
      7761  0  60  Blackhand's Command
      7781  7782  60  The Lord of Blackrock
      7782  0  60  The Lord of Blackrock
      7783  7784  60  The Lord of Blackrock
      7784  0  60  The Lord of Blackrock
      9454  10324  6  The Great Moongraze Hunt
      9409  9283  2  Urgent Delivery!
      8121  0  60  Take Four Bases
      7818  0  60  A Donation of Runecloth
      7811  0  60  A Donation of Runecloth
      7805  0  60  A Donation of Runecloth
      7800  0  60  A Donation of Runecloth
      7795  0  60  A Donation of Runecloth
      7831  7824  60  A Donation of Mageweave
      7835  7836  60  A Donation of Mageweave
      7822  7823  60  A Donation of Mageweave
      7817  7818  60  A Donation of Mageweave
      7809  7811  60  A Donation of Mageweave
      7804  7805  60  A Donation of Mageweave
      7799  7800  60  A Donation of Mageweave
      7794  7795  60  A Donation of Mageweave
      7810  0  55  Arena Master
      7834  7836  60  A Donation of Silk
      7827  7824  60  A Donation of Silk
      7821  7823  60  A Donation of Silk
      7815  0  50  Snapjaws, Mon!
      7816  0  48  Gammerita, Mon!
      7814  7818  60  A Donation of Silk
      7808  7811  60  A Donation of Silk
      7803  7805  60  A Donation of Silk
      7798  10357  60  A Donation of Silk
      7793  7795  60  A Donation of Silk
      7833  7836  60  A Donation of Wool
      7826  7824  60  A Donation of Wool
      7828  0  48  Stalking the Stalkers
      7829  0  48  Hunt the Savages
      7830  0  48  Avenging the Fallen
      7820  7823  60  A Donation of Wool
      7813  7818  60  A Donation of Wool
      7807  7811  60  A Donation of Wool
      7792  10357  60  A Donation of Wool
      7802  7805  60  A Donation of Wool
      7791  7795  60  A Donation of Wool
      7839  0  48  Vilebranch Hooligans
      7840  0  49  Lard Lost His Lunch
      7841  7842  48  Message to the Wildhammer
      7842  7843  48  Another Message to the Wildhammer
      7843  0  50  The Final Message to the Wildhammer
      7844  0  48  Cannibalistic Cousins
      7845  7846  51  Kidnapped Elder Torntusk!
      7846  7847  51  Recover the Key!
      7847  0  51  Return to Primal Torntusk
      7848  0  60  Attunement to the Core
      7849  0  50  Separation Anxiety
      7850  0  50  Dark Vessels
      7861  0  51  Wanted: Vile Priestess Hexx and Her Minions
      7862  0  51  Job Opening: Guard Captain of Revantusk Village
      8120  0  55  The Battle for Arathi Basin!
      8105  0  55  The Battle for Arathi Basin!
      8114  0  60  Control Four Bases
      7877  0  60  The Treasure of the Shen'dralar
      7881  0  -1  Carnival Boots
      7882  0  -1  Carnival Jerkins
      7883  0  -1  The World's Largest Gnome!
      7884  0  -1  Crocolisk Boy and the Bearded Murloc
      7885  0  -1  Armor Kits
      7889  0  -1  Coarse Weightstone
      7890  0  -1  Heavy Grinding Stone
      7891  0  -1  Green Iron Bracers
      7892  0  -1  Big Black Mace
      7893  0  -1  Rituals of Strength
      7894  0  -1  Copper Modulator
      7895  0  -1  Whirring Bronze Gizmo
      7896  0  -1  Green Fireworks
      7897  0  -1  Mechanical Repair Kits
      7898  0  -1  Thorium Widget
      7899  0  -1  Small Furry Paws
      7900  0  -1  Torn Bear Pelts
      7901  0  -1  Soft Bushy Tails
      7902  0  -1  Vibrant Plumes
      7903  7943  -1  Evil Bat Eyes
      7926  0  -1  The Darkmoon Faire
      7928  0  -1  Darkmoon Warlords Deck
      7933  0  -1  40 Tickets - Greater Darkmoon Prize
      7932  0  -1  12 Tickets - Lesser Darkmoon Prize
      7931  0  -1  5 Tickets - Minor Darkmoon Prize
      11892  0  72  The Assassination of Harold Lane
      7938  0  -1  Your Fortune Awaits You...
      7939  0  -1  More Dense Grinding Stones
      7941  0  -1  More Armor Kits
      7942  0  -1  More Thorium Widgets
      7943  0  -1  More Bat Eyes
      11957  11967  71  Saragosa's End
      12593  12619  55  In Service Of The Lich King
      7930  0  -1  5 Tickets - Darkmoon Flower
      8074  8075  60  Paragons of Power: The Augur's Belt
      8073  0  60  Paragons of Power: The Madcap's Tunic
      8072  0  60  Paragons of Power: The Madcap's Mantle
      8070  0  60  Paragons of Power: The Confessor's Bindings
      8071  0  60  Paragons of Power: The Confessor's Mantle
      8069  0  60  Paragons of Power: The Illusionist's Robes
      8068  0  60  Paragons of Power: The Illusionist's Mantle
      8067  0  60  Paragons of Power: The Predator's Mantle
      8066  0  60  Paragons of Power: The Predator's Belt
      8064  0  60  Paragons of Power: The Haruspex's Belt
      8065  0  60  Paragons of Power: The Haruspex's Tunic
      8063  0  60  Paragons of Power: The Madcap's Bracers
      8062  0  60  Paragons of Power: The Predator's Bracers
      8061  0  60  Paragons of Power: The Confessor's Wraps
      8060  0  60  Paragons of Power: The Illusionist's Wraps
      8059  8076  60  Paragons of Power: The Demoniac's Wraps
      8058  0  60  Paragons of Power: The Vindicator's Armguards
      8057  0  60  Paragons of Power: The Haruspex's Bracers
      8056  8074  60  Paragons of Power: The Augur's Bracers
      8055  0  60  Paragons of Power: The Freethinker's Breastplate
      8054  0  60  Paragons of Power: The Freethinker's Belt
      8053  0  60  Paragons of Power: The Freethinker's Armguards
      8051  0  60  The Eye of Zuldazar
      8052  0  60  The All-Seeing Eye of Zuldazar
      8049  0  60  The Eye of Zuldazar
      8050  0  60  The Eye of Zuldazar
      8047  0  60  The Heathen's Brand
      8048  0  60  The Hero's Brand
      8045  0  60  The Heathen's Brand
      8046  0  60  The Heathen's Brand
      8043  0  60  Strength of Mount Mugamba
      8044  0  60  The Rage of Mugamba
      8042  0  60  Strength of Mount Mugamba
      8041  0  60  Strength of Mount Mugamba
      8149  0  -1  Honoring a Hero
      8150  0  -1  Honoring a Hero
      8151  8153  52  The Hunter's Charm
      8153  8231  52  Courser Antlers
      8181  8182  58  Confront Yeh'kinya
      8182  0  58  The Hand of Rastakhan
      8183  0  60  The Heart of Hakkar
      9678  9681  -1  The First Trial
      8201  0  60  A Collection of Heads
      8228  0  -1  Could I get a Fishing Flier?
      8229  0  -1  Could I get a Fishing Flier?
      8231  8232  52  Wavethrashing
      8232  0  52  The Green Drake
      8233  8234  52  A Simple Request
      8234  8235  52  Sealed Azure Bag
      8235  8236  52  Encoded Fragments
      8236  0  52  The Azure Key
      9799  0  3  Botanical Legwork
      8240  0  60  A Bijou for Zanza
      8241  0  60  Restoring Fiery Flux Supplies via Iron
      8242  0  60  Restoring Fiery Flux Supplies via Heavy Leather
      8250  8251  52  Magecraft
      8251  8252  52  Magic Dust
      8252  8253  52  The Siren's Coral
      8253  0  52  Destroy Morphaz
      8254  8255  52  Cenarion Aid
      8255  8256  52  Of Coursers We Know
      8256  8257  52  The Ichor of Undeath
      8257  0  52  Blood of Morphaz
      8277  0  55  Deadly Desert Venom
      8278  0  56  Noggle's Last Hope
      8279  8287  56  The Twilight Lexicon
      8280  8281  55  Securing the Supply Lines
      8281  0  56  Stepping Up Security
      8282  0  56  Noggle's Lost Satchel
      8283  0  56  Wanted - Deathclasp, Terror of the Sands
      8284  8285  56  The Twilight Mystery
      8287  0  56  A Terrible Purpose
      8288  8301  60  Only One May Rise
      8301  0  60  The Path of the Righteous
      8303  8305  60  Anachronos
      8304  8306  56  Dearest Natalia
      12657  12850  55  The Might Of The Scourge
      8306  0  56  Into The Maw of Madness
      8307  8313  56  Desert Recipe
      8309  8314  56  Glyph Chasing
      8310  8314  56  Breaking the Code
      8311  0  -1  Hallow's End Treats for Jesper!
      8312  0  -1  Hallow's End Treats for Spoops!
      8313  8317  56  Sharing the Knowledge
      8314  8315  56  Unraveling the Mystery
      8315  0  56  The Calling
      8317  0  56  Kitchen Assistance
      8318  0  56  Secret Communication
      8319  0  56  Encrypted Twilight Texts
      8320  8321  56  Twilight Geolords
      9019  9032  60  Anthion's Parting Words
      8323  0  56  True Believers
      8365  0  45  Pirate Hats Ahoy!
      8366  0  45  Southsea Shakedown
      8417  8423  52  A Troubled Spirit
      8423  8424  52  Warrior Kinship
      8424  8425  52  War on the Shadowsworn
      8425  0  52  Voodoo Feathers
      8460  8462  48  [DEPRECATED]Timbermaw Ally
      8481  0  55  The Root of All Evil
      8484  0  60  The Brokering of Peace
      8492  8493  60  The Alliance Needs Copper Bars!
      8493  0  60  The Alliance Needs More Copper Bars!
      8494  8495  60  The Alliance Needs Iron Bars!
      8495  0  60  The Alliance Needs More Iron Bars!
      8499  8500  60  The Alliance Needs Thorium Bars!
      8811  0  60  One Commendation Signet
      8503  8504  60  The Alliance Needs Stranglekelp!
      8504  0  60  The Alliance Needs More Stranglekelp!
      8505  8506  60  The Alliance Needs Purple Lotus!
      8506  0  60  The Alliance Needs More Purple Lotus!
      8507  0  56  Field Duty
      8509  8510  60  The Alliance Needs Arthas' Tears!
      8510  0  60  The Alliance Needs More Arthas' Tears!
      8511  8512  60  The Alliance Needs Light Leather!
      8512  0  60  The Alliance Needs More Light Leather!
      8513  8514  60  The Alliance Needs Medium Leather!
      8514  0  60  The Alliance Needs More Medium Leather!
      8515  8516  60  The Alliance Needs Thick Leather!
      8516  0  60  The Alliance Needs More Thick Leather!
      8517  8518  60  The Alliance Needs Linen Bandages!
      8518  0  60  The Alliance Needs More Linen Bandages!
      11491  0  71  Iron Rune Constructs and You: The Bluff
      8520  0  60  The Alliance Needs Silk Bandages!
      8521  0  60  The Alliance Needs More Silk Bandages!
      8522  8523  60  The Alliance Needs Runecloth Bandages!
      8523  0  60  The Alliance Needs More Runecloth Bandages!
      8524  8525  60  The Alliance Needs Rainbow Fin Albacore!
      8525  0  60  The Alliance Needs More Rainbow Fin Albacore!
      8526  8527  60  The Alliance Needs Roast Raptor!
      8527  0  60  The Alliance Needs More Roast Raptor!
      8528  8529  60  The Alliance Needs Spotted Yellowtail!
      8529  0  60  The Alliance Needs More Spotted Yellowtail!
      8532  8533  60  The Horde Needs Copper Bars!
      8533  0  60  The Horde Needs More Copper Bars!
      8536  0  56  Earthen Templar
      12318  0  -1  Save Brewfest!
      8543  0  60  The Horde Needs More Tin Bars!
      8544  0  60  Conqueror's Spaulders
      8545  8546  60  The Horde Needs Mithril Bars!
      8546  0  60  The Horde Needs More Mithril Bars!
      8549  8550  60  The Horde Needs Peacebloom!
      8550  0  60  The Horde Needs More Peacebloom!
      8343  8341  56  Goldleaf's Discovery
      8556  0  60  Signet of Unyielding Strength
      8557  0  60  Drape of Unyielding Strength
      8558  0  60  Sickle of Unyielding Strength
      8559  0  60  Conqueror's Greaves
      8560  0  60  Conqueror's Legguards
      8561  0  60  Conqueror's Crown
      8562  0  60  Conqueror's Breastplate
      8575  8576  60  Azuregos's Magical Ledger
      11097  0  70  The Deadliest Trap Ever Laid
      8578  8728  60  Scrying Goggles? No Problem!
      8580  8581  60  The Horde Needs Firebloom!
      8581  0  60  The Horde Needs More Firebloom!
      8582  8583  60  The Horde Needs Purple Lotus!
      8583  0  60  The Horde Needs More Purple Lotus!
      11070  0  70  Dragonmaw Race: Wing Commander Mulverick
      11064  0  70  Dragonmaw Race: The Ballad of Oldie McOld
      8588  8589  60  The Horde Needs Heavy Leather!
      8589  0  60  The Horde Needs More Heavy Leather!
      8590  8591  60  The Horde Needs Thick Leather!
      8591  0  60  The Horde Needs More Thick Leather!
      8592  0  60  Tiara of the Oracle
      8593  0  60  Trousers of the Oracle
      8594  0  60  Mantle of the Oracle
      8595  0  60  Mortal Champions
      8596  0  60  Footwraps of the Oracle
      8597  8598  60  Draconic for Dummies
      11020  0  70  A Slow Death
      8599  0  60  Love Song for Narain
      8600  8601  60  The Horde Needs Rugged Leather!
      8601  0  60  The Horde Needs More Rugged Leather!
      8602  0  60  Stormcaller's Pauldrons
      8603  0  60  Vestments of the Oracle
      8604  8605  60  The Horde Needs Wool Bandages!
      8605  0  60  The Horde Needs More Wool Bandages!
      11013  11014  70  In Service of the Illidari
      8607  8608  60  The Horde Needs Mageweave Bandages!
      8608  0  60  The Horde Needs More Mageweave Bandages!
      10969  10970  70  Seek Out Ameer
      8610  0  60  The Horde Needs More Runecloth Bandages!
      8611  8612  60  The Horde Needs Lean Wolf Steaks!
      8612  0  60  The Horde Needs More Lean Wolf Steaks!
      8613  8614  60  The Horde Needs Spotted Yellowtail!
      8614  0  60  The Horde Needs More Spotted Yellowtail!
      8615  8616  60  The Horde Needs Baked Salmon!
      8616  0  60  The Horde Needs More Baked Salmon!
      8620  0  60  The Only Prescription
      8621  0  60  Stormcaller's Footguards
      8622  0  60  Stormcaller's Hauberk
      8623  0  60  Stormcaller's Diadem
      8624  0  60  Stormcaller's Leggings
      8625  0  60  Enigma Shoulderpads
      8626  0  60  Striker's Footguards
      8627  0  60  Avenger's Breastplate
      8628  0  60  Avenger's Crown
      8629  0  60  Avenger's Legguards
      8630  0  60  Avenger's Pauldrons
      8631  0  60  Enigma Leggings
      8632  0  60  Enigma Circlet
      8633  0  60  Enigma Robes
      8634  0  60  Enigma Boots
      8637  0  60  Deathdealer's Boots
      8638  0  60  Deathdealer's Vest
      8639  0  60  Deathdealer's Helm
      8640  0  60  Deathdealer's Leggings
      8641  0  60  Deathdealer's Spaulders
      8655  0  60  Avenger's Greaves
      8656  0  60  Striker's Hauberk
      8657  0  60  Striker's Diadem
      8658  0  60  Striker's Leggings
      8659  0  60  Striker's Pauldrons
      8660  0  60  Doomcaller's Footwraps
      8661  0  60  Doomcaller's Robes
      8662  0  60  Doomcaller's Circlet
      8663  0  60  Doomcaller's Trousers
      8664  0  60  Doomcaller's Mantle
      8665  0  60  Genesis Boots
      8666  0  60  Genesis Vest
      8667  0  60  Genesis Helm
      8668  0  60  Genesis Trousers
      8669  0  60  Genesis Shoulderpads
      8689  0  60  Shroud of Infinite Wisdom
      8690  0  60  Cloak of the Gathering Storm
      8691  0  60  Drape of Vaulted Secrets
      8692  0  60  Cloak of Unending Life
      8693  0  60  Cloak of Veiled Shadows
      8694  0  60  Shroud of Unspoken Names
      8695  0  60  Cape of Eternal Justice
      8696  0  60  Cloak of the Unseen Path
      8697  0  60  Ring of Infinite Wisdom
      8698  0  60  Ring of the Gathering Storm
      8699  0  60  Band of Vaulted Secrets
      8700  0  60  Band of Unending Life
      8701  0  60  Band of Veiled Shadows
      8702  0  60  Ring of Unspoken Names
      8703  0  60  Ring of Eternal Justice
      8704  0  60  Signet of the Unseen Path
      8705  0  60  Gavel of Infinite Wisdom
      8706  0  60  Hammer of the Gathering Storm
      8707  0  60  Blade of Vaulted Secrets
      8708  0  60  Mace of Unending Life
      8709  0  60  Dagger of Veiled Shadows
      8710  0  60  Kris of Unspoken Names
      8711  0  60  Blade of Eternal Justice
      8712  0  60  Scythe of the Unseen Path
      11057  10995  70  The Trouble Below
      8734  8735  60  Tyrande and Remulos
      11069  0  70  Dragonmaw Race: Wing Commander Ichman
      11107  11108  70  Bow to the Highlord
      11015  0  70  Netherwing Crystals
      8740  0  56  Twilight Marauders
      8770  0  56  Target: Hive'Ashi Defenders
      10401  0  63  Mission: End All, Be All
      8785  0  56  The Orgrimmar Legion Needs Mojo!
      8786  0  56  Arms for the Field
      8787  0  56  Armor Kits for the Field
      8789  0  60  Imperial Qiraji Armaments
      10149  0  63  Mission: End All, Be All
      10068  8330  3  Arcane Missiles
      8804  0  56  Desert Survival Kits
      8805  0  56  Boots for the Guard
      8806  0  56  Grinding Stones for the Guard
      8807  0  56  Scrying Materials
      8897  0  -1  Dearest Colara,
      9018  9032  60  Anthion's Parting Words
      9017  9032  60  Anthion's Parting Words
      10927  0  65  Killing the Crawlers
      8959  8960  60  Anthion's Parting Words
      8958  8960  60  Anthion's Parting Words
      8957  9032  60  Anthion's Parting Words
      8956  8960  60  Anthion's Parting Words
      8955  8960  60  Anthion's Parting Words
      8954  8960  60  Anthion's Parting Words
      8953  8960  60  Anthion's Parting Words
      8952  8960  60  Anthion's Parting Words
      8951  8960  60  Anthion's Parting Words
      9015  0  60  The Challenge
      8945  8946  60  Dead Man's Plea
      8950  9015  60  The Instigator's Enchantment
      8949  8950  60  Falrin's Vendetta
      8948  8949  60  Anthion's Old Friend
      8947  8948  60  Anthion's Strange Request
      8946  8947  60  Proof of Life
      8929  8945  60  In Search of Anthion
      8930  8945  60  In Search of Anthion
      10395  10399  61  The Dark Missive
      11003  0  70  The Fall of Magtheridon
      8940  8930  60  Just Compensation
      8939  8930  60  Just Compensation
      8938  8930  60  Just Compensation
      8937  8929  60  Just Compensation
      8936  8929  60  Just Compensation
      8935  8929  60  Just Compensation
      8934  8929  60  Just Compensation
      8931  8929  60  Just Compensation
      11002  0  70  The Fall of Magtheridon
      8926  8929  60  Just Compensation
      8927  8930  60  Just Compensation
      8978  0  60  Return to Mokvar
      8977  0  60  Return to Deliana
      8928  0  60  A Shifty Merchant
      8925  8928  60  A Portable Power Source
      8924  8925  60  Hunting for Ectoplasm
      8923  8921  60  A Supernatural Device
      8921  8924  60  The Ectoplasmic Distiller
      8922  8921  60  A Supernatural Device
      8356  0  -1  Flexing for Nougat
      8919  8923  60  An Earnest Proposition
      8358  0  -1  Incoming Gumdrop
      10996  10998  70  Maggoc's Treasure Chest
      10997  10998  70  Even Gronn Have Standards
      8914  8923  60  An Earnest Proposition
      8913  8923  60  An Earnest Proposition
      10995  10998  70  Grulloc Has Two Skulls
      8960  8961  60  Bodley's Unfortunate Fate
      8961  0  60  Three Kings of Flame
      11171  0  70  Hex Lord? Hah!
      8909  8922  60  An Earnest Proposition
      8908  8922  60  An Earnest Proposition
      8907  8922  60  An Earnest Proposition
      8906  8922  60  An Earnest Proposition
      8905  8922  60  An Earnest Proposition
      9051  9053  52  Toxic Test
      9052  9051  52  Bloodpetal Poison
      9053  0  52  A Better Ingredient
      9063  9052  52  Torwa Pathfinder
      8941  8930  60  Just Compensation
      4222  0  55  Corrupted Windblossom
      4343  0  55  Corrupted Windblossom
      4403  0  55  Corrupted Windblossom
      4466  0  55  Corrupted Windblossom
      4467  0  55  Corrupted Windblossom
      4401  0  55  Corrupted Songflower
      4464  0  55  Corrupted Songflower
      4465  0  55  Corrupted Songflower
      5403  0  55  Invader's Scourgestones
      5404  0  55  Corruptor's Scourgestones
      5406  0  55  Corruptor's Scourgestones
      5407  0  55  Invader's Scourgestones
      5408  0  55  Minion's Scourgestones
      5508  0  55  Corruptor's Scourgestones
      5509  0  55  Invader's Scourgestones
      5510  0  55  Minion's Scourgestones
      9086  0  60  Dreamwalker Tunic
      9087  9086  60  Dreamwalker Legguards
      9088  9087  60  Dreamwalker Headpiece
      9089  9088  60  Dreamwalker Spaulders
      9090  9089  60  Dreamwalker Boots
      9091  9090  60  Dreamwalker Handguards
      9092  9091  60  Dreamwalker Girdle
      9093  9092  60  Dreamwalker Wristguards
      9095  0  60  Frostfire Robe
      9096  9095  60  Frostfire Leggings
      9097  9096  60  Frostfire Circlet
      10775  10776  70  Tabards of the Illidari
      9099  9098  60  Frostfire Sandals
      9100  9099  60  Frostfire Gloves
      9101  9100  60  Frostfire Belt
      9102  9101  60  Frostfire Bindings
      9103  0  60  Plagueheart Robe
      9104  9103  60  Plagueheart Leggings
      9105  9104  60  Plagueheart Circlet
      9106  9105  60  Plagueheart Shoulderpads
      9107  9106  60  Plagueheart Sandals
      9108  9107  60  Plagueheart Gloves
      9109  9108  60  Plagueheart Belt
      9110  9109  60  Plagueheart Bindings
      9111  0  60  Robe of Faith
      9112  9111  60  Leggings of Faith
      9113  9112  60  Circlet of Faith
      9114  9113  60  Shoulderpads of Faith
      10644  0  70  Teron Gorefiend - Lore and Legend
      9117  9116  60  Belt of Faith
      9118  9117  60  Bindings of Faith
      10922  10929  65  Digging Through Bones
      9036  0  60  Dreadnaught Legplates
      9037  0  60  Dreadnaught Helmet
      9038  0  60  Dreadnaught Pauldrons
      10901  0  70  The Cudgel of Kar'desh
      9040  0  60  Dreadnaught Gauntlets
      9041  0  60  Dreadnaught Waistguard
      9042  0  60  Dreadnaught Bracers
      9043  0  60  Redemption Tunic
      9044  9043  60  Redemption Legguards
      9045  9044  60  Redemption Headpiece
      9046  9045  60  Redemption Spaulders
      9047  9046  60  Redemption Boots
      9048  9047  60  Redemption Handguards
      9049  9048  60  Redemption Girdle
      9050  9049  60  Redemption Wristguards
      9054  9061  60  Cryptstalker Tunic
      9055  9057  60  Cryptstalker Legguards
      9056  9055  60  Cryptstalker Headpiece
      9057  9054  60  Cryptstalker Spaulders
      9058  9060  60  Cryptstalker Boots
      9059  9056  60  Cryptstalker Handguards
      9061  0  60  Cryptstalker Wristguards
      9068  0  60  Earthshatter Tunic
      9069  9068  60  Earthshatter Legguards
      9070  9069  60  Earthshatter Headpiece
      9071  9070  60  Earthshatter Spaulders
      9072  9071  60  Earthshatter Boots
      9073  9072  60  Earthshatter Handguards
      9074  9073  60  Earthshatter Girdle
      10883  0  70  The Tempest Key
      9077  0  60  Bonescythe Breastplate
      9078  9077  60  Bonescythe Legplates
      10873  0  65  Taken in the Night
      9080  9079  60  Bonescythe Pauldrons
      9081  9080  60  Bonescythe Sabatons
      9082  9081  60  Bonescythe Gauntlets
      9083  9082  60  Bonescythe Waistguard
      9084  9083  60  Bonescythe Bracers
      8781  0  56  Arms for the Field
      9749  0  19  They're Alive! Maybe...
      9225  0  60  Epic Armaments of Battle - Revered Amongst the Dawn
      8537  0  56  Crimson Templar
      11485  11489  71  Iron Rune Constructs and You: Rocket Jumping
      10438  10439  70  On Nethery Wings
      10030  10031  65  Recover the Bones
      7001  0  -1  Empty Stables
      8801  8802  60  C'Thun's Legacy
      10029  0  65  The Spirits Are Calling
      9033  0  60  Echoes of War
      8538  0  56  The Four Dukes
      7838  0  55  Arena Grandmaster
      10163  0  62  Mission: The Abyssal Shelf
      8534  0  56  Hive'Zora Scout Report
      9362  9364  60  Warlord Krellian
      8446  8447  60  Shrouded in Nightmare
      8308  0  56  Brann Bronzebeard's Lost Letter
      7823  0  60  A Donation of Runecloth
      7824  0  60  A Donation of Runecloth
      7836  0  60  A Donation of Runecloth
      7796  0  60  Additional Runecloth
      7801  0  60  Additional Runecloth
      7806  0  60  Additional Runecloth
      7812  0  60  Additional Runecloth
      7819  0  60  Additional Runecloth
      7825  0  60  Additional Runecloth
      7832  0  60  Additional Runecloth
      7837  0  60  Additional Runecloth
      9020  9032  60  Anthion's Parting Words
      9021  9032  60  Anthion's Parting Words
      9022  9032  60  Anthion's Parting Words
      7929  0  -1  Darkmoon Elementals Deck
      8166  0  45  The Battle for Arathi Basin!
      8227  0  60  Nat's Measuring Tape
      8258  0  60  The Darkreaver Menace
      8737  0  56  Azure Templar
      8321  0  56  Vyral the Vile
      8332  8349  56  Dukes of the Council
      10328  10431  70  Sunfury Briefings
      8361  0  56  Abyssal Contacts
      8169  0  45  The Battle for Arathi Basin!
      8171  0  25  The Battle for Arathi Basin!
      8170  0  35  The Battle for Arathi Basin!
      8168  0  25  The Battle for Arathi Basin!
      8413  0  52  Da Voodoo
      8422  0  52  Trolls of a Feather
      8167  0  35  The Battle for Arathi Basin!
      8462  0  55  [DEPRECATED]Speak to Nafien
      8465  0  55  [DEPRECATED]Speak to Salfa
      11511  11568  71  The Staff of Storm's Fury
      11527  11529  71  Mutiny on the Mercy
      8471  0  56  Winterfall Ritual Totem
      8541  0  56  Grinding Stones for the Guard
      8548  0  56  Volunteer's Battlegear
      8741  8742  60  The Champion Returns
      8731  0  56  Field Duty
      8747  0  60  The Path of the Protector
      8771  0  56  Target: Hive'Ashi Sandstalkers
      10891  7652  50  Imperial Plate Armor
      11054  11055  70  Overseeing and You: Making the Right Choices
      10497  9032  60  Anthion's Parting Words
      9023  0  60  The Perfect Poison
      10642  10643  69  A Ghost in the Machine
      9122  9033  60  The Dread Citadel - Naxxramas
      9124  0  60  Cryptstalker Armor Doesn't Make Itself...
      10578  0  70  The Cipher of Damnation - Borak's Charge
      10550  0  70  The Bundle of Bloodthistle
      10576  0  70  The Shadowmoon Shuffle
      9129  0  60  Core of Elements
      9131  0  60  Binding the Dreadnaught
      9132  0  60  Dark Iron Scraps
      10541  10588  70  The Cipher of Damnation - The Second Fragment Recovered
      9181  0  60  Craftsman's Writ - Volcanic Hammer
      9190  0  60  Craftsman's Writ - Runecloth Boots
      9195  0  60  Craftsman's Writ - Goblin Sapper Charge
      9206  0  60  Craftsman's Writ - Lightning Eel
      9223  0  60  Superior Armaments of Battle - Honored Amongst the Dawn
      9224  0  60  Epic Armaments of Battle - Honored Amongst the Dawn
      8359  0  -1  Flexing for Nougat
      8354  0  -1  Chicken Clucking for a Mint
      9232  0  60  The Only Song I Know...
      8502  0  56  Target: Hive'Ashi Workers
      8497  0  56  Desert Survival Kits
      8496  0  56  Bandages for the Field
      9270  0  60  Atiesh, Greatstaff of the Guardian
      9419  0  56  Scouring the Desert
      9422  0  56  Scouring the Desert
      9664  0  60  Establishing New Outposts
      9665  0  60  Bolstering Our Defenses
      8962  8987  60  Components of Importance
      8963  8988  60  Components of Importance
      8964  8985  60  Components of Importance
      8965  8986  60  Components of Importance
      8966  8970  60  The Left Piece of Lord Valthalak's Amulet
      8967  8970  60  The Left Piece of Lord Valthalak's Amulet
      8968  8970  60  The Left Piece of Lord Valthalak's Amulet
      8969  8970  60  The Left Piece of Lord Valthalak's Amulet
      8539  0  56  Target: Hive'Zora Hive Sisters
      8540  0  56  Boots for the Guard
      8985  8990  60  More Components of Importance
      8986  8989  60  More Components of Importance
      10928  0  65  Killing the Crawlers
      10930  0  65  The Big Bone Worm
      8988  8992  60  More Components of Importance
      8989  8994  60  The Right Piece of Lord Valthalak's Amulet
      8990  8994  60  The Right Piece of Lord Valthalak's Amulet
      8991  8994  60  The Right Piece of Lord Valthalak's Amulet
      8992  8994  60  The Right Piece of Lord Valthalak's Amulet
      8994  8995  60  Final Preparations
      8995  8996  60  Mea Culpa, Lord Valthalak
      8996  0  60  Return to Bodley
      8997  0  60  Back to the Beginning
      8998  0  60  Back to the Beginning
      8999  0  60  Saving the Best for Last
      9000  0  60  Saving the Best for Last
      9001  0  60  Saving the Best for Last
      9002  0  60  Saving the Best for Last
      9003  0  60  Saving the Best for Last
      9004  0  60  Saving the Best for Last
      9005  0  60  Saving the Best for Last
      9006  0  60  Saving the Best for Last
      9007  0  60  Saving the Best for Last
      9008  0  60  Saving the Best for Last
      9009  0  60  Saving the Best for Last
      9010  0  60  Saving the Best for Last
      9011  0  60  Saving the Best for Last
      9012  0  60  Saving the Best for Last
      9013  0  60  Saving the Best for Last
      9014  0  60  Saving the Best for Last
      7934  0  -1  50 Tickets - Darkmoon Storage Box
      7935  0  -1  10 Tickets - Last Month's Mutton
      7936  0  -1  50 Tickets - Last Year's Mutton
      7940  0  -1  1200 Tickets - Orb of the Darkmoon
      7981  0  -1  1200 Tickets - Amulet of the Darkmoon
      8738  0  56  Hive'Regal Scout Report
      8739  0  56  Hive'Ashi Scout Report
      11055  0  70  The Booterang: A Cure For The Common Worthless Peon
      8773  0  56  Target: Hive'Zora Reavers
      8778  0  56  The Ironforge Brigade Needs Explosives!
      8779  0  56  Scrying Materials
      8780  0  56  Armor Kits for the Field
      8782  0  56  Uniform Supplies
      8783  0  56  Extraordinary Materials
      8809  0  56  Extraordinary Materials
      8810  0  56  Bandages for the Field
      9751  9674  18  The Bloodcurse Legacy
      9120  0  60  The Fall of Kel'Thuzad
      9178  0  60  Craftsman's Writ - Dense Weightstone
      9179  0  60  Craftsman's Writ - Imperial Plate Chest
      9182  0  60  Craftsman's Writ - Huge Thorium Battleaxe
      9183  0  60  Craftsman's Writ - Radiant Circlet
      10389  0  61  The Agony and the Darkness
      10425  0  70  Escape from the Staging Grounds
      9186  0  60  Craftsman's Writ - Wicked Leather Belt
      9187  0  60  Craftsman's Writ - Runic Leather Pants
      9188  0  60  Craftsman's Writ - Brightcloth Pants
      9191  0  60  Craftsman's Writ - Runecloth Bag
      9194  0  60  Craftsman's Writ - Runecloth Robe
      9197  0  60  Craftsman's Writ - Gnomish Battle Chicken
      9198  0  60  Craftsman's Writ - Thorium Tube
      10345  0  70  The Flesh Lies...
      9202  0  60  Craftsman's Writ - Major Healing Potion
      9203  0  60  Craftsman's Writ - Potion of Petrification
      9204  0  60  Craftsman's Writ - Stonescale Eel
      10399  0  61  The Heart of Darkness
      9247  0  -1  The Keeper's Call
      9250  9251  60  Frame of Atiesh
      9251  0  60  Atiesh, the Befouled Greatstaff
      9295  0  -1  Letter from the Front
      9299  0  -1  Note from the Front
      9300  0  -1  Page from the Front
      9301  0  -1  Envelope from the Front
      9302  0  -1  Missive from the Front
      9304  0  -1  Document from the Front
      9324  9365  -1  Stealing Orgrimmar's Flame
      9325  9365  -1  Stealing Thunder Bluff's Flame
      9326  9365  -1  Stealing the Undercity's Flame
      9330  9339  -1  Stealing Stormwind's Flame
      9331  9339  -1  Stealing Ironforge's Flame
      9332  9339  -1  Stealing Darnassus's Flame
      8447  0  60  Waking Legends
      8808  0  56  Uniform Supplies
      9310  0  -1  Faint Necrotic Crystal
      9317  0  -1  Consecrated Sharpening Stones
      9319  0  -1  A Light in Dark Places
      9320  0  -1  Super Mana Potion
      9322  0  -1  Wild Fires in Kalimdor
      9323  0  -1  Wild Fires in the Eastern Kingdoms
      9368  0  -1  The Festival of Fire
      7907  0  -1  Darkmoon Beast Deck
      7927  0  -1  Darkmoon Portals Deck
      8419  8421  52  An Imp's Request
      8420  8421  52  Hot and Itchy
      8421  8422  52  The Wrong Stuff
      9123  9033  60  The Dread Citadel - Naxxramas
      9127  0  60  Bone Fragments
      10002  0  64  The Firewing Liaison
      10513  10514  70  Oronok Torn-heart
      9227  0  60  Superior Armaments of Battle - Exalted Amongst the Dawn
      9228  0  60  Epic Armaments of Battle - Exalted Amongst the Dawn
      9415  9419  56  Report to Marshal Bluewall
      9416  9422  56  Report to General Kirika
      8970  0  60  I See Alcaz Island In Your Future...
      9234  0  60  Icebane Gauntlets
      10392  0  61  Doorway to the Abyss
      9237  0  60  Glacial Cloak
      9238  0  60  Glacial Wrists
      9239  0  60  Glacial Gloves
      9240  0  60  Glacial Vest
      10391  10392  61  Cannons of Rage
      9243  0  60  Polar Tunic
      9244  0  60  Icy Scale Bracers
      10136  0  63  Cruel's Intentions
      9386  0  -1  A Light in Dark Places
      9339  9386  -1  A Thief's Reward
      9365  9319  -1  A Thief's Reward
      10031  0  65  Helping the Lost Find Their Way
      9229  9230  60  The Fate of Ramaladni
      11244  11255  70  Rescuing the Rescuers
      7081  0  -1  Alterac Valley Graveyards
      7082  0  -1  The Graveyards of Alterac
      7121  0  -1  The Quartermaster
      7123  0  -1  Speak with our Quartermaster
      7241  0  -1  In Defense of Frostwolf
      7261  0  -1  The Sovereign Imperative
      6741  0  -1  More Booty!
      7224  6741  -1  Enemy Booty
      6846  0  -1  Begin the Attack!
      6901  0  -1  Launch the Attack!
      6781  0  -1  More Armor Scraps
      7223  6781  -1  Armor Scraps
      7101  0  -1  Towers and Bunkers
      7102  0  -1  Towers and Bunkers
      8322  8409  -1  Rotten Eggs
      8409  0  -1  Ruined Kegs
      9153  0  -1  Under the Shadow
      9292  0  -1  Cracked Necrotic Crystal
      8115  0  60  Control Five Bases
      8122  0  60  Take Five Bases
      8260  0  34  Arathor Basic Care Package
      8261  0  44  Arathor Standard Care Package
      8262  0  70  Arathor Advanced Care Package
      8263  0  34  Defiler's Basic Care Package
      8264  0  44  Defiler's Standard Care Package
      8265  0  70  Defiler's Advanced Care Package
      7863  0  34  Sentinel Basic Care Package
      7864  0  44  Sentinel Standard Care Package
      7865  0  70  Sentinel Advanced Care Package
      7866  0  34  Outrider Basic Care Package
      7867  0  44  Outrider Standard Care Package
      7868  0  70  Outrider Advanced Care Package
      8266  0  60  Ribbons of Sacrifice
      8267  0  60  Ribbons of Sacrifice
      8268  0  60  Ribbons of Sacrifice
      8269  0  60  Ribbons of Sacrifice
      8075  0  60  Paragons of Power: The Augur's Hauberk
      8076  8077  60  Paragons of Power: The Demoniac's Mantle
      8077  0  60  Paragons of Power: The Demoniac's Robes
      8078  0  60  Paragons of Power: The Vindicator's Belt
      8079  0  60  Paragons of Power: The Vindicator's Breastplate
      8101  0  60  The Pebble of Kajaro
      8102  0  60  The Pebble of Kajaro
      8103  0  60  The Pebble of Kajaro
      8104  0  60  The Jewel of Kajaro
      8106  0  60  Kezan's Taint
      8107  0  60  Kezan's Taint
      8108  0  60  Kezan's Taint
      8109  0  60  Kezan's Unstoppable Taint
      8110  8111  60  Enchanted South Seas Kelp
      8111  8112  60  Enchanted South Seas Kelp
      8112  8113  60  Enchanted South Seas Kelp
      8113  0  60  Pristine Enchanted South Seas Kelp
      8116  8117  60  Vision of Voodress
      8117  8118  60  Vision of Voodress
      8118  8119  60  Vision of Voodress
      8119  0  60  The Unmarred Vision of Voodress
      8141  8142  60  Zandalarian Shadow Talisman
      8142  8143  60  Zandalarian Shadow Talisman
      8143  8144  60  Zandalarian Shadow Talisman
      8144  0  60  Zandalarian Shadow Mastery Talisman
      8145  8146  60  The Maelstrom's Tendril
      8146  8147  60  The Maelstrom's Tendril
      8147  8148  60  The Maelstrom's Tendril
      8148  0  60  Maelstrom's Wrath
      1248  1249  33  The Missing Diplomat
      8331  8332  56  Aurel Goldleaf
      8348  0  56  Signet of the Dukes
      8349  8348  56  Bor Wildmane
      4083  0  55  The Spectral Chalice
      8812  0  60  One Commendation Signet
      8813  0  60  One Commendation Signet
      8814  0  60  One Commendation Signet
      8830  0  60  One Commendation Signet
      8834  0  60  One Commendation Signet
      8836  0  60  One Commendation Signet
      8838  0  60  One Commendation Signet
      8815  0  60  One Commendation Signet
      8816  0  60  One Commendation Signet
      8817  0  60  One Commendation Signet
      8818  0  60  One Commendation Signet
      8832  0  60  One Commendation Signet
      8840  0  60  One Commendation Signet
      8842  0  60  One Commendation Signet
      8844  0  60  One Commendation Signet
      8819  0  60  Ten Commendation Signets
      8820  0  60  Ten Commendation Signets
      8821  0  60  Ten Commendation Signets
      8822  0  60  Ten Commendation Signets
      8831  0  60  Ten Commendation Signets
      8835  0  60  Ten Commendation Signets
      8837  0  60  Ten Commendation Signets
      8839  0  60  Ten Commendation Signets
      8823  0  60  Ten Commendation Signets
      8824  0  60  Ten Commendation Signets
      8825  0  60  Ten Commendation Signets
      8826  0  60  Ten Commendation Signets
      8833  0  60  Ten Commendation Signets
      8841  0  60  Ten Commendation Signets
      8843  0  60  Ten Commendation Signets
      8845  0  60  Ten Commendation Signets
      8869  0  60  Sweet Serenity
      8860  0  -1  New Year Celebrations!
      8861  0  -1  New Year Celebrations!
      8867  8883  -1  Lunar Fireworks
      8868  0  -1  Elune's Blessing
      8870  8867  -1  The Lunar Festival
      8871  8867  -1  The Lunar Festival
      8872  8867  -1  The Lunar Festival
      8873  8867  -1  The Lunar Festival
      8875  8867  -1  The Lunar Festival
      8883  0  -1  Valadar Starsong
      8898  0  -1  Dearest Colara,
      8899  0  -1  Dearest Colara,
      8900  0  -1  Dearest Elenia,
      8901  0  -1  Dearest Elenia,
      8902  0  -1  Dearest Elenia,
      8500  0  60  The Alliance Needs More Thorium Bars!
      8903  0  -1  Dangerous Love
      8979  0  -1  Fenstad's Hunch
      8982  8983  -1  Tracing the Source
      8983  8984  -1  Tracing the Source
      8984  0  -1  The Source Revealed
      9024  9025  -1  Aristan's Hunch
      9027  9028  -1  Tracing the Source
      9028  0  -1  The Source Revealed
      9085  0  -1  Shadows of Doom
      8341  8351  56  Lords of the Council
      8351  8352  56  Bor Wishes to Speak
      8498  0  56  Twilight Battle Orders
      9205  0  60  Craftsman's Writ - Plated Armorfish
      8587  0  60  Return to Narain
      8552  0  50  The Monogrammed Sash
      614  0  42  The Captain's Chest
      615  0  42  The Captain's Cutlass
      8553  0  42  The Captain's Cutlass
      618  -619  42  Facing Negolash
      8554  -619  42  Facing Negolash
      619  0  42  Enticing Negolash
      7021  0  -1  Great-father Winter is Here!
      7022  0  -1  Greatfather Winter is Here!
      7023  0  -1  Greatfather Winter is Here!
      7024  0  -1  Great-father Winter is Here!
      5921  5929  -1  Moonglade
      5922  5930  -1  Moonglade
      5923  0  -1  Heeding the Call
      8551  0  42  The Captain's Chest
      9137  0  60  Savage Fronds
      8249  0  60  Junkboxes Needed
      8302  0  60  The Hand of the Righteous
      8467  0  55  [DEPRECATED]Feathers for Nafien
      8275  8280  55  Taking Back Silithus
      8276  8280  55  Taking Back Silithus
      746  0  8  Dwarven Digging
      849  0  26  Revenge of Gann
      909  0  30  Baron Aquanis
      1103  0  -1  Call of Water
      2984  1524  -1  Call of Fire
      2985  1530  -1  Call of Water
      2986  1530  -1  Call of Water
      12662  0  77  Bringing Down Heb'Jin
      11024  11028  70  An Ally in Lower City
      4727  0  15  Beached Sea Turtle
      4728  0  14  Beached Sea Creature
      4730  0  16  Beached Sea Creature
      4731  0  19  Beached Sea Turtle
      4732  0  19  Beached Sea Turtle
      4733  0  19  Beached Sea Creature
      4736  1796  31  In Search of Menara Voidrender
      4737  1796  31  In Search of Menara Voidrender
      4965  1799  35  Knowledge of the Orb of Orahil
      4967  1799  35  Knowledge of the Orb of Orahil
      5653  0  -1   Hex of Weakness
      7629  7631  -1  Imp Delivery
      9125  0  60  Crypt Fiend Parts
      8334  8335  4  Aggression
      8345  0  4  The Shrine of Dath'Remar
      8346  0  3  Thirst Unending
      8336  0  4  A Fistful of Slivers
      8330  0  4  Solanian's Belongings
      10304  9303  4  Vindicator Aldar
      9180  0  15  Journey to Undercity
      9170  0  20  Dar'Khan's Lieutenants
      9167  0  21  The Traitor's Destruction
      8677  0  -1  Darkhorn the Elder
      9164  0  20  Captives at Deatholme
      9133  9134  7  Fly to Silvermoon City
      9215  0  20  Bring Me Kel'gash's Head!
      8335  0  5  Felendren the Banished
      8327  0  3  Report to Lanthan Perilon
      9363  0  11  Warning Fairbreeze Village
      9359  8476  10  Farstrider Retreat
      9358  9252  9  Ranger Sareyn
      9877  9164  20  A Restorative Draught
      9352  0  6  Darnassian Intrusions
      9328  9621  21  Hero of the Sin'dorei
      9327  9758  10  The Forsaken
      9315  0  11  Anok'suten
      10252  10253  67  Vision of the Dead
      9311  9312  5  Blood Elf Spy
      9451  0  -1  Call of Earth
      2850  2851  45  Wild Leather Helmet
      3921  3922  14  Wenikee Boltbucket
      9294  0  3  Healing the Lake
      10324  0  8  The Great Moongraze Hunt
      9283  0  2  Rescue the Survivors!
      9293  9294  2  What Must Be Done...
      9281  0  18  Clearing the Way
      9369  9409  1  Replenishing the Healing Crystals
      9496  0  70  Pride of the Fel Horde
      9303  9309  4  Inoculation
      10227  10228  67  I See Dead Draenei
      9463  0  6  Medicinal Purpose
      9276  9277  18  Attack on Zeb'Tela
      9275  0  19  A Little Dash of Seasoning
      9274  0  12  Spirits of the Drowned
      10302  9293  2  Volatile Mutations
      9258  8473  10  The Scorched Grove
      9256  8892  7  Fairbreeze Village
      9255  0  9  Research Notes
      9254  8487  9  The Wayward Apprentice
      9253  8490  10  Runewarden Deryan
      9252  0  9  Defending Fairbreeze Village
      10202  10432  70  A Defector
      9758  9138  10  Return to Arcanist Vandril
      8715  0  -1  Bladeleaf the Elder
      9220  9170  20  War on Deatholme
      9218  9219  18  Spinal Dust
      9216  9217  16  Rotting Hearts
      9214  0  18  Shadowpine Weaponry
      9212  0  17  Escape from the Catacombs
      9425  0  20  Report to Tarren Mill
      9199  0  17  Troll Juju
      9193  0  17  Investigate the Amani Catacombs
      9192  0  14  Trouble at the Underlight Mines
      9189  0  15  Delivery to the Sepulcher
      6385  6386  7  Doras the Wind Rider Master
      7383  935  9  Teldrassil: The Burden of the Kaldorei
      9176  9167  17  The Twin Ziggurats
      9174  0  13  Vanquishing Aquantion
      9173  0  15  Retaking Windrunner Spire
      9172  9176  16  Report to Magister Kaendris
      9171  0  15  Culinary Crunch
      9166  0  16  Deliver the Plans to An'telas
      10107  9927  66  Diplomatic Measures
      10124  10208  61  Forward Base: Reaver's Fall
      9684  9685  -1  Claiming the Light
      9162  9172  16  Hints of the Past
      9161  9162  16  The Traitor's Shadow
      9160  9163  11  Investigate An'daroth
      9158  0  14  Bearers of the Plague
      8239  0  60  Sandfury, Skullsplitter, and Bloodscalp Coins
      9305  9312  4  Spare Parts
      9156  0  21  Wanted: Knucklerot and Luzran
      9152  0  11  Tomber's Supplies
      9150  0  12  Salvaging the Past
      9149  0  13  The Plagued Coast
      9148  0  10  Delivery to Tranquillien
      9147  0  10  The Fallen Courier
      9146  0  12  Report to Captain Helios
      9145  9143  12  Help Ranger Valanna!
      9143  9146  12  Dealing with Zeb'Sora
      9140  0  14  Windrunner Village
      9139  9140  11  Goldenmist Village
      9138  9139  10  Suncrown Village
      9135  0  7  Return to Sathiel
      9134  9135  7  Skymistress Gloaming
      9130  9133  7  Goods from Silvermoon City
      10166  0  10  Whitebark's Memory
      9119  8486  5  Malfunction at the West Sanctum
      9627  0  21  Allegiance to the Horde
      9626  9627  21  Meeting the Warchief
      9621  9626  21  Envoy to the Horde
      9076  0  8  Wretched Ringleader
      9067  0  9  The Party Never Ends
      9066  0  6  Swift Discipline
      9064  9066  6  Taking the Fall
      10303  9311  4  The Blood Elves
      9062  9064  6  Soaked Pages
      9277  0  19  Assault on Zeb'Nowa
      9035  9062  6  Roadside Ambush
      9278  0  1  Welcome!
      8491  0  7  Pelt Collection
      8490  0  10  Powering our Defenses
      5675  0  -1  Elune's Grace
      8488  9255  9  Unexpected Results
      8487  0  9  Corrupted Soil
      8486  0  6  Arcane Instability
      8483  0  7  The Dwarven Spy
      8482  8483  6  Incriminating Documents
      8480  9076  7  Lost Armaments
      8479  0  11  Zul'Marosh
      8477  0  10  The Spearcrafter's Hammer
      8476  0  10  Amani Encroachment
      8474  10166  10  Old Whitebark's Pendant
      8473  0  9  A Somber Task
      8472  8895  5  Major Malfunction
      10075  0  67  Oshu'gun Crystal Powder
      5674  0  -1  Elune's Grace
      8468  0  6  Wanted: Thaelis the Hungerer
      5644  0  -1  Devouring Plague
      8463  9352  5  Unstable Mana Crystals
      9473  0  8  An Alternative Alternative
      8238  0  60  Gurubashi, Vilebranch, and Witherbark Coins
      9175  9180  15  The Lady's Necklace
      9169  0  16  Deactivate An'owyn
      8195  0  60  Zulian, Razzashi, and Hakkari Coins
      7787  0  60  Rise, Thunderfury!
      9163  9166  14  Into Occupied Territory
      9450  9451  -1  Call of Earth
      10058  0  61  An Old Gift
      9159  0  15  Curbing the Plague
      9157  9174  12  Forgotten Rituals
      9155  0  14  Down the Dead Scar
      8648  0  -1  Darkcore the Elder
      9144  0  10  Missing in the Ghostlands
      9421  0  3  Shaman Training
      8895  9119  6  Delivery to the North Sanctum
      8894  0  10  Cleaning up the Grounds
      8892  0  7  Situation at Sunsail Anchorage
      8890  0  10  Word from the Spire
      8889  8890  10  Deactivating the Spire
      8888  0  10  The Magister's Apprentice
      8887  0  8  Captain Kelisendra's Lost Rutters
      11196  0  85  Warlord of the Amani
      11336  0  -1  Call to Arms: Alterac Valley
      9394  8894  10  Where's Wyllithen?
      9704  0  5  Slain by the Wretched
      8347  9704  5  Aiding the Outrunners
      8338  0  4  Tainted Arcane Sliver
      10270  10271  70  A Not-So-Modest Proposal
      10269  10275  69  Triangulation Point One
      10426  10427  69  Flora of the Eco-Domes
      10855  10856  69  Fel Reavers, No Thanks!
      10365  0  70  Shutting Down Manaforge Ara
      10257  0  70  Capturing the Keystone
      10256  10257  69  Finding the Keymaster
      10850  0  70  Nether Gas In a Fel Fire Engine
      10681  10458  70  The Hand of Gul'dan
      10436  0  69  All Clear!
      10435  0  69  Retrieving the Goods
      10348  0  69  New Opportunities
      10339  10384  70  The Ethereum
      8772  0  56  Target: Hive'Zora Waywatchers
      10336  0  70  The Minions of Culuthas
      10429  0  69  When Nature Goes Too Far
      10011  0  68  Forge Camp: Annihilated
      10239  10240  69  Potential Energy Source
      10857  0  69  Teleport This!
      10337  0  69  When the Cows Come Home
      10343  10239  69  The Unending Invasion
      9649  0  18  Ysera's Tears
      10234  10235  69  One Demon's Trash...
      10233  0  69  Torching Sunfury Hold
      10232  0  69  In A Scrap With The Legion
      10332  0  69  Master Smith Rhonsus
      10331  10332  69  Indispensable Tools
      10433  10434  69  Keeping Up Appearances
      10335  0  70  Surveying the Ruins
      10334  10337  69  Needs More Cowbell
      10226  0  68  Elemental Power Extraction
      10760  10761  69  The Sketh'lon Wreckage
      10224  10226  68  Essence for the Engines
      10437  10438  70  Recipe for Destruction
      10427  10429  69  Creatures of the Eco-Domes
      10310  0  70  Sabotage the Warp-Gate!
      10434  10435  69  The Dynamic Duo
      10647  0  70  Wanted: Uvuros, Scourge of Shadowmoon
      10423  10424  69  To the Stormspire
      10231  10251  67  What Book? I Don't See Any Book.
      10430  10436  69  Testing the Prototype
      10627  10663  69  Capture the Weapons
      10856  10857  69  The Best Defense
      10418  10423  68  Deal With the Saboteurs
      10417  10418  68  Run a Diagnostic!
      10424  10430  69  Diagnosis: Critical
      10316  10314  69  Searching for Evidence
      10636  10634  70  Divination: Gorefiend's Truncheon
      10635  10636  70  Divination: Gorefiend's Cloak
      10312  10316  69  The Annals of Kirin'Var
      9954  9955  67  Corki's Ransom
      10203  0  69  Invaluable Asset Zapping
      10309  0  68  It's a Fel Reaver, But with Heart
      10307  0  69  Cohlien Frostweaver
      10306  0  69  Conjurer Luminrath
      10305  0  69  Abjurist Belmara
      10228  10231  67  Ezekiel
      10408  0  70  Nexus-King Salhadaar
      10069  8330  3  Ways of the Light
      10405  10406  70  S-A-B-O-T-A-G-E
      10190  0  68  Recharging the Batteries
      10293  0  69  Hitting the Motherlode
      10184  10312  68  Malevolent Remnants
      10290  10293  70  In Search of Farahlite
      10182  0  68  Battle-Mage Dathric
      10384  10385  70  Ethereum Data
      10385  10405  70  Potential for Brain Damage = High
      10598  10599  69  Blast the Infernals!
      10440  0  69  Success!
      10750  10751  70  The Path of Conquest
      9946  0  67  Cho'war the Pillager
      10407  10410  70  Socrethar's Shadow
      9938  0  67  Wanted: Durn the Hungerer
      9600  0  -1  Redemption
      10009  10010  68  Crackin' Some Skulls
      10246  0  68  Attack on Manaforge Coruu
      10245  10299  68  B'naar Console Transcription
      10243  10245  68  Naaru Technology
      10481  10513  70  Enraged Spirits of Air
      10241  10313  68  Distraction at Manaforge B'naar
      9916  0  66  Bleeding Hollow Supply Crates
      9700  0  16  I Shoot Magic Into the Darkness
      9912  0  62  The Cenarion Expedition
      10218  0  66  Someone Else's Hard Work Pays Off
      10445  0  70  The Vials of Eternity
      9870  0  66  The Throne of the Elements
      10655  0  70  Single Mark of Sargeras
      9861  9862  67  The Howling Wind
      9862  0  67  Murkblood Corrupters
      10322  10323  70  Shutting Down Manaforge Duro
      10321  10322  69  Shutting Down Manaforge Coruu
      10315  0  70  Neutralizing the Nethermancers
      9441  0  63  Envoy to the Mag'har
      10634  0  70  Divination: Gorefiend's Armor
      9859  9852  66  Talbuk Mastery
      10654  0  70  More Marks of Sargeras
      10121  10123  61  Eradicate the Burning Legion
      9395  9067  9  Saltheril's Haven
      10110  0  60  Hellfire Fortifications
      9630  9638  70  Medivh's Journal
      10095  0  70  Into the Heart of the Labyrinth
      10323  0  70  Shutting Down Manaforge Ara
      9844  9860  70  A Demonic Presence
      9843  9844  70  Keanna's Log
      10318  0  70  Dealing with the Overmaster
      10317  10318  70  Dealing with the Foreman
      10313  0  68  Measuring Warp Energies
      10299  10321  68  Shutting Down Manaforge B'naar
      5633  5627  -1  Returning Home
      7785  7786  60  Examine the Vessel
      7786  7787  60  Thunderaan the Windseeker
      8475  0  6  The Dead Scar
      10162  0  62  Mission: The Abyssal Shelf
      10484  10485  58  Cursed Talismans
      9856  9852  67  Windroc Mastery
      8654  0  -1  Primestone the Elder
      8865  0  -1  Festive Lunar Pant Suits
      10144  0  62  Disrupt Their Reinforcements
      10242  0  60  Spinebreaker Post
      10230  10250  61  The Battle Horn
      10450  10449  60  Bonechewer Blood
      10129  10162  62  Mission: Gateways Murketh and Shaadraz
      9345  10213  61  Preparing the Salve
      9853  0  67  Gurok the Usurper
      10123  10124  61  Felspark Ravine
      10229  10230  61  Decipher the Tome
      10120  10289  61  Arrival in Outland
      10220  0  61  Make Them Listen
      10208  10129  62  Disrupt Their Reinforcements
      8719  0  -1  Bladesing the Elder
      10106  0  60  Hellfire Fortifications
      8647  0  -1  Bellowrage the Elder
      10087  0  61  Burn It Up... For the Horde!
      10086  10087  61  I Work... For the Horde!
      9819  9821  65  The Tortured Earth
      10538  10835  60  Boiling Blood
      10289  10291  61  Journey to Thrallmar
      10278  10294  61  The Warp Rifts
      10078  0  61  Laying Waste to the Unwanted
      10291  10121  61  Report to Nazgrel
      9558  9417  62  The Longbeards
      10388  10390  61  Return to Thrallmar
      10390  10391  61  Forge Camp: Mageddon
      8864  0  -1  Festive Lunar Dresses
      8863  0  -1  Festival Dumplings
      8326  8327  3  Unfortunate Measures
      8325  0  1  Reclaiming Sunstrider Isle
      8884  8885  7  Fish Heads, Fish Heads...
      8885  0  9  The Ring of Mmmrrrggglll
      5632  5627  -1  Returning Home
      9852  0  68  The Ultimate Bloodsport
      9840  9843  70  Assessing the Situation
      9838  9840  70  The Violet Eye
      9836  9837  70  The Master's Touch
      9832  9836  70  The Second and Third Fragments
      10842  0  65  Vengeful Souls
      5631  0  -1  Returning Home
      10823  0  70  More Sunfury Signets
      10822  0  70  Single Sunfury Signet
      10297  10298  70  The Opening of the Dark Portal
      10296  10297  70  The Black Morass
      10807  10817  70  The Ashtongue Broken
      5630  5627  -1  Returning Home
      8720  0  -1  Skygleam the Elder
      10267  10268  69  Rightful Repossession
      10261  0  68  Wanted: Annihilator Servo!
      8684  0  -1  Dreamseer the Elder
      9848  0  64  Secrets of the Daggerfen
      9761  0  20  Clearing the Way
      9837  9838  70  Return to Khadgar
      10924  0  69  Bloody Imp-ossible!
      10216  0  66  Safety Is Job One
      10199  0  68  That Little Extra Kick
      10701  0  68  Breaking Down Netherock
      9818  9819  65  The Underneath
      10688  10689  70  A Necessary Distraction
      10687  10688  70  Karabor Training Grounds
      10165  0  66  Undercutting the Competition
      10683  10684  70  Tablets of Baa'ri
      9815  0  66  Muck Diving
      10659  0  70  Single Sunfury Signet
      10805  10806  67  Massacre at Gruul's Lair
      10298  0  70  Hero of the Brood
      10098  0  69  Terokk's Legacy
      10097  0  69  Brother Against Brother
      10284  10285  68  Escape from Durnholde
      9494  0  70  Fel Embers
      9810  0  66  The Spirit Polluted
      9805  9810  65  Blessing of Incineratus
      9804  9805  65  Agitated Spirits of Skysong
      9800  9804  65  A Rare Bean
      5629  0  -1  Returning Home
      10692  0  70  Varedis Must Be Stopped
      10248  10249  69  You, Robot
      4921  0  20  Lost in Battle
      3922  0  15  Nugget Slugs
      10886  10888  70  Trial of the Naaru: Tenacity
      10885  10888  70  Trial of the Naaru: Strength
      9136  0  60  Savage Flora
      10882  0  70  Harbinger of Doom
      10443  9372  61  Helping the Cenarion Post
      1085  1071  21  On Guard in Stonetalon
      9575  9607  62  Weaken the Ramparts
      9798  0  5  Blood Elf Plans
      10477  0  68  More Warbeads
      8676  0  -1  Wildmane the Elder
      9424  0  63  Makuru's Vengeance
      10268  10269  69  An Audience with the Prince
      10178  10091  70  Find Spy To'gun
      10633  0  70  Teron Gorefiend - Lore and Legend
      9773  0  61  No More Mushrooms!
      9764  9765  70  Orders from Lady Vashj
      9230  0  60  Ramaladni's Icy Grasp
      1072  0  21  An Old Colleague
      10751  10765  70  Breaching the Path
      10702  0  69  A Grunt's Work...
      8501  0  56  Target: Hive'Ashi Stingers
      10458  10480  70  Enraged Spirits of Fire and Earth
      9495  0  70  The Will of the Warchief
      9888  9889  65  The Impotent Leader
      8784  0  60  Secrets of the Qiraji
      8829  0  56  The Ultimate Deception
      10836  10837  70  Infiltrating Dragonmaw Fortress
      9763  0  70  The Warlord's Hideout
      9757  9591  -1  Seek Huntress Kella Nightbow
      10180  0  69  Can't Stay Away
      10177  10094  70  Trouble at Auchindoun
      10094  10095  70  The Codex of Blood
      9744  0  64  More Tendrils!
      10639  0  70  Teron Gorefiend, I am...
      10866  10870  70  Zuluhed the Whacked
      10625  0  69  Spectrecles
      9200  0  60  Craftsman's Writ - Major Mana Potion
      9831  9832  70  Entry Into Karazhan
      10854  10858  70  The Force of Neltharaku
      9826  9829  70  Contact from Dalaran
      9825  9826  70  Restless Activity
      9743  0  64  Natural Enemies
      9732  9876  63  Return to the Marsh
      10600  0  69  Minions of the Shadow Council
      10599  10600  69  The Deathforge
      10597  10598  69  Setting Up the Bomb
      10596  10597  69  To Legion Hold
      10595  10596  69  Besieged!
      9728  0  64  A Warm Welcome
      9724  9732  64  Warning the Cenarion Circle
      9714  0  65  Bring Me Another Shrubbery!
      10814  10836  70  Neltharaku's Tale
      10811  10814  70  Seek Out Neltharaku
      9208  0  60  The Savage Guard - Arcanum of Protection
      10091  0  70  The Soul Devices
      10327  0  65  Single Mark of Kil'jaeden
      10804  10811  70  Kindness
      6386  0  7  Return to Razor Hill
      1071  0  21  A Gnome's Respite
      9829  9831  70  Khadgar
      9824  9826  70  Arcane Disturbances
      10301  0  69  Unlocking the Compendium
      9709  0  64  Stealing Back the Mushrooms
      9708  9709  63  Familiar Fungi
      9702  9708  64  A Question of Gluttony
      9217  0  16  More Rotting Hearts
      9219  0  18  More Spinal Dust
      9282  9161  16  The Farstrider Enclave
      9151  9220  20  The Sanctum of the Sun
      9207  0  14  Underlight Ore Samples
      9811  9812  21  Friend of the Sin'dorei
      9812  9813  21  Envoy to the Horde
      9813  0  21  Meeting the Warchief
      10372  9491  16  A Discreet Inquiry
      9491  10548  18  Greed
      10548  0  18  The Sad Truth
      9487  9488  16  Arcane Reavers
      9488  0  16  A Simple Robe
      9532  9460  10  Find Keltus Darkleaf
      9460  9618  12  Combining Forces
      9618  0  10  Return the Reports
      10788  9529  -1  Return to Talionia
      9529  9619  -1  The Stone
      9691  9692  -1  Return to Silvermoon
      9349  9361  61  Ravager Egg Roundup
      6365  6384  7  Meats to Orgrimmar
      6384  6385  7  Ride to Orgrimmar
      1070  1085  21  On Guard in Stonetalon
      9690  9686  -1  The Second Trial
      9619  0  -1  The Rune of Summoning
      9686  9691  -1  The Second Trial
      9465  9467  -1  Call of Fire
      9467  9468  -1  Call of Fire
      9461  9555  -1  Call of Fire
      9685  0  -1  Redeeming the Dead
      10393  0  61  Vile Plans
      10167  10168  68  Auchindoun...
      6362  6363  7  Ride to Thunder Bluff
      5229  5230  53  Target: Felstone Field
      9503  9504  -1  Call of Water
      9504  9508  -1  Call of Water
      9508  9509  -1  Call of Water
      9509  0  -1  Call of Water
      10491  9552  -1  Call of Air
      9681  9684  -1  A Study in Power
      9677  9678  -1  Summons from Knight-Lord Bloodvalor
      9554  0  -1  Call of Air
      10119  10288  61  Through the Dark Portal
      10288  10140  61  Arrival in Outland
      10140  10254  61  Journey to Honor Hold
      10254  0  60  Force Commander Danath
      10213  0  61  Investigate the Crash
      10161  9351  61  In Case of Emergency...
      9351  0  61  Voidwalkers Gone Wild
      9291  0  3  Priest Training
      9721  9722  -1  A Summons from Lord Solanar
      9722  9723  -1  The Master's Path
      9723  9725  -1  A Gesture of Commitment
      9725  9735  -1  A Demonstration of Loyalty
      9735  9736  -1  True Masters of the Light
      9736  9737  -1  True Masters of the Light
      9737  0  -1  True Masters of the Light
      10141  10142  61  The Legion Reborn
      10142  10143  61  The Path of Anguish
      10143  10144  61  Expedition Point
      10485  10903  60  Warlord of the Bleeding Hollow
      10903  0  61  Return to Honor Hold
      10909  0  61  Fel Spirits
      9543  9430  63  Atonement
      9355  0  61  A Job for an Intelligent Man
      9430  9545  63  Sha'naar Relics
      9545  0  63  The Seer's Relic
      9426  9427  62  The Pools of Aggonar
      9587  0  62  Dark Tidings
      9398  0  62  Deadly Predators
      10916  0  61  Digging for Prayer Beads
      10884  10888  70  Trial of the Naaru: Mercy
      10411  0  70  Electro-Shock Goodness!
      10396  10397  61  Enemy of my Enemy...
      10004  10009  68  Patience and Understanding
      10422  0  70  Captain Tyralius
      10935  10936  61  The Exorcism of Colonel Jules
      10936  10937  61  Trollbane is Looking for You
      10937  0  62  Drill the Drillmaster
      9675  0  -1  Beast Training
      9673  0  -1  Beast Training
      9636  0  60  The Zapthrottle Mote Extractor!
      9692  9707  23  The Path of the Adept
      9707  9710  23  Forging the Weapon
      9710  0  23  The Blood-Tempered Ranseur
      10590  10592  52  Prove Your Hatred
      10592  10593  52  Wisdom of the Banshee Queen
      4483  0  55  Libram of Resilience
      5150  0  55  Dadanga is Hungry!
      10593  0  52  Ancient Evil
      9484  9486  -1  Taming the Beast
      9486  9485  -1  Taming the Beast
      4144  0  53  Bloodpetal Sprouts
      1  0  80  Kanrethad's Quest
      9485  9673  -1  Taming the Beast
      9591  9592  -1  Taming the Beast
      9592  9593  -1  Taming the Beast
      9593  9675  -1  Taming the Beast
      9635  0  60  The Zapthrottle Mote Extractor!
      9595  0  11  Control
      10835  10864  61  Apothecary Antonivich
      10864  10838  61  A Burden of Souls
      10838  10875  61  The Demoniac Scryer
      10875  10876  61  Report to Nazgrel
      5647  0  -1  A Lack of Fear
      8328  10068  3  Mage Training
      8344  0  -1  Windows to the Source
      8563  0  3  Warlock Training
      9288  0  3  Hunter Training
      9392  0  3  Rogue Training
      9393  10070  3  Hunter Training
      9402  9403  10  Fetch!
      9403  9404  10  The Purest Water
      9404  0  10  Recently Living
      9455  9456  7  Strange Findings
      9456  0  8  Nightstalker Clean Up, Isle 2...
      9500  9501  -1  Call of Water
      10451  0  70  Escape from Coilskar Cistern
      9515  0  10  Warlord Sriss'tiz
      9527  0  10  All That Remains
      9890  0  65  Success!
      9538  9539  8  Learning the Language
      9540  9541  10  Totem of Tikti
      9541  9542  10  Totem of Yor
      9542  9544  10  Totem of Vark
      10400  0  63  Overlord
      9548  0  17  Pilfered Equipment
      9549  0  17  Artifacts of the Blacksilt
      9550  0  16  A Map to Where?
      9551  9552  -1  Call of Air
      9557  0  16  Deciphering the Book
      1056  0  18  Journey to Stonetalon Peak
      9560  0  10  Beasts of the Apocalypse!
      9561  0  16  Nolkai's Words
      9562  0  10  Murlocs... Why Here? Why Now?
      9564  0  11  Gurf's Dignity
      9565  9566  10  Search Stillpine Hold
      9567  0  14  Know Thine Enemy
      9569  0  18  Containing the Threat
      10892  7652  50  Imperial Plate Armor
      8464  8469  58  [DEPRECATED]Winterfall Activity
      10212  0  68  Hero of the Mag'har
      991  0  21  Finding Teronis
      9574  0  14  Victims of Corruption
      9576  0  12  Cruelfin's Necklace
      9578  9579  18  Searching for Galaen
      9579  0  18  Galaen's Fate
      9580  0  16  The Bear Necessities
      9581  9620  11  Learning from the Crystals
      9582  10350  10  Strength of One
      9584  9585  14  The Second Sample
      9585  0  18  The Final Sample
      9586  0  5  Help Tavara
      9594  0  14  Signs of the Legion
      9598  9600  -1  Redemption
      10175  10212  68  Thrall, Son of Durotan
      9602  0  9  Deliver Them From Evil...
      9603  9604  7  Beds, Bandages, and Beyond
      9604  9605  7  On the Wings of a Hippogryph
      9605  9606  7  Hippogryph Master Stephanos
      9606  0  7  Return to Caregiver Chellan
      9612  0  8  A Hearty Thanks!
      9616  0  7  Bandits!
      9620  9628  14  The Missing Survey Team
      9622  0  11  Warn Your People
      9623  9625  11  Coming of Age
      9624  0  12  A Favorite Treat
      9625  0  11  Elekks Are Serious Business
      9628  9584  14  Salvaging the Data
      9629  9574  13  Catch and Release
      9632  9633  15  Newfound Allies
      9633  0  15  The Way to Auberdine
      9634  0  11  Alien Predators
      9601  10590  52  To The Bulwark
      9617  9484  -1  Seek the Farstriders
      9555  0  -1  Call of Fire
      9641  0  15  Irradiated Crystal Shards
      9642  0  15  More Irradiated Crystal Shards
      9643  0  15  Constrictor Vines
      9646  0  17  WANTED: Deathclaw
      9647  0  16  Culling the Flutterers
      9648  0  14  Mac'Aree Mushroom Menagerie
      10114  0  65  The Nesingwary Safari
      9663  9666  12  The Kessel Run
      9666  9668  13  Declaration of Power
      9667  0  13  Saving Princess Stillpine
      9668  0  13  Report to Exarch Admetius
      9669  0  19  The Missing Expedition
      10113  0  65  The Nesingwary Safari
      9671  0  18  Urgent Delivery
      10081  10082  68  To Meet Mother Kashur
      10082  10085  68  The Agitated Ancestors
      9676  10069  3  Paladin Training
      9682  9683  18  The Hopeless Ones...
      9683  0  19  Ending the Bloodcurse
      9687  0  18  Restoring Sanctity
      9688  0  19  Into the Dream
      9689  0  21  Razormaw
      9693  9694  15  What Argus Means to Me
      9694  0  15  Blood Watch
      9696  9698  16  Translations...
      9697  9701  63  Watcher Leesa'oh
      10044  0  68  A Visit With the Greatmother
      9699  9700  16  Truth or Fiction
      9991  9999  68  Survey the Land
      9701  9702  63  Observing the Sporelings
      9552  9553  -1  Call of Air
      9553  9554  -1  Call of Air
      9973  0  67  The Ring of Blood: The Warmaul Champion
      9962  0  67  The Ring of Blood: Brokentoe
      9534  0  21  Destroy the Legion
      9531  9537  9  Tree's Company
      9711  0  18  Matis the Cruel
      9530  9531  9  I've Got a Plant
      9715  9714  65  Bring Me A Shrubbery!
      9716  9718  63  Disturbance at Umbrafen Lake
      9718  9720  63  As the Crow Flies
      9720  0  64  Balance Must Be Preserved
      9726  9727  64  Now That We're Friends...
      9727  0  64  Now That We're Still Friends...
      9523  0  8  Precious and Fragile Things Need Special Handling
      9730  0  64  Leader of the Darkcrest
      9731  9724  63  Drain Schematics
      9738  0  65  Lost in Action
      9739  0  63  The Sporelings' Plight
      9740  0  18  The Sun Gate
      9933  0  66  Message to Telaar
      9742  0  63  More Spore Sacs
      9513  0  8  Reclaiming the Ruins
      10555  10556  66  Malaise
      9924  9954  66  Corki's Gone Missing Again!
      9747  9788  62  The Umbrafen Tribe
      9748  9746  18  Don't Drink the Water
      9752  0  63  Escape from Umbrafen
      9753  9756  20  What We Know...
      9756  9760  20  What We Don't Know...
      9759  0  20  Ending Their World
      9874  0  67  Stopping the Spread
      9871  9873  67  Murkblood Invaders
      9762  0  20  The Unwritten Prophecy
      9769  0  62  There's No Explanation for Fashion
      9770  9898  62  Menacing Marshfangs
      9771  9772  62  Searching for Scout Jyoba
      9772  0  62  Jyoba's Report
      9774  9771  62  Thick Hydra Scales
      9775  0  62  Report to Shadow Hunter Denjai
      9776  0  64  The Orebor Harborage
      9777  0  62  Fulgor Spores
      9778  9728  64  Warden Hamoot
      9779  9696  16  Intercepting the Message
      9780  0  62  Umbrafen Eel Filets
      9781  9790  62  Too Many Mouths to Feed
      9782  9783  62  The Dead Mire
      9783  0  62  An Unnatural Drought
      9784  0  64  Identify Plant Parts
      9785  0  64  Blessings of the Ancients
      9786  9787  62  The Boha'mu Ruins
      9787  9801  62  Idols of the Feralfen
      9788  0  62  A Damp, Dark Place
      9789  9850  66  Clefthoof Mastery
      9790  0  62  Diaphanous Wings
      9791  9780  62  Menacing Marshfangs
      9792  0  64  A Message to Telaar
      9793  0  62  The Fate of Tuurem
      9794  0  65  No Time for Curiosity
      9795  0  65  The Ogre Threat
      9796  0  62  News from Zangarmarsh
      9797  0  64  Reinforcements for Garadar
      9801  9803  62  Gathering the Reagents
      9802  0  63  Plants of Zangarmarsh
      9803  0  62  Messenger to the Feralfen
      9807  0  64  More Fertile Spores
      9808  9809  64  Glowcap Mushrooms
      9809  0  64  More Glowcaps
      9814  9816  64  Burstcap Mushrooms, Mon!
      9816  0  64  Have You Ever Seen One of These?
      9817  0  63  Leader of the Bloodscale
      9820  9822  64  WANTED: Boss Grog'ak
      9821  9849  66  Eating Damnation
      9822  9823  64  Impending Attack
      9823  0  64  Us or Them
      9827  10355  62  Withered Basidium
      9828  0  62  Withered Basidium
      9830  0  64  Stinger Venom
      9833  0  64  Lines of Communication
      9834  9905  64  Natural Armor
      9835  9839  64  Ango'rosh Encroachment
      9839  0  64  Overlord Gorefist
      9841  9842  64  Stinging the Stingers
      9842  0  64  The Sharpest Blades
      9845  9903  64  Angling to Beat the Competition
      9846  9847  62  Spirits of the Feralfen
      9847  0  64  A Spirit Ally?
      9505  0  8  The Prophecy of Velen
      9506  9530  7  A Small Start
      9849  9853  67  Shattering the Veil
      9850  9851  67  Clefthoof Mastery
      9851  9852  67  Clefthoof Mastery
      9854  9855  65  Windroc Mastery
      9855  9856  67  Windroc Mastery
      9857  9858  65  Talbuk Mastery
      9858  9859  66  Talbuk Mastery
      9863  0  66  Vile Idolatry
      9864  9865  67  The Missing War Party
      9865  9866  67  Once Were Warriors
      9866  0  67  He Will Walk The Earth...
      9867  0  67  Murkblood Leaders...
      9868  10044  67  The Totem of Kar'dash
      9869  0  66  The Throne of the Elements
      9760  9761  20  Vindicator's Rest
      9872  0  67  Murkblood Invaders
      9873  0  67  Ortor My Old Friend...
      9746  9740  18  Limits of Physical Exhaustion
      9875  0  63  Uncatalogued Species
      9876  9738  65  Failed Incursion
      9878  0  67  Solving the Problem
      9879  0  67  The Totem of Kar'dash
      9882  0  66  Stealing from Thieves
      9883  0  66  More Crystal Fragments
      9891  9906  65  Because Kilrath is a Coward
      9892  0  67  More Obsidian Warbeads
      9893  0  67  Obsidian Warbeads
      9894  0  62  Safeguarding the Watchers
      9895  0  62  The Dying Balance
      9896  0  62  Blacksting's Bane
      9897  0  65  I'm Saved!
      9898  0  62  Nothin' Says Lovin' Like a Big Stinger
      9899  0  62  A Job Undone
      9900  0  67  Gava'xi
      9901  0  62  Unfinished Business
      9902  0  64  The Terror of Marshlight Lake
      9903  0  64  The Biggest of Them All
      9905  0  64  Maktu's Revenge
      9906  9907  65  Message in a Battle
      9907  10107  66  An Audacious Advance
      9910  9916  65  Standards and Practices
      9911  0  64  The Count of the Marshes
      9913  0  66  The Consortium Needs You!
      9914  0  66  A Head Full of Ivory
      9915  0  66  More Heads Full of Ivory
      9917  9918  65  Do My Eyes Deceive Me
      9919  0  64  Sporeggar
      9741  0  18  Critters of the Void
      9921  9922  65  The Ruins of Burning Blade
      9922  10108  66  The Twin Clefts of Nagrand
      9706  0  18  Galaen's Journal - The Fate of Vindicator Saruan
      9703  0  17  The Cryo-Core
      9925  0  66  Matters of Security
      9927  0  66  Ruthless Cunning
      9928  0  66  Armaments for Deception
      9931  0  66  Returning the Favor
      9932  0  66  Body of Evidence
      9934  10044  66  Message to Garadar
      9935  9937  66  Wanted: Giselda the Crone
      9936  9938  66  Wanted: Giselda the Crone
      9939  9937  66  Wanted: Zorbo the Advisor
      9940  9938  66  Wanted: Zorbo the Advisor
      9944  9945  67  Missing Mag'hari Procession
      9945  9946  67  War on the Warmaul
      9948  0  67  Finding the Survivors
      9955  0  67  Cho'war the Pillager
      9956  0  67  The Ravaged Caravan
      9957  9968  63  What's Wrong at Cenarion Thicket?
      9698  9699  16  Audience with the Prophet
      9967  0  67  The Ring of Blood: The Blue Brothers
      9970  0  67  The Ring of Blood: Rokdar the Sundered Lord
      9972  0  67  The Ring of Blood: Skra'gath
      9674  9682  18  The Bloodcursed Naga
      9977  0  68  The Ring of Blood: The Final Challenge
      9983  9991  68  He Called Himself Altruis...
      9672  9674  18  The Bloodcurse Legacy
      9999  10001  68  Buying Time
      10001  10004  68  The Master Planner
      9544  0  10  The Prophecy of Akida
      10063  0  17  Explorers' League, Is That Something for Gnomes?
      10064  0  18  Talk to the Hand
      10065  0  17  Cutting a Path
      10066  0  18  Oh, the Tangled Webs They Weave
      10067  0  19  Fouled Water Spirits
      10074  0  67  Oshu'gun Crystal Powder
      10076  0  67  Oshu'gun Crystal Powder
      10397  0  61  Invasion Point: Annihilator
      10394  10396  61  Disruption - Forge Camp: Mageddon
      10085  10101  68  A Visit With The Ancestors
      10096  0  62  Saving the Sporeloks
      10101  10102  68  When Spirits Speak
      10102  0  68  A Secret Revealed
      10103  0  61  Report to Zurai
      10104  0  62  Concerns About Tuurem
      10105  0  62  News for Rakoria
      10108  9927  66  Diplomatic Measures
      10109  10111  66  I Must Have Them!
      10111  0  66  Bring Me The Egg!
      10382  10394  61  Go to the Front
      10115  0  64  Daggerfen Deviance
      10116  0  64  Wanted: Chieftain Mummaki
      10117  0  64  Wanted: Chieftain Mummaki
      10118  0  64  Message to the Daggerfen
      10168  10170  68  What the Soul Sees
      10170  10171  68  Return to the Greatmother
      10171  10172  68  The Inconsolable Chieftain
      10172  10175  68  There Is No Hope
      10672  10673  69  Frankly, It Makes No Sense...
      10251  10252  67  The Master's Grand Design?
      10286  10287  62  Arelion's Secret
      10287  9472  62  The Mistress Revealed
      10350  0  10  Behomat
      10355  0  62  Withered Flesh
      10366  9598  -1  Jol
      10428  9527  10  The Missing Fisherman
      10476  0  67  Fierce Enemies
      10479  0  67  Proving Your Strength
      10640  0  70  Altruis
      10641  0  70  Against the Legion
      10646  0  70  Illidan's Pupil
      10668  0  70  Against the Illidari
      10669  0  70  Against All Odds
      10897  0  70  Master of Potions
      10905  10897  70  Master of Potions
      9448  0  38  [DEPRECATED]Mercy for the Cursed
      10259  0  60  Into the Breach
      3923  3924  18  [DEPRECATED] Rilli Greasygob
      3924  0  19  [DEPRICATED] Samophlange Manual
      10809  0  60  Wanted: Worg Master Kruush
      10033  10035  65  Wanted: Bonelashers Dead!
      10035  0  65  Torgos!
      10012  0  64  Fel Orc Plans
      10013  0  64  An Unseen Hand
      10648  0  70  Wanted: Uvuros, Scourge of Shadowmoon
      9466  0  63  Wanted: Blacktalon the Savage
      10314  10319  69  A Lingering Suspicion
      9941  9943  63  Tracking Down the Culprits
      10319  10320  69  Capturing the Phylactery
      10320  0  69  Destroy Naberius!
      9943  0  64  Return to Thander
      9949  0  64  A Bird's-Eye View
      10048  0  64  A Handful of Magic Dust
      9942  9947  63  Tracking Down the Culprits
      9947  0  64  Return to Rokag
      25152  25126  1  Your Place In The World
      10049  0  64  A Handful of Magic Dust
      10690  0  66  The Den Mother
      10489  0  66  Felling an Ancient Tree
      10821  10910  68  You're Fired!
      10820  10821  68  Deceive thy Enemy
      10910  10904  68  Death's Door
      10904  10911  68  Harvesting the Fel Ammunition
      9464  9465  -1  Call of Fire
      10911  10912  68  Fire At Will!
      10819  10820  68  Felsworn Gas Mask
      10169  0  65  Losing Gracefully
      10059  0  61  Dealing With Zeth'Gor
      9930  9941  63  The Missing Merchant
      9929  9942  63  The Missing Merchant
      9476  9475  46  In Pursuit of Featherbeard
      10157  0  62  Dispatching the Commander
      10156  0  61  Under Whose Orders?
      10160  10482  61  Know your Enemy
      9128  0  60  The Elemental Equation
      9521  0  25  Report from the Northern Front
      9528  0  10  A Cry For Help
      900  901  14  Samophlange
      894  900  14  Samophlange
      886  870  10  The Barrens Oases
      887  890  16  Southsea Freebooters
      9290  0  3  Mage Training
      9025  9026  -1  Morgan's Discovery
      8980  8982  -1  Zinge's Assessment
      8730  8742  60  Nefarius's Corruption
      8728  8729  60  The Good News and The Bad News
      12733  12706  55  Death's Challenge
      877  880  16  The Stagnant Oasis
      870  877  13  The Forgotten Pools
      9026  9027  -1  Tracing the Source
      8729  8742  60  The Wrath of Neptulon
      10824  0  70  Sunfury Signets
      10826  0  70  Marks of Sargeras
      10414  0  70  Single Firewing Signet
      9453  0  6  Find Acteon!
      9462  9464  -1  Call of Fire
      9981  0  65  Rescue Dugar!
      10769  0  70  Dissension Amongst the Ranks...
      9437  0  37  Twilight of the Dawn Runner
      10720  10721  67  The Smallest Creatures
      9987  0  64  Stymying the Arakkoa
      10502  10504  66  The Bloodmaul Ogres
      10503  10505  66  The Bladespire Threat
      10504  0  66  The Bladespire Ogres
      10505  0  66  The Bloodmaul Ogres
      8461  6221  55  [DEPRECATED]Deadwood of the North
      9997  0  64  Attack on Firewing Point
      10000  0  63  An Unwelcome Presence
      10003  0  64  The Firewing Liaison
      10008  0  64  What Happens in Terokkar Stays in Terokkar
      10784  0  67  Crush the Bloodmaul Camp
      10786  0  68  Slaughter at Boulder'mok
      9516  0  21  Destroy the Legion
      9518  0  21  Agents of Destruction
      10543  10544  67  Grimnok and Korgaah, I Am For You!
      9522  0  22  Never Again!
      9526  0  21  Reclaiming Felfire Hill
      10806  0  70  Showdown
      10043  0  65  Kill the Shadow Council!
      9536  0  22  Never Again!
      10817  0  70  The Great Retribution
      10562  10563  69  Besieged!
      10564  10573  69  Blast the Infernals!
      10347  0  62  Return to the Abyssal Shelf
      10369  0  62  Arzeth's Demise
      10637  10640  70  A Necessary Distraction
      10673  0  70  Felspine the Greater
      10404  0  70  Against the Legion
      9385  0  63  Rampaging Ravagers
      10409  0  70  Deathblow to the Legion
      10455  10456  66  The Encroaching Wilderness
      10723  10724  68  Gorgrom the Dragon-Eater
      10486  10487  66  The Encroaching Wilderness
      10742  0  70  Showdown
      9470  0  46  A Gesture of Goodwill
      9471  0  44  Preying on the Predators
      9472  0  62  Arelion's Mistress
      10759  10777  69  Find the Deserter
      10506  0  66  A Dire Situation
      10512  0  66  Getting the Bladespire Tanked
      10006  0  63  Letting Earthbinder Tavgren Know
      10525  10526  66  Vision Guide
      10783  10715  67  Baron Sablemane
      10544  0  66  A Curse Upon Both of Your Clans!
      10545  10543  66  Bladespire Kegger
      10039  10041  64  Speak with Scout Neftis
      10552  0  65  Allegiance to the Scryers
      10041  10043  65  Who Are They?
      10553  0  65  Voren'thal the Seer
      10554  0  65  Ishanah
      10557  10710  64  Test Flight: The Zephyrium Capacitorium
      10818  10805  67  Baron Sablemane Has Requested Your Presence
      10051  0  64  Escape from Firewing Point!
      10052  0  64  Escape from Firewing Point!
      10581  0  67  Follow the Breadcrumbs
      9329  9758  10  The Forsaken
      9344  0  61  A Hasty Departure
      10368  10369  62  The Dreghood Elders
      9609  1396  37  [DEPRECATED]Help Watcher Biggs
      9512  0  7  Cookie's Jumbo Gumbo
      10403  10367  62  Naladu
      9638  9639  70  In Good Hands
      9639  9640  70  Kamsis
      9918  9920  65  Not On My Watch!
      10447  0  65  The Final Code
      10448  0  64  Report to Stonebreaker Camp
      9209  0  60  The Savage Guard - Arcanum of Rapidity
      7382  0  60  Korrak the Everliving
      10201  0  65  And Now, the Moment of Truth
      10457  10506  66  Protecting Our Own
      9953  9959  65  Lookout Nodak
      10211  0  65  City of Light
      9961  9968  63  What's Wrong at Cenarion Thicket?
      9976  9981  65  Primal Magic
      10488  0  66  Protecting Our Own
      9978  9979  63  By Any Means Necessary
      9979  10112  63  Wind Trader Lathrai
      9469  9476  46  Featherbeard's Endorsement
      9608  0  63  Heart of Rage
      9959  9964  65  Scouting the Defenses
      10756  10757  70  Grand Master Rohok
      10757  10758  70  Rohok's Request
      9990  0  64  Investigate Tuurem
      9993  10201  63  Olemba Seed Oil
      9995  0  64  What Are These Things?
      10763  10764  70  Dumphry's Request
      10253  0  67  Levixus the Soul Caller
      10510  0  66  Into the Draenethyst Mine
      10511  0  66  Strange Brew
      10516  0  66  The Trappings of a Vindicator
      10524  10525  66  Thunderlord Clan Artifacts
      10526  0  67  The Thunderspike
      10015  10447  64  The Firewing Point Project
      10017  0  64  Strained Supplies
      10785  10723  67  It's a Trap!
      10020  0  64  A Cure for Zahlia
      10021  0  64  Restoring the Light
      10024  0  65  Voren'thal's Visions
      10280  10704  70  Special Delivery to Shattrath City
      9517  0  21  A Shameful Waste
      10542  10545  66  They Stole Me Hookah and Me Brews!
      9520  9522  21  Diabolical Plans
      9235  0  60  Icebane Bracers
      9535  9536  21  Diabolical Plans
      9572  9608  62  Weaken the Ramparts
      10351  0  63  Natural Remedies
      10367  10368  62  A Traitor Among Us
      10112  9990  64  A Personal Favor
      10626  0  69  Capture the Weapons
      9610  0  43  [DEPRECATED]Pool of Tears
      9374  10286  62  Arelion's Journal
      10918  0  65  More Feathers
      10919  0  61  Fei Fei's Treat
      10416  0  70  Synthesis of Power
      10420  0  70  A Cleansing Light
      9397  0  62  Birds of a Feather
      9418  0  63  Avruu's Orb
      10196  0  65  More Arakkoa Feathers
      9431  9433  28  A Different Approach
      10456  10457  66  Marauding Wolves
      9435  0  29  [DEPRECATED] Missing Crystals
      10715  10749  67  Into the Churning Gulch
      9436  9457  26  Bloodscalp Insight
      9439  0  40  Unclaimed Baggage
      10721  10785  67  A Boaring Time for Grulloc
      9442  9447  63  A Debilitating Sickness
      9444  0  58  Defiling Uther's Tomb
      9447  0  63  Administering the Salve
      10731  0  70  Path of the Violet Assassin
      9968  9978  63  Strange Energy
      9457  0  26  An Unusual Patron
      9974  9976  65  The Final Reagents
      10487  10488  66  Dust from the Drakes
      10749  10720  67  Baron Sablemane's Poison
      10758  0  70  Hotter than Hell
      9387  0  63  Source of the Corruption
      9964  9966  65  Seeking Help from the Source
      9966  9974  65  A Show of Good Faith
      10060  0  61  Impending Doom
      10406  10408  70  Delivering the Message
      5149  0  55  Pamela's Doll
      10210  0  65  A'dal
      10708  0  70  Akama's Promise
      10831  0  70  Becoming a Mooncloth Tailor
      10832  0  70  Becoming a Spellfire Tailor
      10624  0  69  A Haunted History
      10551  0  65  Allegiance to the Aldor
      10704  10882  70  How to Break Into the Arcatraz
      10410  10409  70  Ishanah's Help
      10325  0  65  Marks of Kil'jaeden
      10902  0  70  Master of Elixirs
      10906  10902  70  Master of Elixirs
      10326  0  65  More Marks of Kil'jaeden
      10019  0  64  More Venom Sacs
      10037  0  64  Rather Be Fishin'
      10530  9484  -1  The Hunter's Path
      10537  0  70  Lohn'goron, Bow of the Torn-heart
      10660  0  69  What Strange Creatures...
      9407  10120  61  Through the Dark Portal
      10146  10340  62  Mission: The Murketh and Shaadraz Gateways
      10010  10011  68  It's Just That Easy?
      9937  0  67  Wanted: Durn the Hungerer
      10876  0  63  The Foot of the Citadel
      10877  10923  66  The Dread Relic
      10752  0  20  Onward to Ashenvale
      10753  0  67  Culling the Wild
      10790  1501  -1  Return to Gan'rul Bloodeye
      10792  0  61  Zeth'Gor Must Burn!
      12181  12182  72  Give it a Name
      12636  12641  55  The Eye Of Acherus
      8362  0  56  Abyssal Crests
      8798  0  60  A Yeti of Your Own
      8862  0  -1  Elune's Candle
      9142  0  60  Craftsman's Writ
      9338  0  56  Allegiance to Cenarion Circle
      9373  0  61  Missing Missive
      5640  0  -1  Desperate Prayer
      7668  0  60  The Darkreaver Menace
      8800  0  56  Cenarion Battlegear
      8827  0  -1  Winter's Presents
      8878  0  -1  Festive Recipes
      8879  0  -1  Large Rockets
      8880  0  -1  Cluster Rockets
      8828  0  -1  Winter's Presents
      8846  0  19  Five Signets for War Supplies
      8866  0  -1  Bronzebeard the Elder
      8877  0  -1  Firework Launcher
      8874  8867  -1  The Lunar Festival
      8876  0  -1  Small Rockets
      10863  10847  63  Secrets of the Arakkoa
      10865  0  68  Inform Leoroxx!
      9032  8961  60  Bodley's Unfortunate Fate
      9259  0  -1  Traitor to the Bloodsail
      10493  8923  60  An Earnest Proposition
      9242  0  60  Polar Gloves
      10492  8922  60  An Earnest Proposition
      8904  8979  -1  Dangerous Love
      9266  0  -1  Making Amends
      9267  0  -1  Mending Old Wounds
      9213  0  60  The Shadow Guard
      9249  0  -1  40 Tickets - Schematic: Steam Tonk Controller
      9165  0  60  Writ of Safe Passage
      9280  9409  1  Replenishing the Healing Crystals
      9366  9370  62  In Need of Felblood
      9499  9340  62  Falcon Watch
      9524  0  70  Imprisoned in the Citadel
      10789  1473  -1  Return to Carendin Halgar
      10794  2460  24  Rogues of the Shattered Hand
      10795  0  67  A Date with Dorgok
      9342  0  61  Marauding Crust Bursters
      9381  0  63  Trueflight Arrows
      9390  9423  62  In Search of Sedai
      9370  0  62  The Cleansing Must Be Stopped
      9998  0  63  Unruly Neighbors
      10016  10022  64  Timber Worg Tails
      10022  0  64  The Elusive Ironjaw
      10026  0  64  Magical Disturbances
      10005  0  63  Letting Earthbinder Tavgren Know
      10444  0  64  Report to the Allerian Post
      620  0  42  The Monogrammed Sash
      5678  0  -1  Arcane Feedback
      8193  0  -1  Master Angler
      8194  0  -1  Apprentice Angler
      8221  0  -1  Rare Fish - Keefer's Angelfish
      8222  8223  -1  Glowing Scorpid Blood
      8223  0  -1  More Glowing Scorpid Blood
      8224  0  -1  Rare Fish - Dezian Queenfish
      8225  0  -1  Rare Fish - Brownell's Blue Striped Racer
      8547  0  1  Welcome!
      8619  0  -1  Morndeep the Elder
      8635  0  -1  Splitrock the Elder
      8636  0  -1  Rumblerock the Elder
      8642  0  -1  Silvervein the Elder
      8643  0  -1  Highpeak the Elder
      8644  0  -1  Stonefort the Elder
      8645  0  -1  Obsidian the Elder
      8646  0  -1  Hammershout the Elder
      8649  0  -1  Stormbrow the Elder
      8650  0  -1  Snowcrown the Elder
      8651  0  -1  Ironband the Elder
      8652  0  -1  Graveborn the Elder
      8653  0  -1  Goldwell the Elder
      8670  0  -1  Runetotem the Elder
      8671  0  -1  Ragetotem the Elder
      8672  0  -1  Stonespire the Elder
      8673  0  -1  Bloodhoof the Elder
      8674  0  -1  Winterhoof the Elder
      8675  0  -1  Skychaser the Elder
      8678  0  -1  Wheathoof the Elder
      8679  0  -1  Grimtotem the Elder
      8680  0  -1  Windtotem the Elder
      8681  0  -1  Thunderhorn the Elder
      8682  0  -1  Skyseer the Elder
      8683  0  -1  Dawnstrider the Elder
      8685  0  -1  Mistwalker the Elder
      8686  0  -1  High Mountain the Elder
      8688  0  -1  Windrun the Elder
      8713  0  -1  Starsong the Elder
      8714  0  -1  Moonstrike the Elder
      8716  0  -1  Starglade the Elder
      8717  0  -1  Moonwarden the Elder
      8718  0  -1  Bladeswift the Elder
      8721  0  -1  Starweave the Elder
      8722  0  -1  Meadowrun the Elder
      8723  0  -1  Nightwind the Elder
      8724  0  -1  Morningdew the Elder
      8725  0  -1  Riversong the Elder
      8726  0  -1  Brightspear the Elder
      8727  0  -1  Farwhisper the Elder
      8881  0  -1  Large Cluster Rockets
      8882  0  -1  Cluster Launcher
      9268  0  -1  War at Sea
      9287  0  3  Paladin Training
      9289  0  3  Warrior Training
      9372  10255  63  Demonic Contamination
      9375  9376  63  The Road to Falcon Watch
      9376  0  63  A Pilgrim's Plight
      9396  0  62  Magic of the Arakkoa
      9399  0  63  Cruel Taskmasters
      9417  0  63  The Arakkoa Threat
      9420  0  62  The Finest Down
      9423  0  62  Return to Obadei
      9427  0  62  Cleansing the Waters
      9428  0  20  Report to Splintertree Post
      9429  0  20  Travel to Darkshire
      9432  0  20  Travel to Astranaar
      9443  9444  58  The So-Called Mark of the Lightbringer
      9446  0  58  Tomb of the Lightbringer
      9474  9446  58  The Mark of the Lightbringer
      9492  0  70  Turning the Tide
      9493  0  70  Pride of the Fel Horde
      9498  9340  62  Falcon Watch
      9525  0  70  Imprisoned in the Citadel
      9533  0  21  A Helping Hand
      9563  9420  62  Gaining Mirren's Trust
      9589  0  63  The Blood is Life
      9590  0  63  The Blood is Life
      9607  0  63  Heart of Rage
      9637  9644  70  Kalynna's Request
      9729  0  65  Fhwoor Smash!
      9860  0  70  The New Directive
      9889  9890  65  Don't Kill the Fat One
      9951  0  64  It's Watching You!
      9952  9958  65  Prospector Balmoral
      9958  9963  65  Scouting the Defenses
      9960  9968  63  What's Wrong at Cenarion Thicket?
      9969  9975  65  The Final Reagents
      9971  9978  63  Clues in the Thicket
      9975  9980  65  Primal Magic
      9980  0  65  Rescue Deirom!
      9986  0  64  Stymying the Arakkoa
      9988  0  65  A Dandy's Best Friend
      9992  0  63  Olemba Seeds
      9994  0  64  What Are These Things?
      9996  0  64  Attack on Firewing Point
      9670  0  19  They're Alive! Maybe...
      10007  0  64  Thinning the Ranks
      10014  10446  64  The Firewing Point Project
      10027  0  64  Magical Disturbances
      10028  0  63  Vessels of Power
      9571  0  10  The Kurken's Hide
      9573  0  11  Chieftain Oomooroo
      9566  0  10  Blood Crystals
      9570  9571  12  The Kurken is Lurkin'
      10036  0  65  Torgos!
      10038  10040  64  Speak with Private Weeks
      10040  10042  65  Who Are They?
      10042  0  65  Kill the Shadow Council!
      10047  10093  61  The Path of Glory
      10050  10057  61  Unyielding Souls
      10055  10078  61  Waste Not, Want Not
      10057  0  61  Looking to the Leadership
      10079  10099  61  When This Mine's a-Rockin'
      10088  0  61  When This Mine's a-Rockin'
      10093  0  63  The Temple of Telhamat
      10099  0  61  The Mastermind
      10100  0  61  The Mastermind
      10132  0  63  Colossal Menace
      10159  0  63  Keep Thornfang Hill Clear!
      10480  10481  70  Enraged Spirits of Water
      10164  0  67  Everything Will Be Alright
      10173  10300  68  The Archmage's Staff
      10174  10188  68  Curse of the Violet Tower
      10176  0  68  Ar'kelos the Guardian
      10183  10186  68  Off To Area 52
      10185  0  68  A Fate Worse Than Death
      10186  0  68  You're Hired!
      10188  10192  69  The Sigil of Krasus
      10189  10193  68  Manaforge B'naar
      10191  0  68  Mark V is Alive!
      10192  10301  69  Krasus's Compendium
      10193  10329  68  High Value Targets
      10194  10652  68  Stealth Flight
      10197  10198  68  A Convincing Disguise
      10198  10330  68  Information Gathering
      10200  10338  68  Return to Thalodien
      10204  0  68  Bloodgem Crystals
      10205  10266  69  Warp-Raider Nesaad
      10206  0  68  Pick Your Part
      10209  10176  69  Summoner Kanthin's Prize
      10221  0  68  Dr. Boom!
      10222  10223  69  The Sunfury Garrison
      10223  0  69  Down With Daellis
      10225  10224  68  Report to Engineering
      10235  10237  69  Declawing Doomclaw
      10236  10238  61  Outland Sucks!
      10237  10247  69  Warn Area 52!
      10238  10629  61  How to Serve Goblins
      10240  0  69  Building a Perimeter
      10247  10248  69  Doctor Vomisa, Ph.T.
      10249  0  69  Back to the Chief!
      10250  10258  61  Bloody Vengeance
      10255  0  63  Testing the Antidote
      10258  0  61  Honor the Fallen
      10262  10308  68  A Heap of Ethereals
      10263  10265  68  Assisting the Consortium
      10264  10265  68  Assisting the Consortium
      10265  10262  69  Consortium Crystal Collection
      10266  10267  69  Request for Assistance
      10271  10281  70  Getting Down to Business
      10272  10273  70  A Promising Start
      10273  10274  70  Troublesome Distractions
      10274  0  70  Securing the Celestial Ridge
      10277  0  68  The Caverns of Time
      10279  10277  66  To The Master's Lair
      10281  10272  70  Formal Introductions
      10282  10283  68  Old Hillsbrad
      10283  10284  68  Taretha's Diversion
      10285  0  68  Return to Andormu
      10292  10293  69  More Power!
      10294  10295  61  Void Ridge
      10295  0  63  From the Abyss
      10300  10174  69  Rebuilding the Staff
      10311  10310  70  Drijya Needs Your Help
      10329  10194  68  Shutting Down Manaforge B'naar
      10330  10200  69  Shutting Down Manaforge Coruu
      10333  10234  69  Help Mama Wheeler
      10338  10365  70  Shutting Down Manaforge Duro
      10340  10344  60  Shatter Point
      10344  0  60  Wing Commander Gryphongar
      10858  10866  70  Karynaku
      10837  10854  70  To Netherwing Ledge!
      10346  0  62  Return to the Abyssal Shelf
      10349  0  63  The Earthbinder
      10353  0  70  Arconus the Insatiable
      8859  0  60  Secrets of the Colossus - Zora
      3911  0  54  The Last Element
      8858  0  60  Secrets of the Colossus - Regal
      10439  0  70  Dimensius the All-Devouring
      10442  9372  61  Helping the Cenarion Post
      10446  10005  65  The Final Code
      10482  10483  58  Fel Orc Scavengers
      10483  0  58  Ill Omens
      10517  10518  67  Gorr'Dim, Your Time Has Come...
      10518  0  67  Planting the Banner
      10522  0  70  The Cipher of Damnation - Grom'tor's Charge
      10523  10588  70  The Cipher of Damnation - The First Fragment Recovered
      10528  0  70  Demonic Crystal Prisons
      10540  0  70  The Cipher of Damnation - Ar'tor's Charge
      9241  0  60  Polar Bracers
      10547  0  70  Of Thistleheads and Eggs...
      9236  0  60  Icebane Breastplate
      10563  10572  69  To Legion Hold
      10565  0  66  The Stones of Vekh'nir
      10566  10615  66  Trial and Error
      10567  10607  66  Creating the Pendant
      10568  10571  70  Tablets of Baa'ri
      10569  10759  69  The Sketh'lon Wreckage
      10570  0  70  To Catch A Thistlehead
      10571  10574  70  Oronu the Elder
      10572  10564  69  Setting Up the Bomb
      10573  10582  69  The Deathforge
      10574  10575  70  The Ashtongue Corruptors
      10575  10622  70  The Warden's Cage
      9221  0  60  Superior Armaments of Battle - Friend of the Dawn
      9222  0  60  Epic Armaments of Battle - Friend of the Dawn
      10577  0  70  What Illidan Wants, Illidan Gets...
      9233  0  60  Omarion's Handbook
      10579  10588  70  The Cipher of Damnation - The Third Fragment Recovered
      10580  10581  67  Where Did Those Darn Gnomes Go?
      10582  0  69  Minions of the Shadow Council
      10583  0  69  The Fate of Flanis
      10584  10657  67  Picking Up Some Power Converters
      10585  0  69  The Summoning Chamber
      10586  10589  69  Bring Down the Warbringer!
      10587  10637  70  Karabor Training Grounds
      10589  10766  69  Gaining Access
      10594  0  67  Gauging the Resonant Frequency
      10601  0  69  The Fate of Kagrosh
      10602  0  69  The Summoning Chamber
      10603  10604  69  Bring Down the Warbringer!
      10604  10767  69  Gaining Access
      10605  1472  -1  Carendin Summons
      10606  10612  69  The Art of Fel Reaver Maintenance
      10607  0  68  Whispers of the Raven God
      10608  10594  67  Crystal Clear
      10611  10613  69  The Art of Fel Reaver Maintenance
      10612  10744  69  The Fel and the Furious
      10613  10745  69  The Fel and the Furious
      10614  10709  66  Whispers on the Wind
      10615  0  64  Ruuan Weald
      10617  0  66  Silkwing Cocoons
      10618  0  65  The Softest Wings
      10619  10816  70  The Ashtongue Tribe
      10620  0  67  Ridgespine Menace
      10622  10628  70  Proof of Allegiance
      10628  10705  70  Akama
      10629  10630  61  Shizz Work
      10630  0  61  Beneath Thrallmar
      10632  0  67  Cutting Your Teeth
      9196  0  60  Craftsman's Writ - Thorium Grenade
      10643  10644  69  Harbingers of Shadowmoon
      9184  0  60  Craftsman's Writ - Wicked Leather Headband
      9185  0  60  Craftsman's Writ - Rugged Armor Kit
      10645  0  70  Teron Gorefiend, I am...
      10649  0  70  The Book of Fel Names
      10650  10651  70  Return to the Aldor
      10651  0  70  Varedis Must Be Stopped
      10652  10197  69  Behind Enemy Lines
      10653  0  70  Marks of Sargeras
      10656  0  70  Sunfury Signets
      10657  10674  67  Ride the Lightning
      10661  10677  69  Spleendid!
      10664  0  69  Additional Materials
      10665  0  69  Fresh from the Mechanar
      10666  0  69  The Lexicon Demonica
      10667  0  70  Underworld Loam
      10670  0  70  Tear of the Earthmother
      10671  0  67  More than a Pound of Flesh
      10674  10675  67  Trapping the Light Fantastic
      10675  0  68  Show Them Gnome Mercy!
      10676  10679  70  Bane of the Illidari
      10677  10678  69  The Second Course...
      10678  0  70  The Main Course!
      10679  0  70  Quenching the Blade
      10680  10458  70  The Hand of Gul'dan
      10682  10713  67  A Time for Negotiation...
      10684  10685  70  Oronu the Elder
      10685  10686  70  The Ashtongue Corruptors
      10686  10622  70  The Warden's Cage
      10691  10692  70  Return to the Scryers
      10703  0  69  Put On Yer Kneepads...
      10705  10706  70  Seer Udalo
      10706  10707  70  A Mysterious Portent
      10707  0  70  The Ata'mal Terrace
      10709  10714  67  Reunion
      10710  10711  64  Test Flight: The Singing Ridge
      10711  0  64  Test Flight: Razaan's Landing
      10712  10716  64  Test Flight: Ruuan Weald
      10713  0  67  ...and a Time for Action
      10714  10783  67  On Spirit's Wings
      10716  0  64  Test Flight: Raven's Wood
      10717  10747  67  Poaching from Poachers
      10718  10614  67  The Spirits Have Voices
      10722  10748  68  Meeting at the Blackwing Coven
      10729  0  70  Path of the Violet Mage
      10730  0  70  Path of the Violet Restorer
      10732  0  70  Path of the Violet Protector
      10734  0  70  Down the Violet Path
      10744  0  70  News of Victory
      10745  0  70  News of Victory
      10747  0  68  Whelps of the Wyrmcult
      10748  0  68  Maxnar Must Die!
      10761  10777  69  Find the Deserter
      10765  10768  70  When Worlds Collide...
      10766  10606  69  Invasion Point: Cataclysm
      10767  10611  69  Invasion Point: Cataclysm
      10768  10769  70  Tabards of the Illidari
      10770  0  67  Little Embers
      10771  0  67  From the Ashes
      10772  10773  70  The Path of Conquest
      10773  10774  70  Breaching the Path
      10774  10775  70  Blood Elf + Giant = ???
      8987  8991  60  More Components of Importance
      10776  0  70  Dissension Amongst the Ranks...
      10777  10778  69  Asghar's Totem
      10778  10780  69  The Rod of Lianthe
      10780  10782  69  Sketh'lon Feathers
      10782  10808  69  Imbuing the Headpiece
      10796  0  67  Crush the Bloodmaul Camp!
      10798  10799  67  Pay the Baron a Visit
      10799  10800  67  Into the Churning Gulch
      10800  10801  67  Goodnight, Gronn
      10801  10802  67  It's a Trap!
      10802  10818  68  Gorgrom the Dragon-Eater
      10803  0  68  Slaughter at Boulder'mok
      10808  0  69  Thwart the Dark Conclave
      10812  10819  68  Mystery Mask
      10813  10834  62  The Eyes of Grillok
      10816  0  70  Reclaiming Holy Grounds
      10829  10830  68  Treebole Must Know
      10830  0  68  Exorcising the Trees
      10834  0  62  Grillok "Darkeye"
      10839  10848  64  Veil Skith: Darkstone of Terokk
      10840  0  65  The Tomb of Lights
      10843  10845  68  Since Time Forgotten...
      10845  0  68  Slay the Brood Mother
      10846  10843  67  Understanding the Mok'Nathal
      10847  10849  62  The Eyes of Skettis
      10848  10861  64  Veil Rhaze: Unliving Evil
      10849  10839  63  Seek Out Kirrik
      10851  10853  67  The Totems of My Enemy
      10852  0  64  Missing Friends
      10853  10859  67  Spirit Calling
      10859  10865  67  Gather the Orbs
      10860  0  67  Mok'Nathal Treats
      10861  10874  64  Veil Lithic: Preemptive Strike
      10862  10847  63  Surrender to the Horde
      10867  0  68  There Can Be Only One Response
      10868  0  62  Arakkoa War Path
      10869  0  62  Thin the Flock
      9226  0  60  Superior Armaments of Battle - Revered Amongst the Dawn
      10874  0  65  Veil Shalas: Signal Fires
      10878  0  63  Before Darkness Falls
      10879  0  65  The Skettis Offensive
      10881  0  64  The Shadow Tomb
      9211  0  60  The Ice Guard
      10887  0  64  Escaping the Tomb
      10888  0  70  Trial of the Naaru: Magtheridon
      10889  0  65  Return to Shattrath
      10893  10722  67  Longtail is the Lynchpin
      10894  10893  67  Wyrmskull Watcher
      10895  0  60  Zeth'Gor Must Burn!
      10896  0  65  The Infested Protectors
      10898  0  65  Skywing
      10899  0  70  Master of Transmutation
      9126  0  60  Bonescythe Digs
      10908  10847  63  Speak with Rilak the Redeemed
      10913  10914  65  An Improper Burial
      10914  10915  65  A Hero Is Needed
      10915  0  65  The Fallen Exarch
      10917  0  65  The Outcast's Plight
      10920  10921  65  For the Fallen
      10921  10926  65  Terokkarantula
      9121  9033  60  The Dread Citadel - Naxxramas
      10923  0  65  Evil Draws Near
      10926  0  65  Return to Sha'tari Base Camp
      8776  0  56  Target: Hive'Regal Slavemakers
      10929  10930  65  Fumping
      8775  0  56  Target: Hive'Regal Spitfires
      8333  0  56  Medallion of Station
      8342  0  56  Twilight Ring of Lordship
      8363  0  56  Abyssal Signets
      8381  0  56  Armaments of War
      8576  0  60  Translating the Ledger
      9483  0  62  Life's Finer Pleasures
      9502  9501  -1  Call of Water
      9984  0  65  Host of the Hidden City
      9985  0  65  Host of the Hidden City
      9989  0  65  Alien Spirits
      10018  10023  64  Vestments of the Wolf Spirit
      10023  10791  64  Patriarch Ironjaw
      10025  0  65  More Basilisk Eyes
      10034  10036  65  Wanted: Bonelashers Dead!
      10134  10349  63  Crimson Crystal Clue
      10138  0  61  Under Whose Orders?
      10195  0  65  Mercenary See, Mercenary Do
      10275  10276  70  Triangulation Point Two
      10276  10280  70  Full Triangle
      10308  0  68  Another Heap of Ethereals
      10342  10199  68  Securing the Shaleskin Shale
      10514  10515  70  I Was A Lot Of Things...
      10515  10519  70  A Lesson Learned
      10519  0  70  The Cipher of Damnation - Truth and History
      10521  0  70  Grom'tor, Son of Oronok
      10527  0  70  Ar'tor, Son of Oronok
      10546  0  70  Borak, Son of Oronok
      10556  0  66  Scratches
      10560  0  70  Revered Among the Sha'tar
      10588  0  70  The Cipher of Damnation
      10609  0  67  What Came First, the Drake or the Egg?
      10621  10626  69  Illidari-Bane Shard
      10623  10627  69  Illidari-Bane Shard
      10658  0  70  More Sunfury Signets
      10662  10664  69  The Hermit Smith
      10663  10664  69  The Hermit Smith
      10719  0  67  Did You Get The Note?
      10781  0  70  Battle of the Crimson Watch
      10791  0  64  Welcoming the Wolf Spirit
      10797  10798  67  Favor of the Gronn
      10810  10812  68  Damaged Mask
      10825  0  68  The Truth Unorbed
      10833  0  70  Becoming a Shadoweave Tailor
      10870  0  70  Ally of the Netherwing
      10880  10881  64  Cabal Orders
      10900  0  70  The Mark of Vashj
      10907  10899  70  Master of Transmutation
      10139  0  62  Dispatching the Commander
      10739  0  70  Distinguished Service
      10726  0  70  Eminence Among the Violet Eye
      9963  9965  65  Seeking Help from the Source
      9965  9969  65  A Show of Good Faith
      8891  0  10  Abandoned Investigations
      9371  10302  2  Botanist Taerix
      9449  9450  -1  Call of Earth
      9313  0  5  Travel to Azure Watch
      9314  0  5  Word from Azure Watch
      9383  0  63  An Ambitious Plan
      9312  0  5  The Emitter
      9309  10303  5  The Missing Scout
      9361  9356  61  Helboar, the Other White Meat
      9539  9540  10  Totem of Coo
      9559  0  10  Stillpine Hold
      9475  0  46  Reclaiming the Eggs
      9950  0  64  A Bird's-Eye View
      9519  0  21  The Lost Chalice
      9400  9401  62  The Assassin
      9434  0  28  Testing the Tonic
      9433  9434  28  A Dip in the Moonwell
      9406  9438  62  The Mag'har
      9438  0  62  Messenger to Thrall
      9401  9405  62  A Strange Weapon
      9405  9410  62  The Warchief's Mandate
      9410  9406  62  A Spirit Guide
      9279  9280  1  You Survived!
      8286  8288  60  What Tomorrow Brings
      9248  0  56  A Humble Offering
      9489  0  5  Cleansing the Scar
      9765  9766  70  Preparing for War
      8564  10072  3  Priest Training
      8352  0  56  Scepter of the Council
      10724  10742  67  Prisoner of the Bladespire
      10733  0  70  Down the Violet Path
      10736  0  70  Down the Violet Path
      10741  0  70  Distinguished Service
      10912  0  68  The Hound-Master
      9340  9391  62  The Great Fissure
      9490  0  63  The Rock Flayer Matriarch
      9640  9645  70  The Shade of Aran
      9645  9680  70  The Master's Terrace
      9680  9631  70  Digging Up the Past
      9631  9637  70  A Colleague's Aid
      9644  0  70  Nightbane
      10754  10762  70  Entry Into the Citadel
      10762  10763  70  Grand Master Dumphry
      10764  0  70  Hotter than Hell
      9391  0  62  Marking the Path
      9452  9453  6  Red Snapper - Very Tasty!
      11039  10189  67  Report to Spymaster Thalodien
      10755  10756  70  Entry Into the Citadel
      11007  0  70  Kael'thas and the Verdant Sphere
      9210  0  60  The Savage Guard - Arcanum of Focus
      8802  0  60  The Savior of Kalimdor
      9201  0  60  Craftsman's Writ - Greater Arcane Protection Potion
      10944  10946  70  The Secret Compromised
      10946  10947  70  Ruse of the Ashtongue
      10947  10948  70  An Artifact From the Past
      10948  10949  70  The Hostage Soul
      10949  13429  70  Entry Into the Black Temple
      10985  10958  70  A Distraction for Akama
      10958  10957  70  Seek Out the Ashtongue
      10957  10959  70  Redemption of the Ashtongue
      10959  0  70  The Fall of the Betrayer
      9389  0  25  Flickering Flames in the Eastern Kingdoms
      9388  0  25  Flickering Flames in Kalimdor
      10793  10781  70  The Journal of Val'zareq: Portends of War
      10943  0  -1  Children's Week
      10950  0  -1  Auchindoun and the Ring of Observance
      10952  0  -1  A Trip to the Dark Portal
      10954  0  -1  Jheel is at Aeris Landing!
      10956  10968  -1  The Seat of the Naaru
      10962  0  -1  Time to Visit the Caverns
      10966  0  -1  Back to the Orphanage
      10968  0  -1  Call on the Farseer
      9588  0  62  Dark Tidings
      11404  0  -1  Call the Headless Horseman
      11356  0  -1  Costumed Orphan Matron
      11360  0  -1  Fire Brigade Practice
      11357  0  -1  Masked Orphan Matron
      11131  0  -1  Stop the Fires!
      11361  0  -1  Fire Training
      11439  0  -1  Fire Brigade Practice
      11440  0  -1  Fire Brigade Practice
      11449  0  -1  Fire Training
      11450  0  -1  Fire Training
      1657  0  -1  Stinking Up Southshore
      8353  0  -1  Chicken Clucking for a Mint
      8355  0  -1  Incoming Gumdrop
      12757  12778  55  Scarlet Armies Approach...
      8357  0  -1  Dancing for Marzipan
      12723  12724  55  Behind Scarlet Lines
      8360  0  -1  Dancing for Marzipan
      8373  0  -1  The Power of Pine
      11028  11056  70  Countdown to Doom
      11056  11029  70  Hazzik's Bargain
      11029  11072  70  A Shabby Disguise
      11072  0  70  Adversarial Blood
      10244  10237  69  R.T.F.R.C.M.
      10941  0  70  Darkmoon Lunacy Deck
      10938  0  70  Darkmoon Blessings Deck
      10939  0  70  Darkmoon Storms Deck
      10940  0  70  Darkmoon Furies Deck
      11021  11024  70  Ishaal's Almanac
      11041  0  70  A Job Unfinished...
      11081  0  70  The Great Murkblood Revolt
      11082  0  70  Seeker of Truth
      11049  11050  70  The Great Netherwing Egg Hunt
      11058  11080  70  An Apexis Relic
      11030  11061  70  Our Boy Wants To Be A Skyguard Ranger
      11080  0  70  The Relic's Emanation
      11060  11027  70  A Crystalforged Darkrune
      11062  0  70  The Skyguard Outpost
      9884  0  70  Membership Benefits
      11091  0  70  A Special Thank You
      10740  0  70  Distinguished Service
      10727  0  70  Eminence Among the Violet Eye
      10984  10983  70  Speak with the Ogre
      10983  10995  70  Mog'dorg the Wizened
      8470  0  55  Deadwood Ritual Totem
      8687  0  56  Target: Hive'Zora Tunnelers
      10998  11000  70  Grim(oire) Business
      11000  11009  70  Into the Soulgrinder
      11005  0  70  Secrets of the Talonpriests
      10738  0  70  Distinguished Service
      11008  0  70  Fires Over Skettis
      10725  0  70  Eminence Among the Violet Eye
      11441  0  -1  Brewfest!
      10974  0  70  Stasis Chambers of Bash'ir
      9599  0  12  
      10977  0  70  Stasis Chambers of the Mana-Tombs
      11025  11058  70  The Crystals
      11098  0  70  To Skettis!
      11293  0  -1  Bark for the Barleybrews!
      11400  0  -1  Brewfest Riding Rams
      10971  0  70  Ethereum Secrets
      11023  0  70  Bomb Them Again!
      11066  0  70  Wrangle More Aether Rays!
      11061  0  70  A Father's Duty
      11026  0  70  Banish the Demons
      11079  0  70  A Fel Whip For Gahk
      11010  11023  70  Bombing Run
      11119  0  70  Assault on Bash'ir Landing!
      11065  11066  70  Wrangle Some Aether Rays!
      11059  0  70  Guardian of the Monument
      11051  0  70  Banish More Demons
      11078  0  70  To Rule The Skies
      11117  0  -1  Catch the Wild Wolpertinger!
      11118  0  -1  Pink Elekks On Parade
      11318  0  -1  Now This is Ram Racing... Almost.
      11321  0  -1  Did Someone Say "Souvenir?"
      11122  0  -1  There and Back Again
      11219  0  -1  Stop the Fires!
      10735  0  70  Down the Violet Path
      10973  10974  70  A Thousand Worlds
      11018  0  70  Nethercite Ore
      11035  0  70  The Not-So-Friendly Skies...
      11086  0  70  Disrupting the Twilight Portal
      11085  0  70  Escape from Skettis
      8572  0  56  Veteran's Battlegear
      11123  0  35  [DEPRECATED]Inspecting the Ruins
      11124  0  35  [DEPRECATED]Inspecting the Ruins
      11126  11128  35  Traitors Among Us
      11128  11133  35  Propaganda War
      11130  11132  70  Oooh, Shinies!
      11132  11166  70  Promises, Promises...
      11133  11134  35  Discrediting the Deserters
      11134  0  37  The End of the Deserters
      11136  11137  36  A Disturbing Development
      11137  11138  37  [DEPRECATED]Defias in Dustwallow?
      11138  11139  37  [DEPRECATED]Renn McGill
      11139  11140  37  [DEPRECATED]Secondhand Diving Gear
      11140  11141  37  [DEPRECATED]Recover the Cargo!
      11141  11142  37  [DEPRECATED]Jaina Must Know
      11142  11222  37  [DEPRECATED]Survey Alcaz Island
      11143  0  38  [DEPRECATED]A Grim Connection
      11144  11149  38  [DEPRECATED]Confirming the Suspicion
      11145  0  37  [DEPRECATED]Prisoners of the Grimtotems
      11146  0  37  [DEPRECATED]Raptor Captor
      11147  0  37  [DEPRECATED]Unleash the Raptors
      11148  11149  38  [DEPRECATED]Arms of the Grimtotems
      11149  11150  39  [DEPRECATED]Tabetha's Assistance
      11150  11151  39  [DEPRECATED]Raze Direhorn Post!
      11151  11152  39  [DEPRECATED]Justice for the Hyals
      11152  0  39  [DEPRECATED]Peace at Last
      11156  0  39  [DEPRECATED]Direhorn Raiders
      11158  0  39  [DEPRECATED]Bloodfen Feathers
      11159  11162  41  [DEPRECATED]Spirits of Stonemaul Hold
      11160  0  39  [DEPRECATED]Banner of the Stonemaul
      11161  0  39  [DEPRECATED]The Essence of Enmity
      11162  0  41  [DEPRECATED]Challenge to the Black Flight
      11163  0  70  Undercover Sister
      11164  11165  70  Tuskin' Raiders
      11165  11195  70  A Troll Among Trolls
      11166  11171  70  X Marks... Your Doom!
      11169  0  38  [DEPRECATED]The Grimtotem Weapon
      8915  8923  60  An Earnest Proposition
      8912  8922  60  An Earnest Proposition
      11172  0  40  [DEPRECATED]The Zeppelin Crash
      11173  0  39  [DEPRECATED]The Reagent Thief
      11174  0  40  [DEPRECATED]Corrosion Prevention
      11177  0  36  [DEPRECATED]The Hermit of Swamplight Manor
      11178  11163  70  Blood of the Warlord
      11180  11181  36  What's Haunting Witch Hill?
      11181  11183  36  The Witch's Bane
      11183  0  36  Cleansing Witch Hill
      11184  0  39  [DEPRECATED]WANTED: Goreclaw the Ravenous
      11185  0  38  [DEPRECATED]The Apothecary's Letter
      11186  0  38  [DEPRECATED]Signs of Treachery?
      11191  11192  35  [DEPRECATED]This Old Lighthouse
      11192  11193  35  [DEPRECATED]Thresher Oil
      11193  11194  36  [DEPRECATED]Dastardly Denizens of the Deep
      11194  11209  36  [DEPRECATED]Is it Real?
      11195  0  70  Playin' With Dolls
      8916  8923  60  An Earnest Proposition
      11198  0  36  [DEPRECATED]Take Down Tethyr!
      11200  11203  37  [DEPRECATED]More than Coincidence
      11201  11203  38  [DEPRECATED]The Grimtotem Plot
      11203  11205  37  [DEPRECATED]Seek Out Tabetha
      11204  0  38  [DEPRECATED]Return to Krog
      11205  11206  39  [DEPRECATED]Raze Direhorn Post!
      11206  0  39  [DEPRECATED]Justice Dispensed
      11207  11208  39  [DEPRECATED]Secure the Cargo!
      11208  0  39  Delivery for Drazzit
      11209  11210  37  [DEPRECATED]Nat's Bargain
      11210  11198  37  [DEPRECATED]Oh, It's Real
      11211  0  39  Help for Mudsprocket
      11212  0  37  Tabetha's Farm
      11213  0  37  Check Up on Tabetha
      11214  0  39  [DEPRECATED]Mission to Mudsprocket
      11215  0  39  Help Mudsprocket
      11216  0  70  Archmage Alturus
      11217  0  40  [DEPRECATED]Catch a Dragon by the Tail
      11222  0  37  [DEPRECATED]Proof of Treachery
      11223  0  37  [DEPRECATED]Return to Jaina
      11225  1218  36  The Hermit of Witch Hill
      11335  0  -1  Call to Arms: Arathi Basin
      9016  9032  60  Anthion's Parting Words
      11337  0  -1  Call to Arms: Eye of the Storm
      11338  0  -1  Call to Arms: Warsong Gulch
      11339  0  -1  Call to Arms: Arathi Basin
      11340  0  -1  Call to Arms: Alterac Valley
      11341  0  -1  Call to Arms: Eye of the Storm
      8791  0  60  The Fall of Ossirian
      11354  0  70  Wanted: Nazan's Riding Crop
      11362  0  70  Wanted: Keli'dan's Feathered Stave
      11363  0  70  Wanted: Bladefist's Seal
      11364  0  70  Wanted: Shattered Hand Centurions
      11368  0  70  Wanted: The Heart of Quagmirran
      11369  0  70  Wanted: A Black Stalker Egg
      11370  0  70  Wanted: The Warlord's Treatise
      11371  0  70  Wanted: Coilfang Myrmidons
      11372  0  70  Wanted: The Headfeathers of Ikiss
      11373  0  70  Wanted: Shaffar's Wondrous Pendant
      11374  0  70  Wanted: The Exarch's Soul Gem
      11375  0  70  Wanted: Murmur's Whisper
      11376  0  70  Wanted: Malicious Instructors
      11377  0  70  Revenge is Tasty
      11378  0  70  Wanted: The Epoch Hunter's Head
      11379  0  70  Super Hot Stew
      11380  0  70  Manalicious
      11381  0  70  Soup for the Soul
      11382  0  70  Wanted: Aeonus's Hourglass
      11383  0  70  Wanted: Rift Lords
      11384  0  70  Wanted: A Warp Splinter Clipping
      11385  0  70  Wanted: Sunseeker Channelers
      11386  0  70  Wanted: Pathaleon's Projector
      11387  0  70  Wanted: Tempest-Forge Destroyers
      11388  0  70  Wanted: The Scroll of Skyriss
      11389  0  70  Wanted: Arcatraz Sentinels
      11451  0  70  Alicia's Poem
      11497  0  70  Learning to Fly
      11498  0  70  Learning to Fly
      11531  0  70  Strange Engine Part
      11558  8979  -1  Dangerous Love
      10471  10475  70  Defender's Oath
      10467  10471  70  Defender's Vow
      7222  0  60  Speak with Voggah Deathgrip
      7670  0  -1  Lord Grayson Shadowbreaker
      7905  0  -1  The Darkmoon Faire
      7946  0  -1  Spawn of Jubjub
      8184  0  60  Presence of Might
      8185  0  60  Syncretist's Sigil
      8186  0  60  Death's Embrace
      8187  0  60  Falcon's Call
      8188  0  60  Vodouisant's Vigilant Embrace
      8189  0  60  Presence of Sight
      8190  0  60  Hoodoo Hex
      8191  0  60  Prophetic Aura
      8192  0  60  Animist's Caress
      10460  10467  70  Defender's Pledge
      8324  0  56  Still Believing
      8329  0  3  Warrior Training
      8485  0  60  The Brokering of Peace
      8555  0  60  The Charge of the Dragonflights
      8574  0  56  Stalwart's Battlegear
      8746  0  -1  Metzen the Reindeer
      8751  0  60  The Protector of Kalimdor
      8756  0  60  The Qiraji Conqueror
      8761  0  60  The Grand Invoker
      8762  0  -1  Metzen the Reindeer
      8763  0  -1  The Hero of the Day
      8764  0  60  The Changing of Paths - Protector No More
      8766  0  60  The Changing of Paths - Conqueror No More
      8792  0  60  The Horde Needs Your Help!
      8793  0  60  The Horde Needs Your Help!
      8794  0  60  The Horde Needs Your Help!
      8795  0  60  The Alliance Needs Your Help!
      8796  0  60  The Alliance Needs Your Help!
      8797  0  60  The Alliance Needs Your Help!
      8799  0  -1  The Hero of the Day
      8856  0  0  Desert Survival Kits
      11342  0  -1  Call to Arms: Warsong Gulch
      8896  0  7  The Dwarven Spy
      9030  0  60  Anthion's Parting Words
      9168  0  20  Heart of Deatholme
      9177  0  15  Journey to Undercity
      9257  0  60  Atiesh, Greatstaff of the Guardian
      9269  0  60  Atiesh, Greatstaff of the Guardian
      9271  0  60  Atiesh, Greatstaff of the Guardian
      9272  0  55  Dressing the Part
      9346  0  61  When Helboars Fly
      9408  0  60  Forgotten Heroes
      9547  9552  -1  Call of Air
      9556  0  60  To The Victor...
      9712  0  -1  The Thalassian Warhorse
      9733  9734  64  Warning the Cenarion Circle
      9734  0  63  Return to the Marsh
      9923  9924  65  HELP!
      9920  9921  65  Mo'mor the Breaker
      9982  9991  68  He Called Himself Altruis...
      10046  0  60  Through the Dark Portal
      10053  0  61  Dealing with Zeth'Gor
      10054  0  61  Impending Doom
      10056  0  61  Bleeding Hollow Supplies
      10061  0  61  The Unyielding
      10062  0  61  Looking to the Leadership
      9514  0  8  Rune Covered Tablet
      9537  9602  9  Show Gnomercy
      10077  0  67  Oshu'gun Crystal Powder
      10084  0  61  Assault on Mageddon
      10089  0  61  Forge Camps of the Legion
      10092  0  61  Assault on Mageddon
      10122  0  61  The Citadel's Reach
      10125  0  62  Mission: Disrupt Communications
      10127  0  62  Mission: Sever the Tie
      10130  0  61  The Western Flank
      10131  0  61  Planning the Escape
      10133  0  62  Mission: Kill the Messenger
      10135  0  62  Mission: Be the Messenger
      10137  0  61  Provoking the Warboss
      10145  0  62  Mission: Sever the Tie UNUSED
      10147  0  62  Mission: Kill the Messenger
      10148  0  62  Mission: Be the Messenger
      10150  0  61  The Citadel's Reach
      10151  0  61  Warboss Nekrogg's Orders
      10152  0  61  The Western Flank
      10153  0  61  Saving Scout Makha
      10154  0  61  Planning the Escape
      10155  0  61  Provoking the Warboss
      10158  0  61  Bleeding Hollow Supplies
      10187  0  69  A Message for the Archmage
      10214  0  61  When This Mine's a-Rockin'
      10354  7800  60  A Donation of Silk
      10364  0  10  Caedmos
      10371  1699  20  Yorus Barleybrew
      8886  0  8  Grimscale Pirates!
      10459  0  70  Revered Among the Cenarion Expedition
      10474  0  70  Champion's Covenant
      10494  8929  60  Just Compensation
      10496  8960  60  Anthion's Parting Words
      10495  8930  60  Just Compensation
      9245  0  60  Icy Scale Gauntlets
      9246  0  60  Icy Scale Breastplate
      10498  0  60  Saving the Best for Last
      10499  0  60  Saving the Best for Last
      10500  0  60  The Horde Needs Your Help!
      10501  0  60  The Alliance Needs Your Help!
      10520  3764  50  Assisting Arch Druid Staghelm
      10558  0  70  Revered Among Honor Hold
      10559  0  70  Revered Among Thrallmar
      10561  0  70  Revered Among the Keepers of Time
      10728  0  70  Eminence Among the Violet Eye
      10827  0  70  More Marks of Sargeras
      10828  0  70  Single Mark of Sargeras
      10871  0  70  Ally of the Netherwing
      10872  10871  70  Zuluhed the Whacked
      10470  10474  70  Champion's Oath
      10466  10470  70  Champion's Vow
      10462  10466  70  Champion's Pledge
      10955  10961  -1  Morthis Whisperwing
      10961  10964  -1  The Ward of Wakening
      10964  10965  -1  Waking the Sleeper
      10965  10978  -1  No Mere Dream
      10978  10979  -1  Return to Morthis Whisperwing
      10979  10980  -1  To the Evergrove
      10980  10986  -1  The Book of the Raven
      10986  10987  -1  Eyes in the Sky
      10987  10988  -1  To Catch A Sparrowhawk
      10988  10990  -1  The Raven Stones
      10990  10991  -1  The Eagle's Essence
      10991  10992  -1  The Falcon's Essence
      10992  10993  -1  The Hawk's Essence
      10993  10994  -1  Return to Cenarion Refuge
      10994  11001  -1  Chasing the Moonstone
      11001  0  -1  Vanquish the Raven God
      9382  0  63  The Fate of the Clefthoof
      11048  10595  67  Kroghan's Report
      11038  10241  67  Assist Exarch Orelis
      11047  0  67  The Apprentice's Request
      11037  10186  67  A Strange Vision
      11096  11098  70  Threat from Above
      11022  10995  70  Speak with Mog'dorg
      11009  0  70  Ogre Heaven
      11031  0  70  Archmage No More
      11032  0  70  Protector No More
      11033  0  70  Assassin No More
      11034  0  70  Restorer No More
      11076  0  70  Picking Up The Pieces...
      11075  0  70  The Netherwing Mines
      9079  9078  60  Bonescythe Helmet
      9060  9059  60  Cryptstalker Girdle
      9075  9074  60  Earthshatter Wristguards
      11092  0  70  Hail, Commander!
      11017  0  70  Netherdust Pollen
      11016  0  70  Nethermine Flayer Hide
      8535  0  56  Hoary Templar
      11053  0  70  Rise, Overseer!
      11084  0  70  Stand Tall, Captain!
      11120  0  -1  Pink Elekks On Parade
      11431  0  -1  Catch the Wild Wolpertinger!
      11442  0  -1  Welcome to Brewfest!
      11409  0  -1  Now This is Ram Racing... Almost.
      10989  0  70  Mog'dorg the Wizened
      10475  0  70  Defender's Covenant
      10465  10469  70  Restorer's Vow
      10469  10473  70  Restorer's Oath
      10473  0  70  Restorer's Covenant
      10463  10464  70  Sage's Pledge
      10464  10468  70  Sage's Vow
      10468  10472  70  Sage's Oath
      10472  0  70  Sage's Covenant
      11419  0  -1  Brewfest Riding Rams
      10356  10357  60  A Donation of Mageweave
      10357  0  60  A Donation of Runecloth
      10358  0  60  Additional Runecloth
      10359  10362  60  A Donation of Wool
      10360  10362  60  A Donation of Silk
      10361  10362  60  A Donation of Mageweave
      10362  0  60  A Donation of Runecloth
      10363  0  60  Additional Runecloth
      11004  0  70  World of Shadows
      11045  10642  67  Zorus the Judicator
      11046  10624  67  Chief Apothecary Hildagard
      11036  10186  67  Out of This World Produce!
      11040  10186  67  Parts for the Rocket-Chief
      11042  10186  67  A Mystifying Vision
      11129  0  7  Kyle's Gone Missing!
      10379  5658  10  Touch of Weakness
      10461  10465  70  Restorer's Pledge
      11073  0  70  Terokk's Downfall
      11006  0  70  More Shadow Dust
      11093  0  70  Hungry Nether Rays
      8765  0  60  The Changing of Paths - Invoker No More
      8364  0  56  Abyssal Scepters
      11108  0  70  Lord Illidan Stormrage
      10090  0  61  The Legion's Plans
      7702  0  49  Kill 'Em With Sleep Deprivation
      9510  0  62  Bristlehide Clefthoof Hides
      11067  0  70  Dragonmaw Race: Trope the Filth-Belcher
      11068  0  70  Dragonmaw Race: Corlok the Vet
      9115  9114  60  Sandals of Faith
      9116  9115  60  Gloves of Faith
      9034  0  60  Dreadnaught Breastplate
      11071  0  70  Dragonmaw Race: Captain Skyshatter
      10070  8330  3  Steady Shot
      10071  8330  3  Evisceration
      10072  8330  3  Healing the Wounded
      10073  8330  3  Immolation
      10352  7800  60  A Donation of Wool
      10942  0  -1  Children's Week
      10945  0  -1  Hch'uu and the Mushroom People
      10951  0  -1  A Trip to the Dark Portal
      10953  0  -1  Visit the Throne of the Elements
      10960  0  -1  When I Grow Up...
      10963  0  -1  Time to Visit the Caverns
      10967  0  -1  Back to the Orphanage
      8774  0  56  Target: Hive'Regal Ambushers
      10970  0  70  A Mission of Mercy
      10972  0  70  Ethereum Prisoner I.D. Catalogue
      10976  10977  70  The Mark of the Nexus-King
      11011  0  70  Eternal Vigilance
      9141  0  60  They Call Me "The Rooster"
      11014  0  70  Enter the Taskmaster
      8857  0  60  Secrets of the Colossus - Ashi
      11043  0  67  Building a Better Gryphon
      11044  10562  67  Visions of Destruction
      11052  0  70  Akama's Promise
      9039  0  60  Dreadnaught Sabatons
      9098  9097  60  Frostfire Shoulderpads
      11074  0  70  Tokens of the Descendants
      11077  0  70  Dragons are the Least of Our Problems
      11083  0  70  Crazed and Confused
      11089  11090  70  The Soul Cannon of Reth'hedron
      11090  0  70  Subdue the Subduer
      11094  11095  70  Kill Them All!
      11095  0  70  Commander Hobb
      8910  8922  60  An Earnest Proposition
      11099  11100  70  Kill Them All!
      8911  8922  60  An Earnest Proposition
      11101  0  70  The Deadliest Trap Ever Laid
      11102  11023  70  Bombing Run
      11135  11392  80  The Headless Horseman
      11220  11392  80  The Headless Horseman
      11242  0  -1  Free at Last!
      11294  0  -1  Bark for the Thunderbrews!
      11401  0  -1  Call the Headless Horseman
      11403  0  -1  Free at Last!
      11405  0  -1  Call the Headless Horseman
      11407  0  -1  Bark for Drohn's Distillery!
      11408  0  -1  Bark for T'chali's Voodoo Brewery!
      11412  0  -1  There and Back Again
      11413  0  -1  Did Someone Say "Souvenir?"
      11446  0  -1  Brewfest!
      11454  0  52  Seek the Saboteurs
      11486  0  -1  The Best of Brews
      11487  0  -1  The Best of Brews
      999  0  25  When Dreams Turn to Nightmares
      9367  0  -1  The Festival of Fire
      9568  0  15  On the Offensive
      10975  0  70  Purging the Chambers of Bash'ir
      11050  0  70  Accepting All Eggs
      11027  0  70  Yous Have Da Darkrune?
      5237  0  58  Mission Accomplished!
      5238  0  58  Mission Accomplished!
      8273  0  47  Oran's Gratitude
      8316  0  56  Armaments of War
      8376  0  56  Armaments of War
      8377  0  56  Armaments of War
      8378  0  56  Armaments of War
      8379  0  56  Armaments of War
      8380  0  56  Armaments of War
      8382  0  56  Armaments of War
      8893  0  47  The Super Egg-O-Matic
      8271  0  -1  Hero of the Stormpike
      8272  0  -1  Hero of the Frostwolf
      8744  0  -1  A Carefully Wrapped Present
      8768  0  -1  A Gaily Wrapped Present
      8769  0  -1  A Ticking Present
      8803  0  -1  A Festive Gift
      9029  0  -1  A Bubbling Cauldron
      11545  0  70  A Charitable Donation
      11554  0  70  A Friend in the Frontlines
      11555  0  70  Honored by Your Allies
      11556  0  70  Revered in the Field of Battle
      11557  0  70  Exalted Among All Combatants
      11549  0  70  A Magnanimous Benefactor
      11523  0  70  Arm the Wards!
      10032  0  63  Artifacts from Tuurem
      11544  0  70  Ata'mal Armaments
      11666  0  70  Bait Bandits
      11515  0  70  Blood for Blood
      11516  0  70  Blast the Gateway
      11105  0  70  Champion No More
      11106  0  70  Defender No More
      11481  11488  70  Crisis at the Sunwell
      11665  0  70  Crocolisks in the City
      11540  0  70  Crush the Dawnblade
      11520  0  70  Discovering Your Roots
      11541  0  70  Disrupt the Greengill Coast
      11532  0  70  Distraction at the Dead Scar
      11536  0  70  Don't Stop Now....
      11482  11488  70  Duty Calls
      11503  0  70  Enemies, Old and New
      11550  0  70  Enter, the Deceiver...
      11524  0  70  Erratic Behavior
      11669  0  70  Felblood Fillet
      11875  0  70  Gaining the Advantage
      11492  0  70  Hard to Kill
      11502  0  70  In Defense of Halaa
      11542  0  70  Intercept the Reinforcements
      11513  0  70  Intercepting the Mana Cells
      11543  0  70  Keeping the Enemy at Bay
      11547  0  70  Know Your Ley Lines
      11488  11490  70  Magisters' Terrace
      11514  0  70  Maintaining the Sunwell Portal
      11535  0  70  Making Ready
      11546  0  70  Open for Business
      11521  0  70  Rediscovering Your Roots
      11517  0  70  Report to Nasuun
      11534  0  70  Report to Nasuun
      11668  0  70  Shrimpin' Ain't Easy
      11505  0  -1  Spirits of Auchindoun
      11506  0  -1  Spirits of Auchindoun
      11877  0  70  Sunfury Attack Plans
      11539  0  70  Taking the Harbor
      11533  0  70  The Air Strikes Must Continue
      11537  0  70  The Battle Must Go On
      11538  0  70  The Battle for the Sun's Reach Armory
      11526  0  70  The Missing Magistrix
      11880  0  70  The Multiphase Survey
      11667  0  70  The One That Got Away
      11496  0  70  The Sanctum Wards
      11490  11492  70  The Scryer's Scryer
      11500  0  70  Wanted: Sisters of Torment
      11499  0  70  Wanted: The Signet Ring of Prince Kael'thas
      11548  0  70  Your Continued Support
      11525  0  70  Further Conversions
      11885  0  70  Adversarial Blood
      10981  0  70  Nexus-Prince Shaffar's Personal Chamber
      10982  0  70  The Eye of Haramad
      11103  0  70  Sage No More
      11104  0  70  Restorer No More
      11392  0  80  Call the Headless Horseman
      11657  0  -1  Torch Catching
      11691  0  70  Summon Ahune
      11696  11691  70  Ahune is Here!
      11731  0  -1  Torch Tossing
      11768  0  -1  Desecrate this Fire!
      11882  0  -1  Playing with Fire
      11886  11891  -1  Unusual Activity
      11891  12012  -1  An Innocent Disguise
      11915  0  -1  Playing with Fire
      11917  0  22  Striking Back
      11921  0  -1  More Torch Tossing
      11922  0  -1  Torch Tossing
      11923  0  -1  Torch Catching
      11924  0  -1  More Torch Catching
      11925  0  -1  More Torch Catching
      11926  0  -1  More Torch Tossing
      11933  9339  -1  Stealing the Exodar's Flame
      11935  9365  -1  Stealing Silvermoon's Flame
      11947  0  32  Striking Back
      11948  0  43  Striking Back
      11952  0  51  Striking Back
      11953  0  60  Striking Back
      11954  0  67  Striking Back
      11955  0  70  Ahune, the Frost Lord
      11964  0  -1  Incense for the Summer Scorchlings
      11966  0  -1  Incense for the Festival Scorchlings
      11970  0  -1  The Master of Summer Lore
      11971  0  -1  The Spinner of Summer Tales
      11972  0  -1  Shards of Ahune
      11975  0  -1  Now, When I Grow Up...
      11976  0  -1  Ice Shards
      12012  0  -1  Inform the Elder
      11109  0  70  Jorus the Cobalt Netherwing Drake
      11110  0  70  Malfas the Purple Netherwing Drake
      11111  0  70  Onyxien the Onyx Netherwing Drake
      11112  0  70  Suraku the Azure Netherwing Drake
      11113  0  70  Voranaku the Violet Netherwing Drake
      11114  0  70  Zoya the Veridian Netherwing Drake
      8742  8745  60  The Might of Kalimdor
      8743  0  60  Bang a Gong!
      8745  0  60  Treasure of the Timeless One
      8752  0  60  The Path of the Conqueror
      8753  0  60  The Path of the Conqueror
      8754  0  60  The Path of the Conqueror
      8755  0  60  The Path of the Conqueror
      8757  0  60  The Path of the Invoker
      8758  0  60  The Path of the Invoker
      8759  0  60  The Path of the Invoker
      8760  0  60  The Path of the Invoker
      8748  0  60  The Path of the Protector
      8749  0  60  The Path of the Protector
      8750  0  60  The Path of the Protector
      10373  5092  50  A Call to Arms: The Plaguelands!
      12515  0  68  Nice Hat...
      12513  0  68  Nice Hat...
      5924  0  -1  Heeding the Call
      5925  0  -1  Heeding the Call
      5927  5922  -1  Heeding the Call
      5928  5922  -1  Heeding the Call
      10374  5096  50  A Call to Arms: The Plaguelands!
      7497  0  60  The Journey Has Just Begun
      7493  0  60  The Journey Has Just Begun
      8579  0  60  Mortal Champions
      9885  0  70  Membership Benefits
      9886  0  70  Membership Benefits
      9887  0  70  Membership Benefits
      11012  0  70  Blood Oath of the Netherwing
      11063  0  70  Earning Your Wings...
      11019  0  70  Your Friend On The Inside
      8732  0  56  Field Duty Papers
      8508  0  56  Field Duty Papers
      12278  0  -1  Brew of the Month Club
      12306  0  -1  Brew of the Month Club
      12020  0  -1  This One Time, When I Was Drunk...
      12022  0  -1  Chug and Chuck!
      5263  0  60  Above and Beyond
      12193  0  -1  Say, There Wouldn't Happen to be a Souvenir This Year, Would There?
      12062  0  80  Insult Coren Direbrew
      12491  0  -1  Direbrew's Dire Brew
      11447  12318  -1  Welcome to Brewfest!
      12191  0  -1  Chug and Chuck!
      12492  0  -1  Direbrew's Dire Brew
      12194  0  -1  Say, There Wouldn't Happen to be a Souvenir This Year, Would There?
      11474  11475  71  Problems on the High Bluff
      11587  11590  71  Prison Break
      11607  11609  72  The Lost Spirits
      11623  0  72  A Visit to the Curator
      11650  0  71  Just a Few More Things...
      11692  11693  71  Check in With Bixie
      11704  0  71  King Mrgl-Mrgl
      11712  11788  71  Re-Cursive
      11869  11870  72  Happy as a Clam
      11941  11943  71  Puzzling...
      12000  12004  72  Rifle the Bodies
      12086  11944  72  The Son of Karkut
      12167  0  72  Kill the Cultists
      12168  12169  72  The Favor of Zangus
      12212  12216  74  Replenishing the Storehouse
      12215  12217  74  Them or Us!
      12226  0  73  Just Passing Through
      12292  12293  74  Local Support
      12004  0  73  Prevent the Accord
      12169  0  72  The High Cultist
      12006  12013  72  Avenge this Atrocity!
      12055  12060  72  A Strange Device
      12013  0  73  End Arcanimus
      12060  12065  72  Projections and Plans
      12065  12083  72  The Focus on the Beach
      12067  0  72  A Letter for Home
      12083  12098  72  Atop the Woodlands
      12092  0  72  Strengthen the Ancients
      12098  12107  72  Search Indu'le Village
      11475  0  71  Tools to Get the Job Done
      11470  0  71  There Exists No Honor Among Birds
      11477  0  70  Out of My Element?
      11483  11485  71  We Can Rebuild It
      11484  11485  71  We Have the Technology
      8609  8610  60  The Horde Needs Runecloth Bandages!
      8733  8734  60  Eranikus, Tyrant of the Dream
      11489  11491  71  Iron Rune Constructs and You: Collecting Data
      8606  8620  60  Decoy!
      11494  0  71  Lightning Infused Relics
      11495  0  71  The Delicate Sound of Thunder
      11501  0  71  News From the East
      11573  0  71  Orfus of Kamagua
      11504  11507  71  The Dead Rise!
      11507  11508  71  Elder Atuik and Kamagua
      11508  11509  71  Grezzix Spindlesnap
      11509  11510  71  Street "Cred"
      11469  0  71  Swabbin' Soap
      11510  0  71  "Scoodles"
      11434  11455  71  Forgotten Treasure
      8598  8606  60  rAnS0m
      11512  0  71  The Frozen Heart of Isuldof
      11519  11527  71  The Lost Shield of the Aesirites
      11567  0  71  The Ancient Armor of the Kvaldir
      8585  8586  60  The Isle of Dread!
      11529  11530  71  Sorlof's Booty
      11530  0  71  The Shield of the Aesirites
      11199  11202  71  Report to Scout Knowles
      11472  0  -1  The Way to His Heart...
      11568  11572  71  A Return to Resting
      11572  0  71  Return to Atuik
      11270  11221  71  War is Hell
      11227  11253  71  Let Them Eat Crow
      11167  11168  71  The New Plague
      11168  11170  71  Spiking the Mix
      11221  11229  71  Reports from the Field
      11282  0  71  A Lesson in Fear
      12566  0  71  Help for Camp Winterhoof
      12678  12697  55  If Chaos Drives, Let Suffering Hold The Reins
      12679  12706  55  Tonight We Dine In Havenshire
      4342  4361  59  Kharan's Tale
      4361  4362  59  The Bearer of Bad News
      11911  0  71  Quickening
      11973  0  71  Prisoner of War
      11797  11889  71  The Siege
      12794  12790  74  The Magical Kingdom of Dalaran
      12619  12842  55  The Emblazoned Runeblade
      12842  12848  55  Runeforging: Preparation For Battle
      12848  12636  55  The Endless Hunger
      4729  0  59  Kibler's Exotic Pets
      12641  12657  55  Death Comes From On High
      12850  12670  55  Report To Scourge Commander Thalanor
      12670  12678  55  The Scarlet Harvest
      12849  0  55  The Power Of Blood, Frost And Unholy
      12680  12687  55  Grand Theft Palomino
      12687  12706  55  Into the Realm of Shadows
      12711  0  55  Abandoned Mail
      12697  12698  55  Gothik the Harvester
      12698  12700  55  The Gift That Keeps On Giving
      12700  12701  55  An Attack Of Opportunity
      12701  12706  55  Massacre At Light's Point
      12706  12714  55  Victory At Death's Breach!
      12714  12715  55  The Will Of The Lich King
      12715  12719  55  The Crypt of Remembrance
      12716  12723  55  The Plaguebringer's Request
      12719  12720  55  Nowhere To Run And Nowhere To Hide
      12720  12723  55  How To Win Friends And Influence Enemies
      12722  0  55  Lambs To The Slaughter
      12717  0  55  Noth's Special Brew
      4362  4363  59  The Fate of the Kingdom
      12724  12754  55  The Path Of The Righteous Crusader
      12725  12727  55  Brothers In Death
      12727  12738  55  Bloody Breakout
      12738  0  55  A Cry For Vengeance!
      12747  12751  55  A Special Surprise
      12751  12754  55  A Sort Of Homecoming
      12754  12755  55  Ambush At The Overlook
      12755  12756  55  A Meeting With Fate
      12756  12757  55  The Scarlet Onslaught Emerges
      4286  0  56  The Good Stuff
      12778  12779  55  The Scarlet Apocalypse
      12779  12800  55  An End To All Things...
      12800  12801  55  The Lich King's Command
      12801  13165  55  The Light of Dawn
      11253  11254  71  Sniff Out the Enemy
      11254  11295  71  The Dragonskin Map
      11295  11282  71  The Offensive Begins
      11229  11230  71  The Windrunner Fleet
      11230  11232  71  Ambushed!
      11232  11233  71  Guide Our Sights
      11272  0  71  A Score to Settle
      11283  11303  71  Baleheim Bodycount
      11285  11303  71  Baleheim Must Burn!
      11304  11305  71  New Agamand
      11303  12481  71  The Ambush
      12481  0  71  Adding Injury to Insult
      11305  11306  71  A Tailor-Made Formula
      11279  11280  71  Green Eggs and Whelps
      11424  0  71  Shield Hill
      11182  0  71  Root Causes
      11280  0  71  Draconis Gastritis
      11306  11307  71  Apply Heat and Stir
      11307  11308  71  Field Test
      11308  11309  71  Time for Cleanup
      11309  11310  71  Parts for the Job
      11310  0  71  Warning: Some Assembly Required
      11456  0  71  Feeding the Survivors
      11457  11458  71  Arming Kamagua
      11458  0  71  Avenge Iskaal
      11260  0  72  Stop the Ascension!
      11261  11263  72  The Conqueror of Skorn!
      11297  11298  71  Keeping Watch on the Interlopers
      11351  11352  71  Mastering the Runes
      11365  11366  72  March of the Giants
      11366  11367  72  The Lodestone
      11263  11264  71  Dealing With Gjalerbron
      11287  11286  71  Find Sage Mistwalker
      11265  11268  71  Of Keys and Cages
      11352  0  71  The Rune of Command
      11367  0  72  Demolishing Megalith
      11266  11267  72  Gjalerbron Attack Plans
      11267  0  72  The Frost Wyrm and its Master
      11268  0  71  The Walking Dead
      11264  0  72  Necro Overlord Mezhen
      11433  0  71  Sleeping Giants
      11453  0  72  The Slumbering King
      11286  11317  71  The Artifacts of Steel Gate
      11296  0  72  Rivenwood Captives
      11317  11323  71  The Cleansing
      11323  11415  71  In Worg's Clothing
      11415  11417  71  Brother Betrayers
      11417  11324  71  Eyes of the Eagle
      11324  0  71  Alpha Worg
      11301  0  71  Brains! Brains! Brains!
      11397  0  71  And You Thought Murlocs Smelled Bad!
      11298  0  71  What's in That Brew?
      11398  11399  71  It's a Scourge Device
      11422  0  71  Trident of the Son
      11399  0  71  Bring Down Those Shields
      5544  5742  56  Carrion Grubbage
      12182  12188  72  To Venomspite!
      4701  0  59  Put Her Down
      11661  0  71  Orabus the Helmsman
      11685  11695  71  The Heart of the Elements
      11881  0  71  Load'er Up!
      11896  11907  71  Weakness to Lightning
      11899  0  71  Souls of the Decursed
      11906  0  71  Cleaning Up the Pools
      12486  11624  71  To Bor'gorok Outpost, Quickly!
      11887  0  71  Emergency Supplies
      11612  11617  72  Reclaiming the Quarry
      11605  11607  72  The Honored Ancestors
      11609  11610  72  Picking Up the Pieces
      11617  11623  72  Hampering Their Escape
      11610  0  72  Leading the Ancestors Home
      11907  0  71  The Sub-Chieftains
      11909  0  72  Defeat the Gearmaster
      11695  11706  71  The Horn of Elemental Fury
      6603  5082  56  Trouble in Winterspring!
      6607  0  45  Nat Pagle, Angler Extreme
      11706  0  71  The Collapse
      11893  0  71  The Power of the Elements
      6612  0  45  I Know A Guy...
      6622  0  -1  Triage
      11988  0  75  The Runic Keystone
      12003  12010  75  Uncovering the Tunnels
      12093  12094  75  Runes of Compulsion
      12158  12159  75  Hollowstone Mine
      12219  0  74  The Failed World Tree
      12220  0  74  A Dark Influence
      12447  0  74  The Obsidian Dragonshrine
      12512  0  76  Leave No One Behind
      12526  12543  76  Rhino Mastery: The Chase
      12550  12558  76  Dreadsaber Mastery: Stalking the Prey
      12560  12569  76  Crocolisk Mastery: The Plan
      12561  12611  77  An Issue of Trust
      12579  12581  77  Lifeblood of the Mosswalker Shrine
      12592  0  76  The Great Hunter's Challenge
      12634  12644  76  Some Make Lemonade, Some Make Liquor
      12770  0  75  Reallocating Resources
      12804  0  76  A Steak Fit for a Hunter
      12210  0  73  Troll Season!
      11421  11436  71  It Goes to 11...
      12743  12751  55  A Special Surprise
      11728  11795  71  Lupus Pupus
      11938  11942  72  Buying Some Time
      12117  11958  72  Travel to Moa'ki Harbor
      11795  11796  71  Emergency Protocol: Section 8.2, Paragraph C
      11796  11873  71  Emergency Protocol: Section 8.2, Paragraph D
      11873  0  71  Give Fizzcrank the News
      11713  11715  71  Scouting the Sinkholes
      11715  11718  71  Fueling the Project
      11228  11243  70  Hell Has Frozen Over...
      8917  8923  60  An Earnest Proposition
      11251  11252  71  Fresh Legs
      11252  0  71  Into Utgarde!
      8920  8923  60  An Earnest Proposition
      8918  8923  60  An Earnest Proposition
      11255  11290  70  Prisoners of Wyrmskull
      8942  8930  60  Just Compensation
      8933  8929  60  Just Compensation
      11273  11274  70  The Human League
      11420  11426  71  The Path to Payback
      13165  13166  55  Taking Back Acherus
      11333  11343  71  Into the World of Spirits
      11274  11276  70  Zedd's Probably Dead
      11443  0  71  Daggercap Divin'
      11276  11277  70  And Then There Were Two...
      11277  11299  71  The Depths of Depravity
      8932  8929  60  Just Compensation
      11289  0  71  Guided by Honor
      11299  11300  71  The Ring of Judgement
      11300  11278  71  Stunning Defeat at the Ring
      11278  11448  71  Return to Valgarde
      8944  8930  60  Just Compensation
      8943  8930  60  Just Compensation
      11448  11474  71  The Explorers' League Outpost
      11426  11427  71  Locating the Mechanism
      11343  11344  71  The Echo of Ymiron
      11344  0  71  Anguish of Nifflevar
      8790  0  60  Imperial Qiraji Regalia
      11429  11430  71  Drop It then Rock It!
      8777  0  56  Target: Hive'Regal Burrowers
      11436  0  71  Let's Go Surfing Now
      8736  0  60  The Nightmare Manifests
      11465  11468  71  The Ransacked Caravan
      8735  8736  60  The Nightmare's Corruption
      11455  11473  71  The Fragrance of Money
      11464  11466  71  Gambling Debt
      11466  11467  71  Jack Likes His Drink
      11467  0  71  Dead Man's Debt
      11792  11793  71  Enemies of the Light
      11473  11459  71  A Traitor Among Us
      11459  11476  71  Zeh'gehn Sez
      11476  0  71  A Carver and a Croaker
      11479  11480  71  "Crowleg" Dan
      11576  11582  71  Monitoring the Rift: Cleftcliff Anomaly
      11480  11471  71  Meet Number Two
      11471  0  71  The Jig is Up
      11190  0  71  One Size Does Not Fit All
      11157  11187  71  The Clutches of Evil
      11155  0  71  Shoveltusk Soup Again?
      11153  0  71  Break the Blockade
      11187  11188  71  Mage-Lieutenant Malister
      11188  0  71  Two Wrongs...
      11218  11240  71  Danger! Explosives!
      11224  0  71  Send Them Packing
      11202  11327  71  Mission: Eternal Flame
      11968  0  71  The Tides Turn
      11718  11723  71  A Bot in Mammoth's Clothing
      11723  0  71  Deploy the Shake-n-Quake!
      5581  0  35  Portals of the Legion
      8573  0  56  Champion's Battlegear
      11653  11658  71  Hah... You're Not So Big Now!
      11658  0  71  Plan B
      11670  0  72  It Was The Orcs, Honest!
      11942  12019  72  Words of Power
      12019  0  72  Last Rites
      11322  11325  71  The Cleansing
      11176  11390  71  See to the Operations
      11393  0  71  Where is Explorer Jaren?
      11154  0  71  Scare the Guano Out of Them!
      11390  11391  71  I've Got a Flying Machine!
      12225  12226  73  Mmm... Amberseeds!
      11240  0  71  Leader of the Deranged
      11327  11328  71  Mission: Package Retrieval
      11328  0  71  Mission: Forsaken Intel
      11330  11331  71  Absholutely... Thish Will Work!
      11331  11332  71  You Tell Him ...Hic!
      11332  11248  71  Mission: Plague This!
      11248  0  71  Operation: Skornful Wrath
      11406  0  70  Everything Must Be Ready
      11237  11238  72  Gjalerbron Attack Plans
      11672  11727  71  Enlistment Day
      11727  11797  71  A Time for Heroes
      11789  0  71  A Soldier in Need
      11889  11897  71  Death From Above
      11920  0  71  Cultists Among Us
      11791  0  71  Notify Arlos
      12141  11613  71  A Diplomatic Mission
      11897  0  71  Plug the Sinkholes
      11928  11901  71  Farshire
      11927  11599  71  Word on the Street
      11793  11794  71  Further Investigation
      11575  0  71  Nick of Time
      11794  0  71  The Hunt is On
      11599  11600  71  Thassarian, My Brother
      11238  0  72  The Frost Wyrm and its Master
      11245  11250  71  Towers of Certain Doom
      11246  11250  71  Gruesome, But Necessary
      11247  11250  71  Burn Skorn, Burn!
      11249  0  72  Stop the Ascension!
      11250  0  72  All Hail the Conqueror of Skorn!
      11235  11236  71  Dealing With Gjalerbron
      11231  11239  71  Of Keys and Cages
      11329  11410  70  I'll Try Anything!
      11284  0  71  The Yeti Next Door
      11269  11418  71  Down to the Wire
      11292  0  70  Preying Upon the Weak
      11410  0  71  The One That Got Away
      11346  11349  71  The Book of Runes
      11355  11358  72  March of the Giants
      11302  11313  70  The Enigmatic Frost Nymphs
      11418  0  70  We Call Him Steelfeather
      11236  0  72  Necro Overlord Mezhen
      11239  0  71  In Service to the Light
      11432  0  71  Sleeping Giants
      11391  0  71  Steel Gate Patrol
      12075  12076  74  Slim Pickings
      12150  12151  74  Reclusive Runemaster
      12470  0  75  Mystery of the Infinite
      12458  12459  74  Seeds of the Lashers
      12438  0  74  Wanted: Kreug Oathbreaker
      12441  0  74  Wanted: High Shaman Bloodpaw
      5212  5213  60  The Flesh Does Not Lie
      12253  12309  72  Rescue from Town Square
      12275  12276  72  The Demo-gnome
      5382  5515  60  Doctor Theolen Krastinov, the Butcher
      12439  11995  72  A Disturbance In The West
      12464  0  73  My Old Enemy
      11984  11989  74  Filling the Cages
      11901  11902  71  Military? What Military?
      11613  11619  71  Karuk's Oath
      12471  0  71  Cruelty of the Kvaldir
      11619  0  71  Gamel the Cruel
      11620  11625  71  A Father's Words
      11625  11626  71  The Trident of Naz'jan
      11902  11903  71  Pernicious Evidence
      11903  11904  71  It's Time for Action
      11913  0  71  Take No Chances
      11908  12035  71  Reference Material
      11904  11962  71  Fruits of Our Labor
      12035  0  71  Repurposed Technology
      11962  11963  71  One Last Delivery
      11626  0  71  The Emissary
      11963  11965  71  Weapons for Farshire
      11965  0  71  Call to Arms!
      11707  11708  71  Distress Call
      11600  11601  71  The Late William Allerton
      11601  11603  71  Lost and Found
      11603  11604  71  In Wine, Truth
      11864  0  72  A Mission Statement
      6861  0  60  Zinfizzlex's Portable Shredder Unit
      11876  11878  72  Help Those That Cannot Help Themselves
      11884  11892  72  Ned, Lord of Rhinos...
      7201  0  54  The Last Element
      11708  11712  71  The Mechagnomes
      11710  11692  71  What's the Matter with the Transmatter?
      11645  11650  71  Dirty, Stinkin' Snobolds!
      11585  0  71  Hellscream's Vigil
      11596  11598  71  The Defense of Warsong Hold
      11598  11602  71  Taking Back Mightstone Quarry
      11606  11608  71  Patience is a Virtue that We Don't Need
      8577  8578  60  Stewvul, Ex-B.F.F.
      11574  0  71  Too Close For Comfort
      11888  11890  71  Ride to Taunka'le Village
      11608  0  71  Bury Those Cockroaches!
      8584  8585  60  Never Ask Me About My Business
      11614  11615  71  Untold Truths
      11615  11616  71  Nerub'ar Secrets
      11634  11636  71  Wind Master To'bor
      11616  11618  71  Message to Hellscream
      11618  11686  71  Reinforcements Incoming...
      11686  11703  71  The Warsong Farms
      11688  11690  71  Damned Filthy Swine
      11676  0  71  Merciful Freedom
      8305  8519  60  Long Forgotten Memories
      11660  11661  71  Horn of the Ancient Mariner
      11664  0  71  Escaping the Mist
      11703  0  71  Get to Getry
      11693  11694  71  Oh Great... Plagued Magnataur!
      11725  0  71  Finding Pilot Tailspin
      11798  0  72  The Gearmaster
      11694  0  71  There's Something Going On In Those Caves
      11697  11699  71  Rats, Tinky Went into the Necropolis!
      11698  0  71  Might As Well Wipe Out the Scourge
      11699  0  72  I'm Stuck in this Damned Cage... But Not For Long!
      11700  0  71  Let Bixie Know
      11701  0  71  Back to the Airstrip
      11726  11728  71  A Little Bit of Spice
      11652  0  71  The Plains of Nasam
      11900  11905  71  Reading the Meters
      11910  11911  71  Secrets of the Ancients
      11918  11936  71  Basic Training
      11912  11914  71  Nuts for Berries
      11905  0  71  Postponing the Inevitable
      11936  11919  71  Hatching a Plan
      11943  0  71  The Cell
      11914  0  71  Keep the Secret Safe
      11919  11931  71  Drake Hunt
      11946  11951  71  Keristrasza
      11951  11957  71  Bait and Switch
      11931  0  71  Cracking the Code
      11940  0  71  Drake Hunt
      11916  0  71  Hellscream's Champion
      11571  0  71  Learning to Communicate
      11559  0  71  Winterfin Commerce
      11561  0  71  Them!
      11560  11562  71  Oh Noes, the Tadpoles!
      11562  11563  71  I'm Being Blackmailed By My Cleaner
      11563  11565  71  Grmmurggll Mrllggrl Glrggl!!!
      11564  0  71  Succulent Orca Stew
      11569  0  71  Keymaster Urmgrgl
      11570  0  71  Escape from the Winterfin Caverns
      11565  11566  71  The Spare Suit
      11566  0  72  Surrender... Not!
      11582  12728  71  Monitoring the Rift: Sundered Chasm
      11590  11646  71  Abduction
      12728  0  71  Monitoring the Rift: Winterfin Cavern
      11646  11648  71  The Borean Inquisition
      11648  11663  71  The Art of Persuasion
      11663  11671  71  Sharing Intelligence
      11671  11679  71  A Race Against Time
      11679  0  71  Reforging the Key
      11680  11681  71  Taking Wing
      11681  11682  71  Rescuing Evanor
      11682  11733  71  Dragonspeak
      11733  0  71  Traversing the Rift
      12790  0  74  Learning to Leave and Return: the Magical Way
      11591  0  71  Report to Steeljaw's Caravan
      11624  11627  71  The Sky Will Know
      11627  11649  72  Boiling Point
      11649  11629  71  Motes of the Enraged
      11629  11631  71  Return to the Spirit Talker
      11631  0  71  Vision of Air
      11635  11637  71  Farseer Grimwalker's Spirit
      11639  0  71  Revenge Upon Magmoth
      11637  11638  72  Kaganishu
      11638  0  71  Return My Remains
      11593  0  71  The Honored Dead
      11594  0  71  Put Them to Rest
      11945  0  72  Preparing for the Worst
      11949  11950  72  Not Without a Fight!
      11950  11961  72  Muahit's Wisdom
      11961  11968  72  Spirits Watch Over Us
      11868  11892  72  The Culler Cometh
      6623  0  45  Horde Trauma
      6624  0  -1  Triage
      11879  11892  72  Kaw the Mammoth Destroyer
      6862  0  60  Zinfizzlex's Portable Shredder Unit
      6629  0  18  Kill Grundig Darkcloud
      6721  0  -1  The Hunter's Path
      11890  11895  71  What Are They Up To?
      11684  11685  71  Scouting the Sinkholes
      11674  11675  71  Sage Highmesa is Missing
      11895  11896  71  Master the Storm
      11894  0  71  Patching Up
      11675  11677  71  A Proper Death
      11677  0  71  Stop the Plague
      11678  11687  71  Find Bristlehorn
      11683  0  71  Fallen Necropolis
      11628  11630  72  Shrouds of the Scourge
      11687  11689  72  The Doctor and the Lich-Lord
      11689  0  71  Return with the Bad News
      11630  11633  72  The Bad Earth
      11633  11640  72  Blending In
      12456  0  74  The Plume of Alystros
      11640  0  72  Words of Power
      11641  0  72  A Courageous Strike
      11647  0  72  Neutralizing the Cauldrons
      11654  11659  72  The Spire of Blood
      11659  0  72  Shatter the Orbs!
      11262  0  71  Ingvar Must Die!
      11898  0  71  Breaking Through
      11929  11930  72  The Fall of Taunka'le Village
      11977  11978  72  A Tauren Among Taunka
      11978  11983  72  Into the Fold
      6548  6629  18  Avenge My Village
      6566  6567  60  What the Wind Carries
      11983  12008  72  Blood Oath of the Horde
      6504  0  30  The Lost Pages
      12173  0  73  Attunement to Dalaran
      12482  0  71  Against Nifflevar
      11423  0  71  The Enemy's Legacy
      12034  12036  72  Victory Nears...
      11999  12005  72  Rifle the Bodies
      12089  0  74  Wanted: Magister Keldonus
      6085  6086  -1  Taming the Beast
      12091  0  74  Wanted: Dreadtalon
      6501  6502  60  The Dragon's Eye
      12488  12487  74  The High Executor Needs You
      12033  0  72  Message from the West
      12039  12048  72  Black Blood of Yogg-Saron
      6088  6089  -1  Taming the Beast
      12100  12101  72  Containing the Rot
      6401  0  18  Kaya's Alive
      6402  0  60  Stormwind Rendezvous
      6184  6185  60  Flint Shadowmore
      12048  0  72  Scourge Armaments
      12053  12071  72  The Might of the Horde
      12063  12064  72  Strength of Icemist
      6082  6081  -1  Taming the Beast
      12102  12104  73  In Search of the Ruby Lilac
      12419  0  75  The Fate of the Ruby Dragonshrine
      12104  12111  73  Return to Soar
      5961  0  56  The Champion of the Banshee Queen
      6027  0  38  Book of the Ancients
      12057  12115  72  The Flesh-Bound Tome
      12069  12140  73  Return of the High Chief
      6086  0  -1  Training the Beast
      5741  6027  33  Sceptre of Light
      12072  0  72  Blightbeasts be Damned!
      5805  0  1  Welcome!
      6523  6401  18  Protect Kaya
      12125  0  73  In Service of Blood
      5742  5781  56  Redemption
      12127  0  73  In Service of Frost
      12085  0  72  A Letter for Home
      12005  0  73  Prevent the Accord
      12059  12061  72  A Strange Device
      12061  12066  72  Projections and Plans
      12132  12136  73  The Power to Destroy
      12097  0  75  Sarathstra, Scourge of the North
      12066  12084  72  The Focus on the Beach
      12095  12097  75  To Dragon's Fall
      12136  0  73  The Translated Tome
      12084  12106  72  Atop the Woodlands
      12096  0  72  Strengthen the Ancients
      12106  12110  72  Search Indu'le Village
      12487  12468  74  To Conquest Hold, But Be Careful!
      12304  0  72  Beachfront Property
      12206  0  72  Blighted Last Rites
      5482  0  6  Doom Weed
      12205  0  72  Wanted: The Scarlet Onslaught
      12303  0  72  Funding the War Effort
      12209  0  72  Materiel Plunder
      11960  0  72  Planning for the Future
      11958  11959  72  Let Nothing Go To Waste
      12110  12122  72  The End of the Line
      12122  12767  72  Gaining an Audience
      12200  12218  72  Emerald Dragon Tears
      12230  12232  72  Stealing from the Siegesmiths
      12232  0  72  Bombard the Ballistae
      12240  12243  72  A Means to an End
      12234  12239  72  Need to Know
      12454  12456  74  Cycle of Life
      12239  12254  72  The Spy in New Hearthglen
      12218  12221  72  Spread the Good Word
      5463  5464  60  Menethil's Gift
      12254  12260  72  Without a Prayer
      12260  12274  72  The Perfect Dissemblance
      12274  12283  73  A Fall From Grace
      12283  12285  72  The Truth Will Out
      12243  0  72  Fire Upon the Waters
      12285  0  73  Do Unto Others
      12052  0  74  Harp on This!
      12524  12525  76  Venture Co. Misadventure
      12624  0  76  It Could Be Anywhere!
      11170  0  71  Test at Sea
      6570  0  60  Emberstrife
      5481  5482  5  Gordo's Task
      11271  0  71  Hasty Preparations
      11311  0  71  Suppressing the Elements
      11275  11281  71  Making the Horn
      11281  0  71  Mimicking Nature's Call
      11312  11313  71  The Frozen Glade
      11350  11351  71  The Book of Runes
      11256  0  71  Skorn Must Fall!
      11428  0  71  Keeper Witherleaf
      11259  11261  71  Towers of Certain Doom
      11258  11261  71  Burn Skorn, Burn!
      11257  11261  71  Gruesome, But Necessary
      4185  4186  54  The True Masters
      4186  4223  54  The True Masters
      12861  0  75  Trolls Is Gone Crazy!
      12902  12883  75  In Search Of Answers
      4263  0  56  Incendius!
      4264  4282  58  A Crumpled Up Note
      12883  12884  75  Orders From Drakuru
      12884  12630  75  The Ebon Watch
      12894  12903  75  Crusader Forward Camp
      12903  0  76  That's What Friends Are For...
      12901  0  76  Making Something Out Of Nothing
      4184  4185  54  The True Masters
      12630  0  75  Kickin' Nass and Takin' Manes
      12631  12637  75  An Invitation, of Sorts...
      12637  12629  75  Near Miss
      12629  12648  75  You Can Run, But You Can't Hide
      12795  12503  75  Taking a Stand
      12648  12661  75  Dressing Down
      12652  0  75  Feedin' Da Goolz
      12661  12669  75  Infiltrating Voltarus
      12664  0  75  Dark Horizon
      12669  12677  75  So Far, So Bad
      12673  0  75  It Rolls Downhill
      12677  12676  75  Hazardous Materials
      12686  0  75  Zero Tolerance
      12676  12713  75  Sabotage
      12690  12710  75  Fuel for the Fire
      12510  12514  76  Precious Elemental Fluids
      12584  0  76  Pure Evil
      12596  0  76  Pa'Troll
      12710  0  75  Disclosure
      12514  0  76  Mushroom Mixer
      12527  0  76  Gluttonous Lurkers
      12562  0  76  The Drakkari Do Not Need Water Elementals!
      12224  12496  73  The Kor'kron Vanguard!
      12496  12497  74  Audience With The Dragon Queen
      12497  12498  74  Galakrond and the Scourge
      12498  0  74  On Ruby Wings
      12372  0  74  Defending Wyrmrest Temple
      12500  0  74  Return To Angrathar
      12516  12623  76  Too Much of a Good Thing
      12623  12627  77  To the Witch Doctor
      12615  0  77  The Blessing of Zim'Torga
      12627  0  77  Breaking Through Jin'Alai
      12622  12640  77  The Leaders at Jin'Alai
      12618  0  77  Blessing of Zim'Torga
      12628  12632  77  To Speak With Har'koa
      12635  12650  77  Relics of the Snow Leopard Goddess
      12640  12659  77  Sealing the Rifts
      12639  0  77  The Frozen Earth
      12632  0  77  But First My Offspring
      12642  12646  77  Spirit of Rhunok
      12650  0  77  Plundering Their Own
      12655  0  77  The Blessing of Zim'Rhuk
      12175  12176  74  Gray Worg Hides
      12256  0  74  The Flamebinders' Secrets
      12257  0  74  A Show of Strength
      12436  0  74  Supplemental Income
      12259  0  74  The Thane of Voldrune
      12451  0  74  Onward to Camp Oneqwah
      12412  12413  75  My Enemy's Friend
      12176  12177  74  A Minor Substitution
      12170  0  74  Blackriver Brawl
      12177  12178  74  Jun'ik's Coverup
      12413  12427  74  Attack on Silverbrook
      11989  11990  73  Truce?
      11990  11991  74  Vial of Visions
      6542  6543  19  Report to Kadrak
      12484  0  74  Scourgekabob
      12483  12190  75  Shimmercap Stew
      12029  12037  74  Seared Scourge
      12423  12424  74  Mikhail's Journal
      12007  12042  74  Sacrifices Must be Made
      12042  12802  74  Heart of the Ancients
      12190  0  74  Say Hello to My Little Friend
      12802  12068  74  My Heart is in Your Hands
      12037  13129  74  Search and Rescue
      12453  0  74  Eyes Above
      12424  12422  74  Gorgonna
      12422  12427  74  Tactical Clemency
      12213  0  74  The Darkness Beneath
      12207  0  74  Vordrassil's Fall
      12178  12427  74  Delivery to Krenna
      12425  0  75  Ruuna the Blind
      12427  0  74  The Conquest Pit: Bear Wrestling!
      5243  0  60  Houses of the Holy
      5214  0  60  The Great Fras Siabi
      5213  0  60  The Active Agent
      12431  0  75  The Conquest Pit: Final Showdown
      12231  0  75  The Bear God's Offspring
      12229  0  74  A Possible Link
      12522  12523  76  Need an Engine, Take an Engine
      12523  12696  76  Have a Part, Give a Part
      12696  0  77  Aerial Surveillance
      12699  12671  77  An Embarassing Incident
      12671  0  77  Reconnaissance Flight
      12683  0  77  Burning to Help
      12082  0  75  Dun-da-Dun-tah!
      12517  0  15  Rogues Deck
      12068  12238  75  Voices From the Dust
      12238  0  75  Cleansing Drak'Tharon
      12745  12751  55  A Special Surprise
      12718  0  55  More Skulls For Brew
      12112  12075  74  Stiff Negotiations
      12149  12150  73  Mighty Magnataur
      12164  0  75  Hour of the Worg
      12249  0  75  Ursoc, the Bear God
      12525  12696  76  Wipe That Grin Off His Face
      12589  12592  76  Kick, What Kick?
      12549  12550  76  Dreadsaber Mastery: Becoming a Predator
      12520  12526  76  Rhino Mastery: The Test
      13166  0  55  The Battle For The Ebon Hold
      13189  0  55  Warchief's Blessing
      12252  0  72  Torture the Torturer
      8274  0  5  Test Kill Quest
      8270  0  0  test copy quest
      13151  0  80  A Royal Escort
      13179  0  80  No Mercy for the Merciless
      13181  0  80  Victory in Wintergrasp
      13196  0  80  Bones and Arrows
      13419  0  80  Preparations for War
      4001  4002  54  What Is Going On?
      13257  13266  74  Herald of War
      13266  13267  74  A Life Without Regret
      13267  0  74  The Battle For The Undercity
      13188  0  55  Where Kings Walk
      13158  13159  77  Discretion is Key
      13159  0  77  Containment
      13247  0  80  Proof of Demise: Ley-Guardian Eregos
      13241  0  80  Timear Foresees Ymirjar Berserkers in your Future!
      13197  0  80  Fueling the Demolishers
      13149  13151  80  Dispelling Illusions
      13177  0  80  No Mercy for the Merciless
      13240  0  80  Timear Foresees Centrifuge Constructs in your Future!
      13251  0  80  Proof of Demise: Mal'Ganis
      10080  0  61  Forge Camps of the Legion
      10083  0  61  The Legion's Plans
      10531  0  55  The Battle for Arathi Basin!
      10549  0  18  REUSE
      10737  0  70  The Master's Touch
      10746  0  70  DEPRECATED Karazhan: LAB - E - Exalted Ring - Caster
      11087  0  70  HYJAL FLAG
      11116  0  70  Trial of the Naaru: (QUEST FLAG)
      11175  0  71  My Daughter
      11179  0  71  [Temporarily Deprecated Awaiting a New Mob]Finlay Is Gutless
      11189  0  72  One Last Time
      11233  11234  71  Landing the Killing Blow
      11234  0  71  Report to Anselm
      11241  0  71  Trail of Fire
      11313  0  71  Spirits of the Ice
      11314  0  71  The Fallen Sisters
      11315  0  71  Wild Vines
      11316  0  71  Spawn of the Twisted Glade
      11319  0  71  Seeds of the Blacksouled Keepers
      11325  11414  71  In Worg's Clothing
      11326  0  71  Alpha Worg
      11348  0  71  The Rune of Command
      11349  11348  71  Mastering the Runes
      11358  11359  72  The Lodestone
      11359  0  72  Demolishing Megalith
      11394  0  71  And You Thought Murlocs Smelled Bad!
      11395  11396  71  It's a Scourge Device
      11396  0  71  Bring Down Those Shields
      11411  0  70  Camp Winterhoof
      11414  11416  71  Brother Betrayers
      11416  11326  71  Eyes of the Eagle
      11452  0  72  The Slumbering King
      11478  0  71  Outpost Over Yonder...
      11586  0  71  Hellscream's Vigil
      11592  0  72  We Strike!
      11595  0  71  The Defense of Warsong Hold
      11604  11932  71  A Deserter
      11632  0  71  What the Cold Wind Brings...
      11636  11642  71  Magic Carpet Ride
      11642  0  71  Tank Ain't Gonna Fix Itself
      8542  8543  60  The Horde Needs Tin Bars!
      11644  11651  71  Super Strong Metal Plates!
      8519  8555  60  A Pawn on the Eternal Board
      7945  0  -1  Your Fortune Awaits You...
      8285  8279  56  The Deserter
      11662  0  71  Seek Out Karuk!
      11673  0  72  Get Me Outa Here!
      11690  0  71  Bring 'Em Back Alive
      11702  0  71  King Mrgl-Mrgl
      7944  0  -1  Your Fortune Awaits You...
      11709  11711  71  Nork Bloodfrenzy's Charge
      7722  0  50  What the Flux?
      7937  0  -1  Your Fortune Awaits You...
      7581  7582  -1  The Prison's Bindings
      11716  11717  71  The Wondrous Bloodspore
      11719  11720  71  A Suitable Test Subject
      7282  0  -1  Brotherly Love
      7027  0  -1  Empty Stables
      11721  11722  71  Gammothra the Tormentor
      11722  0  71  Trophies of Gammoth
      7281  0  -1  Brotherly Love
      11729  11730  71  The Ultrasonic Screwdriver
      11730  0  71  Master and Servant
      11788  11798  71  Lefty Loosey, Righty Tighty
      11764  0  -1  Desecrate this Fire!
      11932  12086  71  Cowards and Fools
      11944  12088  72  Surrounded!
      11956  11938  71  Finding the Phylactery
      11959  0  73  Slay Loguhn
      11967  11969  71  Mustering the Reds
      11969  11973  71  Springing the Trap
      11974  0  -1  [ph] Now, When I Grow Up...
      11981  11982  75  Find Kurun!
      11982  12070  75  Raining Down Destruction
      11985  12081  75  Into the Breach
      11986  0  75  The Damaged Journal
      11993  0  75  The Runic Prophecies
      11995  0  72  Your Presence is Required at Stars' Rest
      11996  11999  72  Your Presence is Required at Agmar's Hammer
      11998  12002  75  Softening the Blow
      12002  12003  75  Brothers in Battle
      12009  0  72  Tua'kea's Crab Traps
      12010  12014  75  The Fate of Orlond
      12011  12016  72  Signs of Big Watery Trouble
      12014  0  75  Steady as a Rock?
      12016  12017  72  The Bait
      12017  0  73  Meat on the Hook
      12026  12054  75  The Damaged Journal
      12027  0  74  Mr. Floppy's Perilous Adventure
      12028  12030  72  Spiritual Insight
      12030  12031  72  Elder Mana'loa
      12031  12032  72  Freedom for the Lingering
      12032  0  72  Conversing With the Depths
      12038  0  72  Seared Scourge
      12043  0  74  Nozzlerust Defense
      6148  0  60  The Scarlet Oracle, Demetria
      6147  6148  60  Return to Nathanos
      6135  0  60  Duskwing, Oh How I Hate Thee...
      12047  0  74  Something That Doesn't Melt
      6089  0  -1  Training the Beast
      12050  0  74  Lumber Hack
      12054  0  75  Deciphering the Journal
      12058  0  75  The Runic Prophecies
      12070  0  75  Rallying the Troops
      12073  0  75  Pounding the Iron
      12074  0  75  An Expedient Ally
      12076  12077  74  Messy Business
      12077  0  74  Apply This Twice A Day
      12078  0  74  Worm Wrangler
      12079  0  74  Stomping Grounds
      12080  0  74  Really Big Worm
      12081  12093  75  Gavrock
      12087  0  72  A Little Help Here? DEPRECATED
      12088  0  72  Thassarian, the Death Knight
      12094  12099  75  Latent Power
      12099  0  75  Free at Last
      12105  12109  74  Descent into Darkness
      12107  12119  72  The End of the Line
      12109  12158  74  Report to Gryan Stoutmantle... Again
      12113  0  75  Nice to Meat You
      12114  0  75  Therapy
      12116  12120  75  It Takes Guts....
      12118  0  72  Travel to Moa'ki Harbor
      12119  12766  72  Gaining an Audience
      12120  12121  75  Drak'aguul's Mallet
      12121  12137  75  See You on the Other Side
      12123  12435  75  Informing the Queen
      12124  12435  75  Informing the Queen
      12128  12129  75  Check Up on Raegar
      12129  12130  75  The Perfect Plan
      12130  12131  75  Why Fabricate When You Can Appropriate?
      12131  12138  75  We Have the Power
      12133  0  -1  Smash the Pumpkin
      12134  0  75  Sasha's Hunt
      12135  0  -1  "Let the Fires Come!"
      12137  12152  75  Chill Out, Mon
      12138  0  75  ... Or Maybe We Don't
      12139  0  -1  "Let the Fires Come!"
      12142  12143  73  Pest Control
      12143  0  73  Canyon Chase
      12144  12145  73  Pest Control
      12145  0  73  Canyon Chase
      12146  12148  73  Disturbing Implications
      12147  12148  73  Disturbing Implications
      12148  12149  73  One of a Kind
      12151  0  74  Wanton Warlord
      12152  0  75  Jin'arrak's End
      12153  0  75  The Iron Thane and His Anvil
      12154  0  75  Blackout
      12155  0  -1  Smash the Pumpkin
      12159  12160  75  Souls at Unrest
      12160  0  75  A Name from the Past
      12161  12328  75  Ruuna the Blind
      12165  12196  75  An Intriguing Plan
      12166  12167  72  The Liquid Fire of Elune
      12171  12174  72  Of Traitors and Treason
      12172  0  73  Attunement to Dalaran
      12180  12183  75  The Captive Prospectors
      12183  12184  75  Looking the Part
      12184  12185  75  Cultivating an Image
      12185  0  75  Put on Your Best Face for Loken
      12192  0  -1  This One Time, When I Was Drunk...
      12195  0  75  The Unexpected 'Guest'
      12196  12197  75  From the Ground Up
      12197  12198  75  We Have the Power
      12198  12199  75  ... Or Maybe We Don't
      12199  0  75  Bringing Down the Iron Thane
      12201  12202  75  The Overseer's Shadow
      12202  12203  75  Cultivating an Image
      12203  0  75  Loken's Orders
      12204  12201  75  In the Name of Loken
      12208  11984  74  Good Troll Hunting
      12211  0  72  Let Them Not Rise!
      12214  0  72  Fresh Remounts
      12216  0  74  Take Their Rear!
      12217  0  74  Eagle Eyes
      12222  12225  74  Secrets of the Flamebinders
      12223  12225  74  Thinning the Ranks
      12227  0  73  Doing Your Duty
      5384  0  60  Kirtonos the Herald
      12236  0  75  Ursoc, the Bear God
      12237  12251  72  Flight of the Wintergarde Defender
      12241  0  75  Destroy the Sapling
      12242  0  74  Vordrassil's Seeds
      12244  0  74  Shredder Repair
      12245  12252  72  No Mercy for the Captured
      12246  0  74  A Possible Link
      12247  0  75  Children of Ursoc
      12248  0  75  Vordrassil's Sapling
      12250  0  75  Vordrassil's Seeds
      12251  12253  72  Return to the High Commander
      12255  0  74  The Thane of Voldrune
      12261  12263  74  No Place to Run
      12262  0  74  No One to Save You
      12263  0  74  The Best of Intentions
      12264  0  74  Culling the Damned
      12265  12267  74  Defiling the Defilers
      12266  0  74  Tales of Destruction
      12267  12266  75  Neltharion's Flame
      12268  0  74  Pieces Parts
      12269  12325  72  Not In Our Mine
      12270  0  74  Shred the Alliance
      12271  12273  72  The Rod of Compulsion
      12272  12281  72  The Bleeding Ore
      12273  0  73  The Denouncement
      12276  12277  72  The Search for Slinkin
      12277  12281  72  Leave Nothing to Chance
      12279  0  75  A Bear of an Appetite
      12280  0  74  Making Repairs
      12281  12325  72  Understanding the Scourge War Machine
      12282  12287  72  Imprints on the Past
      12284  0  74  Keep 'Em on Their Heels
      12287  12290  72  Orik Trueheart and the Forgotten Shore
      12288  0  74  Overwhelmed!
      12289  0  74  Kick 'Em While They're Down
      12290  12291  72  The Murkweed Elixir
      12291  12301  72  The Forgotten Tale
      12293  12294  74  Close the Deal
      12294  12295  74  A Tentative Pact
      12295  0  74  An Exercise in Diplomacy
      12296  0  74  Life or Death
      12297  12298  72  Of Traitors and Treason
      5381  5581  38  Hand of Iruxos
      12299  12300  74  Northern Hospitality
      12300  12302  74  Test of Mettle
      12301  12305  72  The Truth Shall Set Us Free
      12302  0  74  Words of Warning
      5305  0  60  Sweet Serenity
      12307  12300  74  Wolfsbane Root
      12308  12310  74  Escape from Silverbrook
      5302  0  40  The Way of the Weaponsmith
      12310  0  74  A Swift Response
      5264  5265  60  Lord Maxwell Tyrosus
      5284  0  40  The Way of the Weaponsmith
      12312  12319  73  Secrets of the Scourge
      12314  0  74  Down With Captain Zorna!
      12315  0  74  Crush Captain Brightwater!
      12316  0  74  Keep Them at Bay!
      12317  0  74  Keep Them at Bay
      12319  12320  73  Mystery of the Tome
      12320  0  73  Understanding the Language of Death
      12321  12325  73  A Righteous Sermon
      12323  0  74  Smoke 'Em Out
      12324  0  74  Smoke 'Em Out
      12326  12455  73  Steamtank Surprise
      12327  12329  75  Out of Body Experience
      12328  12327  75  Ruuna's Request
      12329  0  75  Fate and Coincidence
      12330  0  75  Anatoly Will Talk
      12411  0  75  A Sister's Pledge
      12414  0  75  Mounting Up
      12415  0  75  The Horse Hollerer
      12416  12417  74  Heated Battle
      12417  12418  74  Return to the Earth
      12418  12768  75  Through Fields of Flame
      12432  0  74  Riding the Red Rocket
      12433  0  74  Seeking Solvent
      12435  12372  74  Report to Lord Afrasastrasz
      12437  0  74  Riding the Red Rocket
      12443  0  74  Seeking Solvent
      12444  0  74  Blackriver Skirmish
      12448  12449  74  Heated Battle
      12449  12450  74  Return to the Earth
      12450  12769  75  Through Fields of Flame
      12455  12457  73  Scattered To The Wind
      12457  12463  73  The Chain Gun And You
      12459  0  74  That Which Creates Can Also Destroy
      12460  12416  74  Report to the Ruby Dragonshrine
      12461  12448  74  Report to the Ruby Dragonshrine
      5162  5164  60  Wrath of the Blue Flight
      5164  0  60  Catalogue of the Wayward
      5126  5218  60  Lorax's Tale
      5151  0  30  Hypercapacitor Gizmo
      12465  12466  73  Plunderbeard's Journal
      12466  12467  73  Chasing Icestorm: The 7th Legion Front
      5124  0  60  Fiery Plate Gauntlets
      12468  12257  74  The Conqueror's Task
      12469  12044  74  Return to Sender
      12472  0  73  Finality
      12473  0  73  An End And A Beginning
      5064  0  28  Grimtotem Spying
      12475  12478  73  What Secrets Men Hide
      5001  5002  59  Bijou's Belongings
      12477  0  73  The Path of Redemption
      12478  0  73  Frostmourne Cavern
      12489  0  76  Welcome to Sholazar Basin
      12490  0  71  Veehja's Revenge
      12495  12497  74  Audience With The Dragon Queen
      12501  0  76  Troll Patrol
      12502  12604  76  Troll Patrol: High Standards
      12503  0  76  Defend the Stand
      12504  0  76  Argent Crusade, We Are Leaving!
      12505  12504  76  New Orders for Sergeant Stackhammer
      12506  0  76  Trouble at the Altar of Sseratus
      12507  12510  76  Strange Mojo
      12508  0  76  Mopping Up
      12509  12604  76  Troll Patrol: Intestinal Fortitude
      4983  0  59  Bijou's Reconnaissance Report
      12518  0  35  Mages Deck
      12519  12604  76  Troll Patrol: Whatdya Want, a Medal?
      12521  12489  76  Where in the World is Hemet Nesingwary?
      12528  0  77  Playing Along
      12529  0  77  The Ape Hunter's Slave
      12530  0  77  Tormenting the Softknuckles
      12531  0  77  The Underground Menace
      12532  12531  77  Flown the Coop!
      12533  0  77  The Wasp Hunter's Apprentice
      12534  0  77  The Sapphire Queen
      12535  0  77  Mischief in the Making
      12536  0  77  A Rough Ride
      12537  12539  77  Lightning Definitely Strikes Twice
      12538  12539  77  The Mist Isn't Listening
      12539  0  77  Hoofing It
      4881  4966  28  Assassination Plot
      4982  4983  59  Bijou's Belongings
      4841  0  25  Pacify the Centaur
      4862  0  59  En-Ay-Es-Tee-Why
      12543  12544  76  An Offering for Soo-rahm
      12544  0  76  The Bones of Nozronn
      12545  0  74  The Cleansing Of Jintha'kalar
      12546  0  78  Reclamation
      12547  12797  78  The Activation Rune
      12548  12547  78  The Etymidian
      12551  12560  76  Crocolisk Mastery: The Trial
      12552  12554  76  Death to the Necromagi
      12553  0  76  Skimmer Spinnerets
      12554  0  76  Malas the Corrupter
      12555  0  76  A Tangled Skein
      12556  0  76  Rhino Mastery: The Kill
      12557  0  76  Lab Work
      12558  0  76  Dreadsaber Mastery: Ready to Pounce
      12559  12613  77  Powering the Waygate - The Makers' Perch
      12563  0  76  Troll Patrol
      12564  12604  76  Troll Patrol: Something for the Pain
      12565  0  76  The Blessing of Zim'Abwa
      12567  0  76  Blessing of Zim'Abwa
      12568  12604  76  Troll Patrol: Done to Death
      12569  0  76  Crocolisk Mastery: The Ambush
      12570  12571  77  Fortunate Misunderstandings
      12571  12572  77  Make the Bad Snake Go Away
      12572  0  77  Gods like Shiny Things
      12573  0  77  Making Peace
      12574  0  77  Back So Soon?
      12575  0  77  The Lost Mistwhisper Treasure
      12576  0  77  Forced Hand
      12577  0  77  Home Time!
      12578  0  77  The Angry Gorloc
      12580  12581  77  The Mosswalker Savior
      12581  0  77  A Hero's Burden
      12582  0  77  Frenzyheart Champion
      12583  0  76  Crashed Sprayer
      12585  12604  76  Troll Patrol: Creature Comforts
      12587  0  76  Troll Patrol
      12588  12604  76  Troll Patrol: Can You Dig It?
      12591  12604  76  Troll Patrol: Throwing Down
      12594  12604  76  Troll Patrol: Couldn't Care Less
      12595  0  77  In Search of Bigger Game
      12597  0  76  Something for the Pain
      12598  0  76  Throwing Down
      12599  0  76  Creature Comforts
      12601  12604  76  The Alchemist's Apprentice
      12602  12604  76  The Alchemist's Apprentice
      12603  0  77  Sharpening Your Talons
      12604  0  76  Congratulations!
      12605  0  77  Securing the Bait
      12606  0  76  Cocooned!
      12607  0  77  A Mammoth Undertaking
      12608  0  78  Cultist Incursion
      12609  0  76  Stocking the Shelves
      12610  0  76  Clipping Their Wings
      12611  12612  77  Returned Sevenfold
      12612  12608  77  The Fallen Pillar
      12613  12548  77  Powering the Waygate - The Makers' Overlook
      12614  0  77  Post-partum Aggression
      12616  0  70  Chamber of Secrets
      12617  0  77  Exterminate the Intruders
      12620  12621  77  The Lifewarden's Wrath
      12621  12559  77  Freya's Pact
      12626  0  55  Company of the Damned
      12633  12638  75  Darkness Calling
      12638  12643  75  Close Call
      12643  12649  75  Silver Lining
      12644  12645  76  Still At It
      12645  0  76  The Taste Test
      12646  12647  77  My Prophet, My Enemy
      12647  12653  77  An End to the Suffering
      12649  12661  75  Suit Up!
      12651  0  77  Lakeside Landing
      12653  12665  77  Back to Har'koa
      12654  0  76  The Part-time Hunter
      12656  0  77  Blessing of Zim'Rhuk
      12658  0  77  My Pet Roc
      12659  0  77  Scalps!
      12660  0  77  Weapons of Destruction
      4542  4841  25  Message to Freewind Post
      4641  788  1  Your Place In The World
      12663  0  75  Reunited
      12665  12666  77  I Sense a Disturbance
      12666  12667  77  Preparations for the Underworld
      12667  12672  77  Seek the Wind Serpent Goddess
      12668  12674  77  Foundation for Revenge
      12672  12668  77  Setting the Stage
      12674  12675  77  Hell Hath a Fury
      12675  12684  77  One Last Thing
      12681  0  77  Reagent Agent
      12684  0  77  Blood of a Dead God
      12685  0  77  You Reap What You Sow
      12688  0  76  Engineering a Disaster
      12689  0  77  Hand of the Oracles
      12691  0  78  A Timeworn Coffer
      12692  0  77  Return of the Lich Hunter
      12695  0  77  Return of the Friendly Dryskin
      12702  0  77  Chicken Party!
      12703  0  78  Kartak's Rampage
      12704  0  77  Appeasing the Great Rain Stone
      12705  0  78  Will of the Titans
      12707  0  77  Wooly Justice
      12708  0  77  Enchanted Tiki Warriors
      12709  0  77  Hexed Caches
      12712  12721  77  The Key of Warlord Zol'Maz
      12713  0  76  Betrayal
      12721  0  77  Rampage
      12726  0  80  Song of Wind and Water
      12729  12730  77  The Gods Have Spoken
      12730  0  78  Convocation at Zol'Heb
      12732  0  80  The Heartblood's Strength
      12734  0  80  Rejek: First Blood
      12735  0  80  A Cleansing Song
      12736  0  80  Song of Reflection
      12737  0  80  Song of Fecundity
      12739  12751  55  A Special Surprise
      12740  0  76  Parachutes for the Argent Crusade
      12741  0  80  Strength of the Tempest
      12742  12751  55  A Special Surprise
      12744  12751  55  A Special Surprise
      12746  12751  55  A Special Surprise
      12748  12751  55  A Special Surprise
      12749  12751  55  A Special Surprise
      12750  12751  55  A Special Surprise
      12752  12787  -1  Desperate Research
      12753  12771  -1  A Desperate Alliance
      12758  0  80  A Hero's Headgear
      12759  0  78  Tools of War
      12760  0  78  Secret Strength of the Frenzyheart
      12761  0  78  Mastery of the Crystals
      12762  0  78  Power of the Great Ones
      12763  0  75  Shifting Priorities
      12766  12460  72  Speak with your Ambassador
      12767  12461  72  Speak with your Ambassador
      12768  12123  75  The Steward of Wyrmrest Temple
      12769  12124  75  The Steward of Wyrmrest Temple
      12771  0  -1  Ironforge
      12772  12773  -1  A Desperate Alliance
      12773  0  -1  Darnassus
      12774  0  -1  Stormwind
      12775  12774  -1  A Desperate Alliance
      12776  0  -1  The Exodar
      12777  12776  -1  A Desperate Alliance
      12780  0  75  DEPRICATED>>Enemy of Our Enemy
      12782  12788  -1  Desperate Research
      12783  12785  -1  Desperate Research
      12784  12786  -1  Desperate Research
      12785  0  -1  Orgrimmar
      12786  0  -1  Thunder Bluff
      12787  0  -1  The Undercity
      12788  0  -1  Silvermoon
      12789  0  75  Into the Breach!
      12791  12790  74  The Magical Kingdom of Dalaran
      12792  0  75  First Things First
      12793  0  75  Smoke on the Horizon
      12796  12790  74  The Magical Kingdom of Dalaran
      12797  12546  78  Back Through the Waygate
      12798  0  25  Swords Deck
      12799  0  75  Siphoning the Spirits
      12803  12561  78  Force of Nature
      12805  0  77  Salvaging Life's Strength
      12807  12810  80  The Story Thus Far...
      12808  12809  -1  A Desperate Alliance
      12809  0  -1  Ironforge
      12810  12814  80  Blood in the Water
      12811  12812  -1  Desperate Research
      12812  0  -1  Orgrimmar
      12813  0  80  From Their Corpses, Rise!
      12814  0  80  You'll Need a Gryphon
      12815  0  80  No Fly Zone
      12816  0  10  Investigate the Scourge of Silvermoon
      12817  0  10  Investigate the Scourge of Exodar
      12818  12819  78  Clean Up
      12819  12826  78  Just Around the Corner
      12820  0  78  A Delicate Touch
      12821  12822  78  Opening the Backdoor
      12822  0  78  Know No Fear
      12823  12824  78  A Flawless Plan
      12824  0  78  Demolitionist Extraordinaire
      12826  12820  78  Slightly Unstable
      12827  0  78  Reclaimed Rations
      12828  0  78  Ample Inspiration
      12829  0  78  Moving In
      12830  0  78  Ore Repossession
      12831  12832  78  Only Partly Forgotten
      12832  0  78  Bitter Departure
      12833  0  78  Overstock
      12836  0  78  Expression of Gratitude
      12838  0  80  Intelligence Gathering
      12839  12840  80  The Grand (Admiral's) Plan
      12840  12847  80  In Strict Confidence
      12841  0  79  The Crone's Bargain
      12843  12846  79  They Took Our Men!
      12844  0  79  Equipment Recovery
      12847  12852  80  Second Chances
      12851  12856  80  Going Bearback
      12852  0  80  The Admiral Revealed
      12853  0  78  Luxurious Getaway!
      12854  0  80  On Brann's Trail
      12855  12858  80  Sniffing Out the Perpetrator
      12856  13063  80  Cold Hearted
      12858  12860  80  Pieces to the Puzzle
      12860  13415  80  Data Mining
      12862  0  78  When All Else Fails
      12863  12864  78  Offering Thanks
      12864  12866  78  Missing Scouts
      12865  12867  78  Loyal Companions
      12866  12868  78  Stemming the Aggressors
      12867  0  78  Baby Stealers
      12868  0  78  Sirana Iceshriek
      12869  0  78  Pushed Too Far
      12870  0  78  Ancient Relics
      12871  12873  80  Aid from the Explorers' League
      12872  0  80  Norgannon's Shell
      12873  12874  80  The Frostborn King
      12874  12875  80  Fervor of the Frostborn
      12875  12877  80  An Experienced Guide
      12876  0  80  Unwelcome Guests
      12877  12986  80  The Lonesome Watcher
      12878  12879  80  The Hidden Relic
      12879  12880  80  Fury of the Frostborn King
      12880  0  80  The Master Explorer
      12882  0  78  Ancient Relics
      12885  12930  80  The Exiles of Ulduar
      12886  13064  80  The Drakkensryd
      12887  12891  80  It's All Fun and Games
      12888  13843  80  SCRAP-E
      12889  0  80  The Prototype Console
      12891  12893  80  I Have an Idea, But First...
      12892  12891  80  It's All Fun and Games
      12893  0  80  Free Your Mind
      12895  12909  80  The Missing Bronzebeard
      12896  13117  80  If He Cannot Be Turned
      12897  13117  80  If He Cannot Be Turned
      12898  12938  80  The Shadow Vault
      12899  12938  80  The Shadow Vault
      12900  0  80  Making a Harness
      12906  12907  79  Discipline
      12907  12908  79  Examples to be Made
      12908  12921  79  A Certain Prisoner
      12909  12910  80  The Nose Knows
      12910  12913  80  Sniffing Out the Perpetrator
      12912  12914  76  A Great Storm Approaches
      12913  12917  80  Speak Orcish, Man!
      12914  12916  76  Gymer's Salvation
      12915  0  80  Mending Fences
      12916  12919  76  Our Only Hope
      12917  0  80  Speaking with the Wind's Voice
      12918  0  -1  Gem Perfection
      12919  0  76  The Storm King's Vengeance
      12920  12926  80  Catching up with Brann
      4182  4183  54  Dragonkin Menace
      12924  13009  80  Forging an Alliance
      12925  0  80  Aberrations
      12926  12927  80  Pieces of the Puzzle
      12927  13416  80  Data Mining
      12928  0  80  Norgannon's Shell
      12929  12930  80  The Earthen of Ulduar
      12930  0  80  Rare Earth
      12931  0  80  Fighting Back
      4132  0  58  Operation: Death to Angerforge
      12933  12934  77  The Amphitheater of Anguish: Magnataur!
      12934  12935  77  The Amphitheater of Anguish: From Beyond!
      12935  12936  77  The Amphitheater of Anguish: Tuskarrmageddon!
      12936  12948  77  The Amphitheater of Anguish: Korrak the Bloodrager!
      12937  0  80  Relief for the Fallen
      12939  12943  80  Honor Challenge
      12942  0  80  Off With Their Black Wings
      12943  0  80  Shadow Vault Decree
      12948  0  78  The Champion of Anguish
      12949  12951  80  Get the Key
      12951  0  80  Let the Baron Know
      12952  0  -1  Gem Perfection
      12953  0  80  Valkyrion Must Burn
      4122  4121  58  Grark Lorkrub
      12955  12999  80  Eliminate the Competition
      12956  0  80  A Spark of Hope
      12957  0  80  Slaves of the Stormforged
      4121  4132  58  Precarious Predicament
      4082  0  54  KILL ON SIGHT: High Ranking Dark Iron Officials
      4081  0  52  KILL ON SIGHT: Dark Iron Dwarves
      4062  4063  54  The Rise of the Machines
      4061  4062  54  The Rise of the Machines
      12964  0  80  The Dark Ore
      12965  0  80  The Gifts of Loken
      12966  12967  80  You Can't Miss Him
      12967  0  80  Battling the Elements
      12968  0  80  Yulda's Folly
      12969  12970  80  Is That Your Goblin?
      12970  12971  80  The Hyldsmeet
      12971  12972  80  Taking on All Challengers
      12973  0  80  The Brothers Bronzebeard
      12974  12932  77  The Champion's Call!
      12975  12976  80  In Memoriam
      12976  0  80  A Monument to the Fallen
      12977  0  80  Blowing Hodir's Horn
      12978  0  80  Facing the Storm
      12979  12980  80  Armor of Darkness
      12980  0  80  The Armor's Secrets
      12981  0  80  Hot and Cold
      12982  0  80  Ebon Blade Prisoners
      12983  12996  80  The Last of Her Kind
      12984  12988  80  Valduran the Stormborn
      12985  12987  80  Forging a Head
      12986  12878  80  Fate of the Titans
      12987  0  80  Mounting Hodir's Helm
      12988  0  80  Destroy the Forges!
      12989  0  80  The Slithering Darkness
      12991  0  80  Hit Them Where it Hurts
      12992  13071  80  Crush Dem Vrykuls!
      12993  12998  80  A Colossal Threat
      12994  0  80  Spy Hunter
      12995  0  80  Leave Our Mark
      12996  12997  80  The Warm-Up
      12997  13061  80  Into the Pit
      12998  13007  80  The Heart of the Storm
      12999  0  80  The Bone Witch
      13000  0  79  Emergency Measures
      13001  0  80  Raising Hodir's Spear
      13002  0  -1  Gem Perfection
      13003  0  80  Thrusting Hodir's Spear
      13004  0  -1  Gem Perfection
      13005  13047  80  The Earthen Oath
      13006  0  80  Polishing the Helm
      13007  0  80  The Iron Colossus
      13008  13044  78  Scourge Tactics
      13009  13050  80  A New Beginning
      13010  13057  80  Krolmir, Hammer of Storms
      13011  0  80  Jormuttar is Soo Fat...
      13012  0  -1  Sardis the Elder
      13034  0  80  The Witness and the Hero
      13035  13047  80  Loken's Lackeys
      13036  13008  78  Honor Above All Else
      13037  0  80  Memories of Stormhoof
      13038  0  80  Distortions in Time
      13039  13044  78  Defending The Vanguard
      13040  13044  78  Curing The Incurable
      13041  0  -1  Finish the Shipment
      13042  0  80  Deep in the Bowels of The Underhalls
      13043  13091  80  The Sum is Greater than the Parts
      13044  13045  78  If There Are Survivors...
      13045  13070  78  Into The Wild Green Yonder
      13046  0  80  Feeding Arngrim
      13047  13108  80  The Reckoning
      13048  0  80  Where Time Went Wrong
      13049  0  80  The Hero's Arms
      13050  13051  80  Veranus
      13051  13010  80  Territorial Trespass
      13052  0  77  Aerial Surveillance
      13054  13055  80  The Missing Tracker
      13055  13056  80  Cave Medicine
      13056  0  80  There's Always Time for Revenge
      13057  0  80  The Terrace of the Makers
      13058  0  80  Changing the Wind's Course
      13059  0  80  Revenge for the Vargul
      13060  0  78  When All Else Fails
      13061  13062  79  Prepare for Glory
      13062  12886  80  Lok'lira's Parting Gift
      13063  12900  80  Deemed Worthy
      13064  12915  80  Sibling Rivalry
      13068  13072  80  A Tale of Valor
      13069  0  80  Shoot 'Em Up
      13070  13086  78  A Cold Front Approaches
      13071  0  80  Vile Like Fire!
      13072  13073  80  A Hero Remains
      13073  13074  80  The Keeper's Favor
      13074  13075  80  Hope Within the Emerald Nightmare
      13075  0  80  The Boon of Remulos
      13076  13077  80  Time Yet Remains
      13077  13078  80  The Touch of an Aspect
      13078  13079  80  Dahlia's Tears
      13079  0  80  The Boon of Alexstrasza
      13080  13081  80  Hope Yet Remains
      13081  13082  80  The Will of the Naaru
      13082  0  80  The Boon of A'dal
      13083  0  80  Light Within the Darkness
      13084  0  80  Vandalizing Jotunheim
      13085  12982  80  Vaelen Has Returned
      13086  0  78  The Last Line Of Defense
      13087  0  -1  Northern Cooking
      13088  0  -1  Northern Cooking
      13089  0  -1  Northern Cooking
      13090  0  -1  Northern Cooking
      13091  13121  80  The Art of Being a Water Terror
      13092  13093  80  Reading the Bones
      13093  0  80  Reading the Bones
      13094  0  71  Have They No Shame?
      13095  0  71  Have They No Shame?
      13096  0  78  Gal'darah Must Pay
      13097  13096  78  Unfinished Business
      13098  0  78  For Posterity
      13099  13098  78  Just Checkin'
      13100  0  -1  Infused Mushroom Meatloaf
      13101  0  -1  Convention at the Legerdemain
      13102  0  -1  Sewer Stew
      13103  0  -1  Cheese for Glowergold
      13104  0  78  Once More Unto The Breach, Hero
      13105  0  78  Once More Unto The Breach, Hero
      13106  0  80  Blackwatch
      13107  0  -1  Mustard Dogs!
      13108  0  80  Whatever it Takes!
      13109  0  80  Diametrically Opposed
      13110  0  78  The Restless Dead
      13111  0  78  One of a Kind
      13112  0  -1  Infused Mushroom Meatloaf
      13113  0  -1  Convention at the Legerdemain
      13114  0  -1  Sewer Stew
      13115  0  -1  Cheese for Glowergold
      13116  0  -1  Mustard Dogs!
      13117  0  80  Where Are They Coming From?
      13118  0  78  The Purging Of Scourgeholme
      13119  0  80  Destroying the Altars
      13120  0  80  Death's Gaze
      13121  13133  80  Through the Eye
      13122  0  78  The Scourgestone
      13124  13126  80  The Struggle Persists
      13125  0  79  The Air Stands Still
      13126  13127  80  A Unified Front
      13127  13128  80  Mage-Lord Urom
      13128  0  80  A Wing and a Prayer
      13129  0  74  Head Games
      13130  0  79  The Stone That Started A Revolution
      13132  0  80  Vengeance Be Mine!
      13133  13137  80  Find the Ancient Hero
      13134  0  80  Spill Their Blood
      4022  4024  54  A Taste of Flame
      4024  0  58  A Taste of Flame
      13136  0  80  Jagged Shards
      13137  13142  80  Not-So-Honorable Combat
      13138  0  80  I'm Smelting... Smelting!
      4004  0  60  The Princess Saved?
      13140  0  80  The Runesmiths of Malykriss
      13141  13157  79  The Battle For Crusaders' Pinnacle
      13142  13213  80  Banshee's Revenge
      13143  13145  80  New Recruit
      13144  0  80  Killing Two Scourge With One Skeleton
      13145  0  80  The Vile Hold
      13146  0  80  Generosity Abounds
      13147  0  80  Matchmaker
      4003  4004  59  The Royal Rescue
      13152  0  80  A Visit to the Doctor
      13153  0  80  Warding the Warriors
      13154  0  80  Bones and Arrows
      13155  13143  80  Vereth the Cunning
      13156  0  80  A Rare Herb
      13157  0  79  The Crusaders' Pinnacle
      13160  0  80  Stunning View
      13161  13164  80  The Rider of the Unholy
      13162  13164  80  The Rider of Frost
      13163  13164  80  The Rider of Blood
      13164  0  80  The Fate of Bloodbane
      13167  0  74  Death to the Traitor King
      13168  0  80  Parting Gifts
      13169  13174  80  An Undead's Best Friend
      13170  13174  80  Honor is for the Weak
      13171  13174  80  From Whence They Came
      13172  0  80  Seeds of Chaos
      13174  0  80  Amidst the Confusion
      13178  0  80  Slay them all!
      13180  0  80  Slay them all!
      13182  0  74  Don't Forget the Eggs!
      13183  0  80  Victory in Wintergrasp
      13185  0  80  Stop the Siege
      13186  0  80  Stop the Siege
      13187  0  76  The Faceless Ones
      13190  0  80  All Things in Good Time
      13191  0  80  Fueling the Demolishers
      13192  0  80  Warding the Walls
      13193  0  80  Bones and Arrows
      13194  0  80  Healing with Roses
      13195  0  80  A Rare Herb
      13198  0  80  Warding the Warriors
      13199  0  80  Bones and Arrows
      13200  0  80  Fueling the Demolishers
      13201  0  80  Healing with Roses
      13202  0  80  Jinxing the Walls
      13204  0  76  Funky Fungi
      13205  0  71  Disarmament
      13206  0  71  Disarmament
      13207  0  78  Halls of Stone
      13211  0  80  By Fire Be Purged
      13212  13220  80  He's Gone to Pieces
      13214  13215  80  Battle at Valhalas: Fallen Heroes
      13215  13216  80  Battle at Valhalas: Khit'rix the Dark Master
      13216  13217  80  Battle at Valhalas: The Return of Sigrid Iceborn
      13217  13218  80  Battle at Valhalas: Carnage!
      13218  13219  80  Battle at Valhalas: Thane Deathblow
      13219  0  80  Battle at Valhalas: Final Challenge
      13220  13235  80  Putting Olakin Back Together Again
      13221  0  80  I'm Not Dead Yet!
      13222  0  80  Defend the Siege
      13223  0  80  Defend the Siege
      13228  0  80  The Broken Front
      13229  0  80  I'm Not Dead Yet!
      13230  0  80  Avenge Me!
      13231  0  80  The Broken Front
      13232  0  80  Finish Me!
      13233  0  80  No Mercy!
      13234  0  80  Make Them Pay!
      13235  0  80  The Flesh Giant Champion
      13236  13348  80  Army of the Damned
      13237  0  80  Poke and Prod
      13238  13239  80  Good For Something?
      13239  0  80  Volatility
      13243  0  80  Timear Foresees Infinite Agents in your Future!
      13244  0  80  Timear Foresees Titanium Vanguards in your Future!
      13245  0  80  Proof of Demise: Ingvar the Plunderer
      13246  0  80  Proof of Demise: Keristrasza
      13248  0  80  Proof of Demise: King Ymiron
      13249  0  80  Proof of Demise: The Prophet Tharon'ja
      13250  0  80  Proof of Demise: Gal'darah
      13252  0  80  Proof of Demise: Sjonnir The Ironshaper
      13253  0  80  Proof of Demise: Loken
      13254  0  80  Proof of Demise: Anub'arak
      13255  0  80  Proof of Demise: Herald Volazj
      13256  0  80  Proof of Demise: Cyanigosa
      13259  13262  80  Establishing Superiority
      13261  0  80  Volatility
      13262  13263  80  Blow it Up!
      13263  13168  80  A Short Fuse
      13264  0  80  That's Abominable!
      13273  13274  80  Going After the Core
      13274  13285  80  The Core's Keeper
      13275  13282  80  Time to Hide
      13276  0  80  That's Abominable!
      13277  13279  80  Against the Giants
      13278  0  80  Coprous the Defiled
      13279  0  80  Basic Chemistry
      13280  0  80  King of the Mountain
      13281  0  80  Neutralizing the Plague
      13282  13304  80  Return to the Surface
      13283  0  80  King of the Mountain
      13284  0  80  Assault by Ground
      13285  0  80  Forging the Keystone
      13287  0  80  Poke and Prod
      13288  0  80  That's Abominable!
      13289  0  80  That's Abominable!
      13291  0  80  Borrowed Technology
      13292  0  80  The Solution Solution
      3907  0  56  Disharmony of Fire
      13295  0  80  Basic Chemistry
      13297  0  80  Neutralizing the Plague
      13298  0  80  Coprous the Defiled
      13300  0  80  Slaves to Saronite
      13301  0  80  Assault by Ground
      13302  0  80  Slaves to Saronite
      13304  0  80  Field Repairs
      13305  13236  80  Do Your Worst
      13306  0  80  Raise the Barricades
      13307  13329  80  Bloodspattered Banners
      13308  0  80  Mind Tricks
      3906  3907  52  Disharmony of Flame
      13310  0  80  Assault by Air
      13311  0  45  Demons Deck
      13312  13329  80  The Ironwall Rampart
      13313  0  80  Blinding the Eyes in the Sky
      13314  0  80  Get the Message
      13315  0  80  Sneak Preview
      13316  0  80  The Guardians of Corp'rethar
      13318  0  80  Drag and Drop
      13319  0  80  Chain of Command
      13320  13321  80  Cannot Reproduce
      13321  0  80  Retest Now
      13322  0  80  Retest Now
      13323  0  80  Drag and Drop
      13324  0  80  Darkmoon Prisms Deck
      13325  0  80  Darkmoon Chaos Deck
      13326  0  80  Darkmoon Nobles Deck
      13327  0  80  Darkmoon Undeath Deck
      13328  0  80  Shatter the Shards
      13329  0  80  Before the Gate of Horror
      13330  0  80  Blood of the Chosen
      13331  0  80  Keeping the Alliance Blind
      13332  0  80  Raise the Barricades
      13333  0  80  Capture More Dispatches
      13334  13335  80  Bloodspattered Banners
      13335  0  80  Before the Gate of Horror
      13336  0  80  Blood of the Chosen
      13337  13335  80  The Ironwall Rampart
      13338  0  80  The Guardians of Corp'rethar
      13339  0  80  Shatter the Shards
      13340  0  80  Joining the Assault
      13341  0  80  Joining the Assault
      13342  0  80  Not a Bug
      13343  0  80  Mystery of the Infinite, Redux
      13344  0  80  Not a Bug
      13345  13346  80  Need More Info
      13346  0  80  No Rest For The Wicked
      13348  13349  80  Futility
      13349  0  80  Cradle of the Frostbrood
      13350  0  80  No Rest For The Wicked
      13351  0  80  Sneak Preview
      13352  0  80  Drag and Drop
      13353  0  80  Drag and Drop
      13354  0  80  Chain of Command
      13355  13356  80  Cannot Reproduce
      13356  0  80  Retest Now
      13357  0  80  Retest Now
      13358  0  80  Not a Bug
      13359  13360  80  Where Dragons Fell
      13360  13361  80  Time for Answers
      13361  13362  80  The Hunter and the Prince
      13364  13168  80  Tirion's Gambit
      13365  0  80  Not a Bug
      13366  13367  80  Need More Info
      13367  0  80  No Rest For The Wicked
      13368  0  80  No Rest For The Wicked
      13372  0  80  The Key to the Focusing Iris
      13373  0  80  Fringe Science Benefits
      13375  0  80  The Heroic Key to the Focusing Iris
      13376  0  80  Total Ohmage: The Valley of Lost Hope!
      13377  0  74  The Battle For The Undercity
      13379  0  80  Green Technology
      13380  0  80  Leading the Charge
      13381  13382  80  Watts My Target
      13382  0  80  Putting the Hertz: The Valley of Lost Hope
      13383  13380  80  Killohertz
      13384  0  80  Judgment at the Eye of Eternity
      13385  0  80  Heroic Judgment at the Eye of Eternity
      13387  13388  80  Securing the Perimeter
      13388  13389  80  Set it Off!
      13389  13168  80  A Short Fuse
      13391  13392  80  Time to Hide
      13392  13393  80  Return to the Surface
      13393  0  80  Field Repairs
      13394  13395  80  Do Your Worst
      13395  13396  80  Army of the Damned
      13396  13397  80  Futility
      13397  0  80  Sindragosa's Fall
      13398  13399  80  Where Dragons Fell
      13399  13400  80  Time for Answers
      13400  13401  80  The Hunter and the Prince
      13403  13168  80  Tirion's Gambit
      13404  0  80  Static Shock Troops: the Bombardment
      13405  0  -1  Call to Arms: Strand of the Ancients
      13406  0  80  Riding the Wavelength: The Bombardment
      13407  0  -1  Call to Arms: Strand of the Ancients
      13408  10106  60  Hellfire Fortifications
      13409  10110  60  Hellfire Fortifications
      13410  10106  60  Hellfire Fortifications
      13411  10110  60  Hellfire Fortifications
      13412  13413  80  Corastrasza
      13413  0  80  Aces High!
      13414  0  80  Aces High!
      13415  12872  80  The Library Console
      13416  12928  80  The Library Console
      13417  0  80  The Brothers Bronzebeard
      13418  0  80  Preparations for War
      13420  0  77  Everfrost
      13422  0  79  Maintaining Discipline
      13423  0  80  Defending Your Title
      13424  0  80  Back to the Pit
      13425  0  80  The Aberrations Must Die
      13426  13034  80  Xarantaur, the Witness
      3824  3825  53  Gor'tesh the Brute Lord
      13428  0  -1  Call to Arms: Alterac Valley
      13429  10958  70  A Distraction for Akama
      13430  0  70  Trial of the Naaru: Magtheridon
      3822  0  53  Krom'Grul
      13432  0  70  The Vials of Eternity
      9154  0  -1  Light's Hope Chapel
      9260  0  6  Investigate the Scourge of Stormwind
      9261  0  10  Investigate the Scourge of Ironforge
      9262  0  10  Investigate the Scourge of Darnassus
      9263  0  10  Investigate the Scourge of Orgrimmar
      9264  0  10  Investigate the Scourge of Thunder Bluff
      9265  0  8  Investigate the Scourge of the Undercity
      11528  0  -1  A Winter Veil Gift
      11597  0  71  The Defense of Warsong Hold
      11790  0  71  Cultists Among Us
      4984  4985  54  The Wildlife Suffers Too
      12806  12807  80  To the Rise with all Due Haste!
      12846  12841  78  Leave No Goblin Behind
      12905  12906  79  Mildred the Cruel
      12921  12969  79  A Change of Scenery
      12938  12939  80  The Duke
      12972  12851  80  You'll Need a Bear
      13213  0  80  Battle at Valhalas
      13224  0  79  Orgrim's Hammer
      13225  0  79  The Skybreaker
      13226  13036  78  Judgment Day Comes!
      13227  13036  78  Judgment Day Comes!
      13258  13259  80  Opportunity
      3981  3982  52  Commander Gor'shak
      13271  13275  80  A Voice in the Dark
      13286  13287  80  ...All the Help We Can Get.
      13290  13291  80  Your Attention, Please
      13293  13283  80  Get to Ymirheim!
      13296  13280  80  Get to Ymirheim!
      13347  13369  74  Reborn From The Ashes
      13362  13363  80  Knowledge is a Terrible Burden
      13363  13364  80  Argent Aid
      13369  13370  74  Fate, Up Against Your Will
      13370  13371  74  A Royal Coup
      13371  13377  74  The Killing Time
      13386  13387  80  Exploiting an Opening
      13390  13391  80  A Voice in the Dark
      13401  13402  80  Knowledge is a Terrible Burden
      13402  13403  80  Tirion's Help
      13481  0  80  Let's Get Out of Here!
      13482  0  80  Let's Get Out of Here
      13539  0  80  Toppling the Towers
      13538  0  80  Southern Sabotage
      13549  0  77  Tails Up
      13556  0  77  Eggs for Dubra'Jin
      12845  0  0  Dalaran Teleport Crystal Flag
      13033  0  -1  Arp the Elder
      13014  0  -1  Morthie the Elder
      13018  0  -1  Sandrene the Elder
      13025  0  -1  Lunaro the Elder
      13027  0  -1  Tauros the Elder
      13032  0  -1  Muraco the Elder
      13030  0  -1  Whurain the Elder
      13020  0  -1  Stonebeard the Elder
      13019  0  -1  Thoim the Elder
      13026  0  -1  Bluewolf the Elder
      13024  0  -1  Wanikaya the Elder
      13016  0  -1  Northal the Elder
      13015  0  -1  Fargal the Elder
      13028  0  -1  Graymane the Elder
      13029  0  -1  Pamuya the Elder
      13031  0  -1  Skywarden the Elder
      13013  0  -1  Beldak the Elder
      13421  0  77  Remember Everfrost!
      8854  0  49  Twenty Signets for War Supplies
      8849  0  49  Twenty Signets for War Supplies
      12001  0  5  zzOLDHunting Tarot: Lesser Beasts
      12018  0  73  Sweet Revenge
      12021  0  73  A Letter Home
      12023  0  73  Sweeter Revenge
      12024  0  73  Recording the Fallen
      12025  0  73  A Scarlet Among Us
      12051  0  74  Rustling Some Feathers
      12420  0  -1  Brew of the Month Club
      12421  0  -1  Brew of the Month Club
      13017  0  -1  Jarten the Elder
      13021  0  -1  Igasho the Elder
      13022  0  -1  Nurgen the Elder
      13023  0  -1  Kilias the Elder
      13065  0  -1  Ohanzee the Elder
      13066  0  -1  Yurauk the Elder
      13067  0  -1  Chogan'gada the Elder
      13479  0  -1  The Great Egg Hunt
      13480  0  -1  The Great Egg Hunt
      13483  13479  -1  Spring Gatherers
      13484  13480  -1  Spring Collectors
      13502  0  -1  A Tisket, a Tasket, a Noblegarden Basket
      13503  0  -1  A Tisket, a Tasket, a Noblegarden Basket
      13524  12310  74  Escape from Silverbrook
      13559  0  80  Hodir's Tribute
      13592  0  80  A Valiant's Field Training
      13593  13718  80  Valiant Of Stormwind
      13600  0  80  A Worthy Weapon
      13603  0  80  A Blade Fit For A Champion
      13604  13607  80  Archivum Data Disc
      13606  13614  80  Freya's Sigil
      13607  0  80  The Celestial Planetarium
      13609  13614  80  Hodir's Sigil
      13610  13614  80  Thorim's Sigil
      13611  13614  80  Mimiron's Sigil
      13614  0  80  Algalon
      13616  0  80  The Edge Of Winter
      13622  13629  80  Ancient History
      13625  0  80  Learning The Reins
      13627  0  80  Jack Me Some Lumber
      13629  0  80  Val'anyr, Hammer of Ancient Kings
      13631  0  80  All Is Well That Ends Well
      13633  13641  80  The Black Knight of Westfall?
      13634  13641  80  The Black Knight of Silverpine?
      13641  13643  80  The Seer's Crystal
      13643  13654  80  The Stories Dead Men Tell
      13654  13663  80  There's Something About the Squire
      13663  13664  80  The Black Knight's Orders
      13664  0  80  The Black Knight's Fall
      3628  0  60  You Are Rakh'likh, Demon
      13666  0  80  A Blade Fit For A Champion
      13667  0  80  The Argent Tournament
      3626  3627  58  Return to the Blasted Lands
      3627  3628  60  Uniting the Shattered Amulet
      13669  0  80  A Worthy Weapon
      13670  0  80  The Edge Of Winter
      13671  0  80  Training In The Field
      13672  0  80  Up To The Challenge
      13673  0  80  A Blade Fit For A Champion
      13674  0  80  A Worthy Weapon
      13675  0  80  The Edge Of Winter
      13676  0  80  Training In The Field
      3625  3626  58  Enchanted Azsharite Fel Weaponry
      13678  0  80  Up To The Challenge
      13679  0  80  The Aspirant's Challenge
      13680  0  80  The Aspirant's Challenge
      13681  0  80  A Chip Off the Ulduar Block
      13682  0  80  Threat From Above
      13684  13718  80  A Valiant Of Stormwind
      13685  13714  80  A Valiant Of Ironforge
      13688  13715  80  A Valiant Of Gnomeregan
      13689  13717  80  A Valiant Of Darnassus
      13690  13716  80  A Valiant Of The Exodar
      13691  13697  80  A Valiant Of Orgrimmar
      13692  0  80  The Sword and the Sea
      13693  13719  80  A Valiant Of Sen'jin
      13694  13720  80  A Valiant Of Thunder Bluff
      13695  13721  80  A Valiant Of Undercity
      13696  13722  80  A Valiant Of Silvermoon
      13697  13726  80  The Valiant's Charge
      13699  0  80  The Valiant's Challenge
      13702  13794  80  A Champion Rises
      13703  13714  80  Valiant Of Ironforge
      13704  13715  80  Valiant Of Gnomeregan
      13705  13716  80  Valiant Of The Exodar
      13706  13717  80  Valiant Of Darnassus
      13707  13697  80  Valiant Of Orgrimmar
      13708  13719  80  Valiant Of Sen'jin
      13709  13720  80  Valiant Of Thunder Bluff
      13710  13721  80  Valiant Of Undercity
      13711  13722  80  Valiant Of Silvermoon
      13713  0  80  The Valiant's Challenge
      13714  13713  80  The Valiant's Charge
      13715  13723  80  The Valiant's Charge
      13716  13724  80  The Valiant's Charge
      13717  13725  80  The Valiant's Charge
      13718  13699  80  The Valiant's Charge
      13719  13727  80  The Valiant's Charge
      13720  13728  80  The Valiant's Charge
      13721  13729  80  The Valiant's Charge
      13722  13731  80  The Valiant's Charge
      3511  3602  58  The Name of the Beast
      3602  3621  58  Azsharite
      3510  3511  58  The Name of the Beast
      13725  0  80  The Valiant's Challenge
      13726  0  80  The Valiant's Challenge
      13727  0  80  The Valiant's Challenge
      13728  0  80  The Valiant's Challenge
      13729  0  80  The Valiant's Challenge
      13731  0  80  The Valiant's Challenge
      13732  13794  80  A Champion Rises
      13733  13794  80  A Champion Rises
      13734  13794  80  A Champion Rises
      13735  13794  80  A Champion Rises
      13736  13794  80  A Champion Rises
      13737  13794  80  A Champion Rises
      13738  13794  80  A Champion Rises
      13739  13794  80  A Champion Rises
      13740  13794  80  A Champion Rises
      13741  0  80  A Blade Fit For A Champion
      13742  0  80  A Worthy Weapon
      13743  0  80  The Edge Of Winter
      13744  0  80  A Valiant's Field Training
      3502  0  55  One Draenei's Junk...
      13746  0  80  A Blade Fit For A Champion
      13747  0  80  A Worthy Weapon
      3501  3502  55  Everything Counts In Large Amounts
      13749  0  80  A Valiant's Field Training
      3453  3454  50  The Torch of Retribution
      3463  0  52  Set Them Ablaze!
      13752  0  80  A Blade Fit For A Champion
      13753  0  80  A Worthy Weapon
      13754  0  80  The Edge Of Winter
      13755  0  80  A Valiant's Field Training
      13756  0  80  The Grand Melee
      13757  0  80  A Blade Fit For A Champion
      3443  3452  48  Forging the Shaft
      13759  0  80  The Edge Of Winter
      13760  0  80  A Valiant's Field Training
      13761  0  80  The Grand Melee
      13762  0  80  A Blade Fit For A Champion
      3402  0  50  The Undermarket
      13764  0  80  The Edge Of Winter
      13765  0  80  A Valiant's Field Training
      3385  0  50  The Undermarket
      13768  0  80  A Blade Fit For A Champion
      13769  0  80  A Worthy Weapon
      13770  0  80  The Edge Of Winter
      13771  0  80  A Valiant's Field Training
      3379  0  50  Shadoweaver
      13773  0  80  A Blade Fit For A Champion
      3378  0  50  Prayer to Elune
      13775  0  80  The Edge Of Winter
      13776  0  80  A Valiant's Field Training
      13777  0  80  The Grand Melee
      13778  0  80  A Blade Fit For A Champion
      13779  0  80  A Worthy Weapon
      3368  3371  46  Suntara Stones
      3372  0  46  Release Them
      13781  0  80  A Valiant's Field Training
      3367  3368  46  Suntara Stones
      13783  0  80  A Blade Fit For A Champion
      13784  0  80  A Worthy Weapon
      13785  0  80  The Edge Of Winter
      13786  0  80  A Valiant's Field Training
      3181  3182  43  The Horn of the Beast
      13788  0  80  Threat From Above
      13789  0  80  Taking Battle To The Enemy
      3093  0  3  Rune-Inscribed Note
      3094  0  3  Verdant Note
      13791  0  80  Taking Battle To The Enemy
      13793  0  80  Among the Champions
      13794  0  80  Eadric the Pure
      13795  0  80  The Scourgebane
      13809  0  80  Threat From Above
      13810  0  80  Taking Battle To The Enemy
      13811  0  80  Among the Champions
      13812  0  80  Threat From Above
      13813  0  80  Taking Battle To The Enemy
      13814  0  80  Among the Champions
      13816  0  80  Heroic: The Celestial Planetarium
      13817  13816  80  Heroic: Archivum Data Disc
      13818  0  80  Heroic: Algalon
      13819  0  80  Heroic: All Is Well That Ends Well
      13820  0  80  The Blastbolt Brothers
      13821  13818  80  Heroic: Freya's Sigil
      13822  13818  80  Heroic: Hodir's Sigil
      13823  13818  80  Heroic: Thorim's Sigil
      13824  13818  80  Heroic: Mimiron's Sigil
      13827  0  77  Treasure!
      13828  13672  80  Mastery Of Melee
      13829  13678  80  Mastery Of Melee
      13830  0  -1  The Ghostfish
      13832  0  -1  Jewel Of The Sewers
      13833  0  -1  Blood Is Thicker
      13834  0  -1  Dangerously Delicious
      13835  13672  80  Mastery Of The Shield-Breaker
      13836  0  -1  Disarmed!
      13837  13672  80  Mastery Of The Charge
      13838  13678  80  Mastery Of The Shield-Breaker
      13839  13678  80  Mastery Of The Charge
      13843  0  80  The Scrapbot Construction Kit
      13845  0  80  Sealed Vial of Poison
      13846  0  80  Contributin' To The Cause
      13847  0  80  At The Enemy's Gates
      13851  0  80  At The Enemy's Gates
      13852  0  80  At The Enemy's Gates
      13854  0  80  At The Enemy's Gates
      13855  0  80  At The Enemy's Gates
      13856  0  80  At The Enemy's Gates
      13857  0  80  At The Enemy's Gates
      13858  0  80  At The Enemy's Gates
      13859  0  80  At The Enemy's Gates
      13860  0  80  At The Enemy's Gates
      13861  0  80  Battle Before The Citadel
      13862  0  80  Battle Before The Citadel
      13863  0  80  Battle Before The Citadel
      13864  0  80  Battle Before The Citadel
      11766  0  -1  Desecrate this Fire!
      11772  0  -1  Desecrate this Fire!
      11774  0  -1  Desecrate this Fire!
      11776  0  -1  Desecrate this Fire!
      11580  0  -1  Desecrate this Fire!
      11801  0  -1  Desecrate this Fire!
      11781  0  -1  Desecrate this Fire!
      11784  0  -1  Desecrate this Fire!
      11786  0  -1  Desecrate this Fire!
      11732  0  -1  Desecrate this Fire!
      11737  0  -1  Desecrate this Fire!
      11739  0  -1  Desecrate this Fire!
      11742  0  -1  Desecrate this Fire!
      11743  0  -1  Desecrate this Fire!
      11745  0  -1  Desecrate this Fire!
      11748  0  -1  Desecrate this Fire!
      11749  0  -1  Desecrate this Fire!
      11751  0  -1  Desecrate this Fire!
      11761  0  -1  Desecrate this Fire!
      11755  0  -1  Desecrate this Fire!
      11757  0  -1  Desecrate this Fire!
      11756  0  -1  Desecrate this Fire!
      11581  0  -1  Desecrate this Fire!
      11765  0  -1  Desecrate this Fire!
      11769  0  -1  Desecrate this Fire!
      11770  0  -1  Desecrate this Fire!
      11771  0  -1  Desecrate this Fire!
      11773  0  -1  Desecrate this Fire!
      11777  0  -1  Desecrate this Fire!
      11800  0  -1  Desecrate this Fire!
      11780  0  -1  Desecrate this Fire!
      11802  0  -1  Desecrate this Fire!
      11783  0  -1  Desecrate this Fire!
      11785  0  -1  Desecrate this Fire!
      11803  0  -1  Desecrate this Fire!
      11734  0  -1  Desecrate this Fire!
      11735  0  -1  Desecrate this Fire!
      11738  0  -1  Desecrate this Fire!
      11740  0  -1  Desecrate this Fire!
      11741  0  -1  Desecrate this Fire!
      11744  0  -1  Desecrate this Fire!
      11746  0  -1  Desecrate this Fire!
      11760  0  -1  Desecrate this Fire!
      11762  0  -1  Desecrate this Fire!
      11753  0  -1  Desecrate this Fire!
      11763  0  -1  Desecrate this Fire!
      11767  0  -1  Desecrate this Fire!
      11775  0  -1  Desecrate this Fire!
      11778  0  -1  Desecrate this Fire!
      11799  0  -1  Desecrate this Fire!
      11779  0  -1  Desecrate this Fire!
      11782  0  -1  Desecrate this Fire!
      11787  0  -1  Desecrate this Fire!
      11736  0  -1  Desecrate this Fire!
      11747  0  -1  Desecrate this Fire!
      11750  0  -1  Desecrate this Fire!
      11759  0  -1  Desecrate this Fire!
      11752  0  -1  Desecrate this Fire!
      11754  0  -1  Desecrate this Fire!
      11758  0  -1  Desecrate this Fire!
      13440  0  -1  Desecrate this Fire!
      13441  0  -1  Desecrate this Fire!
      13442  0  -1  Desecrate this Fire!
      13443  0  -1  Desecrate this Fire!
      13444  0  -1  Desecrate this Fire!
      13445  0  -1  Desecrate this Fire!
      13446  0  -1  Desecrate this Fire!
      13447  0  -1  Desecrate this Fire!
      13449  0  -1  Desecrate this Fire!
      13450  0  -1  Desecrate this Fire!
      13451  0  -1  Desecrate this Fire!
      13453  0  -1  Desecrate this Fire!
      13454  0  -1  Desecrate this Fire!
      13455  0  -1  Desecrate this Fire!
      13457  0  -1  Desecrate this Fire!
      13458  0  -1  Desecrate this Fire!
      11804  0  -1  Honor the Flame
      11808  0  -1  Honor the Flame
      11810  0  -1  Honor the Flame
      11813  0  -1  Honor the Flame
      11814  0  -1  Honor the Flame
      11816  0  -1  Honor the Flame
      11819  0  -1  Honor the Flame
      11820  0  -1  Honor the Flame
      11822  0  -1  Honor the Flame
      11832  0  -1  Honor the Flame
      11826  0  -1  Honor the Flame
      11828  0  -1  Honor the Flame
      11827  0  -1  Honor the Flame
      11583  0  -1  Honor the Flame
      11840  0  -1  Honor the Flame
      11842  0  -1  Honor the Flame
      11844  0  -1  Honor the Flame
      11848  0  -1  Honor the Flame
      11850  0  -1  Honor the Flame
      11853  0  -1  Honor the Flame
      11584  0  -1  Honor the Flame
      11837  0  -1  Honor the Flame
      11857  0  -1  Honor the Flame
      11860  0  -1  Honor the Flame
      11862  0  -1  Honor the Flame
      11805  0  -1  Honor the Flame
      11806  0  -1  Honor the Flame
      11809  0  -1  Honor the Flame
      11811  0  -1  Honor the Flame
      11812  0  -1  Honor the Flame
      11815  0  -1  Honor the Flame
      11817  0  -1  Honor the Flame
      11831  0  -1  Honor the Flame
      11833  0  -1  Honor the Flame
      11824  0  -1  Honor the Flame
      11834  0  -1  Honor the Flame
      11841  0  -1  Honor the Flame
      11845  0  -1  Honor the Flame
      11846  0  -1  Honor the Flame
      11847  0  -1  Honor the Flame
      11849  0  -1  Honor the Flame
      11852  0  -1  Honor the Flame
      11836  0  -1  Honor the Flame
      11856  0  -1  Honor the Flame
      11838  0  -1  Honor the Flame
      11859  0  -1  Honor the Flame
      11861  0  -1  Honor the Flame
      11839  0  -1  Honor the Flame
      11807  0  -1  Honor the Flame
      11818  0  -1  Honor the Flame
      11821  0  -1  Honor the Flame
      11830  0  -1  Honor the Flame
      11823  0  -1  Honor the Flame
      11825  0  -1  Honor the Flame
      11829  0  -1  Honor the Flame
      11843  0  -1  Honor the Flame
      11851  0  -1  Honor the Flame
      11854  0  -1  Honor the Flame
      11835  0  -1  Honor the Flame
      11855  0  -1  Honor the Flame
      11858  0  -1  Honor the Flame
      11863  0  -1  Honor the Flame
      13485  0  -1  Honor the Flame
      13486  0  -1  Honor the Flame
      13487  0  -1  Honor the Flame
      13488  0  -1  Honor the Flame
      13489  0  -1  Honor the Flame
      13490  0  -1  Honor the Flame
      13491  0  -1  Honor the Flame
      13492  0  -1  Honor the Flame
      13493  0  -1  Honor the Flame
      13494  0  -1  Honor the Flame
      13495  0  -1  Honor the Flame
      13496  0  -1  Honor the Flame
      13497  0  -1  Honor the Flame
      13498  0  -1  Honor the Flame
      13499  0  -1  Honor the Flame
      13500  0  -1  Honor the Flame
      402  0  30  Sirra is Busy
      785  0  8  A Strategic Alliance
      960  0  1  Onu is meditating
      1005  0  20  What Lurks Beyond
      1006  0  18  What Lies Beyond
      1099  0  1  Goblins Win!
      1263  0  35  The Burning Inn
      1272  0  37  Finding Reethe
      1281  0  35  Jim's Song
      1500  0  25  Waking Naralex
      2000  2018  16  Rokar Bladeshadow
      2018  2019  16  Rokar's Test
      2019  0  16  Tools of the Trade
      5101  0  5  Lee's Ultimate Test Quest... of Doom!
      5383  5384  60  Krastinov's Bag of Horrors
      6843  0  0  Da Foo
      7221  0  60  Speak with Prospector Stonehewer
      7666  0  -1  Again Into the Great Ossuary
      7669  0  60  Again Into the Great Ossuary
      7681  0  10  Hunter test quest
      7682  0  10  Hunter test quest2
      7741  0  59  Praise from the Emerald Circle
      7797  0  1  Dimensional Ripper - Everlook
      7906  0  0  Darkmoon Cards - Beasts
      7908  0  55  Arena Master
      7961  0  1  Waskily Wabbits!
      8001  0  60  Warsong Outriders
      8002  0  60  Silverwing Sentinels
      8021  0  -1  Redeem iCoke Prize Voucher
      8023  0  -1  Redeem iCoke Prize Voucher
      8026  0  -1  Redeem iCoke Prize Voucher
      8230  0  0  Collin's Test Quest
      8259  0  60  A More Fitting Reward
      8289  0  15  Talismans of Merit
      8296  0  15  Mark of Honor
      8339  0  60  Royalty of the Council UNUSED
      8340  0  60  Twilight Signet Ring
      8478  0  9  Choose Your Weapon
      8489  0  6  An Intact Converter
      8530  0  60  The Alliance Needs Singed Corestones!
      8565  0  1  Past Victories in Arathi
      8566  0  1  Past Victories in Arathi
      8567  0  1  Past Victories in Warsong Gulch
      8568  0  1  Past Victories in Warsong Gulch
      8569  0  1  Past Efforts in Warsong Gulch
      8570  0  1  Past Efforts in Warsong Gulch
      8618  0  60  The Horde Needs More Singed Corestones!
      8767  0  -1  A Gently Shaken Gift
      8788  0  -1  A Gently Shaken Gift
      8847  0  29  Ten Signets for War Supplies
      8848  0  39  Fifteen Signets for War Supplies
      8850  0  60  Thirty Signets for War Supplies
      8851  0  19  Five Signets for War Supplies
      8852  0  29  Ten Signets for War Supplies
      8853  0  39  Fifteen Signets for War Supplies
      8855  0  60  Thirty Signets for War Supplies
      8981  0  -1  Gift Giving
      8993  0  -1  Gift Giving
      9065  0  1  The Pattymac Special
      9094  0  -1  Argent Dawn Gloves
      9284  0  60  Aldor Faction Test
      9285  0  60  Consortium Faction Test
      9286  0  60  Scryers Faction Test
      9318  0  -1  Blessed Wizard Oil
      9321  0  -1  Super Healing Potion
      9333  0  -1  Argent Dawn Gloves
      9334  0  -1  Blessed Wizard Oil
      9335  0  -1  Consecrated Sharpening Stones
      9336  0  -1  Super Healing Potion
      9337  0  -1  Super Mana Potion
      9341  0  -1  Tabard of the Argent Dawn
      9343  0  -1  Tabard of the Argent Dawn
      9357  0  5  Report to Aeldon Sunbrand
      9378  0  60  DND FLAG The Dread Citadel - Naxxramas
      9380  0  61  Hounded for More
      9511  0  70  Kargath's Battle Plans
      9713  0  0  Glowcap Harvesting Enabling Flag
      9750  0  18  UNUSED Urgent Delivery
      9767  0  70  Know Your Enemy
      9926  0  66  FLAG Shadow Council/Warmaul Questline
      10126  10128  61  Warboss Nekrogg's Orders
      10128  10131  61  Saving Private Imarion
      10179  0  68  The Custodian of Kirin'Var
      10207  0  61  Forward Base: Reaver's Fall REUSE
      10219  0  255  Walk the Dog
      10260  0  68  Netherologist Coppernickels
      10370  0  70  Nazgrel's Command
      10375  0  67  Obsidian Warbeads
      10376  0  10  Symbol of Hope
      10377  0  20  Nothing to Fear
      10378  0  20  Consume Magic
      10383  0  1  This is a Breadcrumb!
      10386  10089  61  The Fel Reaver Slayer
      10387  10089  61  The Fel Reaver Slayer
      10398  0  61  Return to Honor Hold
      10441  0  69  Peddling the Goods
      10454  0  0  FLAG - OFF THE RAILS
      10529  0  -1  The Hunter's Path
      10533  0  70  More Resource Crates
      10534  0  10  Returning Home
      10536  0  70  More Resource Crates
      10539  0  10  Returning Home
      10610  0  5  Prospecting Basics
      10693  0  60  One Commendation Signet
      10694  0  60  Ten Commendation Signets
      10695  0  60  One Commendation Signet
      10696  0  60  Ten Commendation Signets
      10697  0  60  One Commendation Signet
      10698  0  60  Ten Commendation Signets
      10699  0  60  One Commendation Signet
      10700  0  60  Ten Commendation Signets
      10779  0  10  The Hunter's Path
      10815  0  70  The Journal of Val'zareq: Portends of War
      10841  0  255  The Vengeful Harbinger
      10844  0  68  Forge Camp: Anger
      10925  0  255  Evil Draws Near
      10931  0  0  Return to the Exodar
      10932  0  0  Return to the Exodar
      10933  0  0  Return to Silvermoon
      10934  0  0  Return to Silvermoon
      11425  0  1  Test Quest - Craig
      10638  0  10  NOT A QUEST
      11518  0  0  Sunwell Daily Portal Flag
      11577  0  1  WoW Collector's Edition: - DEM - E - FLAG
      11874  0  0  Upper Deck Promo - Rocket Mount
      11937  0  0  FLAG - all torch return quests are complete
      11402  0  68  Clayton's Quest: Extreme!!
      11461  0  71  DEPRECATED
      11578  0  4  The "Chow" Quest (123)aa COPY
      11579  0  4  The "Chow" Quest (123)aa COPY
      11621  0  0  The Tablet of Leviroth
      11622  0  71  Secrets of Riplash
      11939  0  71  ?????
      11994  0  0  Juno's Flag Tester
      11997  0  75  REUSE
      12015  0  62  Test Quest for Craig
      12103  0  74  DEPRECATED
      12108  0  74  DEPRECATED
      12156  0  74  DEPRECAED
      12162  0  75  Solstice Village
      12163  0  75  The Evil Below
      12179  0  65  Specialization 1 [PH]
      12186  0  0  FLAG: Winner
      12187  0  0  FLAG: Participant
      12228  0  60  Reacquiring the Magic [PH]
      12233  0  73  [Depricated]Sewing Your Seed
      12286  0  -1  Candy Bucket
      12331  0  -1  Candy Bucket
      12332  0  -1  Candy Bucket
      12333  0  -1  Candy Bucket
      12334  0  -1  Candy Bucket
      12335  0  -1  Candy Bucket
      12336  0  -1  Candy Bucket
      12337  0  -1  Candy Bucket
      12338  0  -1  Candy Bucket
      12339  0  -1  Candy Bucket
      12340  0  -1  Candy Bucket
      12341  0  -1  Candy Bucket
      12342  0  -1  Candy Bucket
      12343  0  -1  Candy Bucket
      12344  0  -1  Candy Bucket
      12345  0  -1  Candy Bucket
      12346  0  -1  Candy Bucket
      12347  0  -1  Candy Bucket
      12348  0  -1  Candy Bucket
      12349  0  -1  Candy Bucket
      12350  0  -1  Candy Bucket
      12351  0  -1  Candy Bucket
      12352  0  -1  Candy Bucket
      12353  0  -1  Candy Bucket
      12354  0  -1  Candy Bucket
      12355  0  -1  Candy Bucket
      12356  0  -1  Candy Bucket
      12357  0  -1  Candy Bucket
      12358  0  -1  Candy Bucket
      12359  0  -1  Candy Bucket
      12360  0  -1  Candy Bucket
      12361  0  -1  Candy Bucket
      12362  0  -1  Candy Bucket
      12363  0  -1  Candy Bucket
      12364  0  -1  Candy Bucket
      12365  0  -1  Candy Bucket
      12366  0  -1  Candy Bucket
      12367  0  -1  Candy Bucket
      12368  0  -1  Candy Bucket
      12369  0  -1  Candy Bucket
      12370  0  -1  Candy Bucket
      12371  0  -1  Candy Bucket
      12373  0  -1  Candy Bucket
      12374  0  -1  Candy Bucket
      12375  0  -1  Candy Bucket
      12376  0  -1  Candy Bucket
      12377  0  -1  Candy Bucket
      12378  0  -1  Candy Bucket
      12379  0  -1  Candy Bucket
      12380  0  -1  Candy Bucket
      12381  0  -1  Candy Bucket
      12382  0  -1  Candy Bucket
      12383  0  -1  Candy Bucket
      12384  0  -1  Candy Bucket
      12385  0  -1  Candy Bucket
      12386  0  -1  Candy Bucket
      12387  0  -1  Candy Bucket
      12388  0  -1  Candy Bucket
      12389  0  -1  Candy Bucket
      12390  0  -1  Candy Bucket
      12391  0  -1  Candy Bucket
      12392  0  -1  Candy Bucket
      12393  0  -1  Candy Bucket
      12394  0  -1  Candy Bucket
      12395  0  -1  Candy Bucket
      12396  0  -1  Candy Bucket
      12397  0  -1  Candy Bucket
      12398  0  -1  Candy Bucket
      12399  0  -1  Candy Bucket
      12400  0  -1  Candy Bucket
      12401  0  -1  Candy Bucket
      12402  0  -1  Candy Bucket
      12403  0  -1  Candy Bucket
      12404  0  -1  Candy Bucket
      12405  0  -1  Candy Bucket
      12406  0  -1  Candy Bucket
      12407  0  -1  Candy Bucket
      12408  0  -1  Candy Bucket
      12409  0  -1  Candy Bucket
      12410  0  -1  Candy Bucket
      12426  0  75  DEPRECATED
      12434  0  74  Always Seeking Solvent
      12446  0  74  Always Seeking Solvent
      12452  0  74  zzOLD The Fate of the Ruby Dragonshrine
      12479  0  70  Onwards to Northrend!
      12480  0  70  Onwards to Northrend!
      12485  0  70  Howling Fjord: aa - A - LK FLAG
      12493  0  -1  PvP Test
      12494  0  0  FLAG: Riding Trainer Advertisement (20)
      12586  0  77  In Search of Bigger Game
      12590  0  76  Blahblah[PH]
      12600  0  0  Upper Deck Promo - Bear Mount
      12625  0  55  Dominion Over Acherus
      12682  0  76  Uncharted Territory (DEPRECATED)
      12693  0  0  Wolvar Faction Choice Tracker
      12694  0  0  Oracle Faction Choice Tracker
      12764  0  76  The Secret to Kungaloosh (DEPRECATED)
      12765  0  76  Kungaloosh (DEPRECATED)
      12825  0  78  Expressions of Gratitude
      12834  0  78  Not Rain, Nor Snow, Nor Exploding Plane
      12835  0  78  All Grown Up
      12837  0  78  Tore's Got the Goods
      12881  0  80  The Brothers Bronzebeard
      12890  0  79  If Size Mattered...
      12911  0  80  Kill Credit Test
      12940  0  -1  Candy Bucket
      12941  0  -1  Candy Bucket
      12944  0  -1  Candy Bucket
      12945  0  -1  Candy Bucket
      12946  0  -1  Candy Bucket
      12947  0  -1  Candy Bucket
      12950  0  -1  Candy Bucket
      12990  0  -1  The Wormhole
      13053  0  77  Looking for Survivors
      13123  0  1  WotLK Collector's Edition: - DEM - E - FLAG
      13150  0  77  ZZOLDLost: Widget
      13173  0  80  Amidst the Confusion
      13175  0  80  Regaining Control
      13176  0  80  Preparing the Delivery
      13184  0  80  Outliving Usefulness
      13210  0  1  Blizzard Account: - DEM - E - FLAG
      13265  0  -1  Cloth Scavenging
      13268  0  -1  Cloth Scavenging
      13269  0  -1  Cloth Scavenging
      13270  0  -1  Cloth Scavenging
      13272  0  -1  Cloth Scavenging
      13299  0  75  ZZOLDWisp Cloak
      13317  0  80  ----
      13378  0  80  Chief Engineer Copperclaw
      13203  0  -1  A Winter Veil Gift
      13571  0  80  Fletcher's Lost and Found
      73  0  1   No Reward
      108  0  1   Mystery Reward
      137  0  8   Stormwind Commendation
      241  0  1   HEY MISTER WILSON!
      242  0  30  
      259  0  0  
      260  0  20  
      316  0  1  
      326  0  60  
      327  0  15  
      352  0  1  
      390  0  1  
      406  0  1  
      462  0  1  
      490  0  7  
      497  0  22  
      534  0  34  
      548  0  35  [DEPRECATED] Bloodstone Pendant
      612  0  40  
      740  0  0  
      774  0  4  
      796  0  1  
      797  0  1  
      798  0  1  
      799  0  1  
      800  0  1  
      801  0  1  
      802  0  1  
      803  0  1  
      807  0  11  
      810  0  5  
      811  0  7  
      814  0  6  
      820  0  9  
      839  0  1  
      856  0  12  
      859  0  18  
      904  0  1  
      912  0  12  Stonesplinter Trogg Disguise
      946  0  0  
      987  0  30  
      988  0  20  
      989  0  22  
      1128  0  44   The Gnome Pit Crew is Thirsty
      1129  0  44   The Goblin Pit Crew is Thirsty
      1155  0  55   bug crystal side quest
      1156  0  58   speak to alchemist pestlezugg
      1157  0  57   pestlezugg needs items
      1158  0  58   speak to rabine saturna
      1161  0  58   gossip shade of ambermoon
      1162  0  58   speak to hamuul runetotem
      1163  0  58   speak to tyrande whisperwind
      1165  0  42   Ore for the Races
      1174  0  1  Gnomes Win!
      1277  0  40   The Centaur Hoofprints
      1278  0  45   The Grim Totem Clan
      1279  0  0   The Centaur Hoofprints
      1280  0  0   The Centaur Hoofprints
      1283  0  35  Fire at the Shady Rest
      1290  0  1   Investigating Mosarn
      1291  0  0   Centaur Hoofprints
      1292  0  0   Centaur Hoofprints
      1293  0  0   Centaur Hoofprints
      1294  0  0   Centaur Sympathies
      1295  0  0   Course of Action
      1296  0  0   Course of Action
      1297  0  0   Course of Action
      1298  0  0   Thrall's Dirty Work
      1299  0  0   Thrall's Dirty Work
      1300  0  0   Lorn Grim Totem
      1397  0  1   Saved!
      1441  0  33  
      1443  0  1   The Shakedown
      1460  0  37  
      1461  0  37  
      1533  0  30   Call of Air
      1537  0  30   Call of Air
      1538  0  30   Call of Air
      1659  0  30  
      1660  0  30  
      1662  0  40  
      1663  0  40  
      1664  0  40  
      2020  0  0  
      2058  0  1  
      2059  0  1  
      2868  0  50   The Shriveled Heart
      2971  0  32  
      3023  0  30  
      3064  0  45   Pirate Hats
      3241  0  11   Dreadmist Peak
      3383  0  55  
      3384  0  55  
      3401  0  48  
      3403  0  48  
      3404  0  48  
      3405  0  48  
      3422  0  45  
      3423  0  45  
      3424  0  45  
      3425  0  48  
      3515  0  42  
      3516  0  42  
      3529  0  52  
      3530  0  52  
      3531  0  52  
      3622  0  41  
      3623  0  41  
      3624  0  41  
      3885  0  55   The Gadgetzan Run
      3910  0  55   The Un'Goro Run
      4299  0  50   The Tomb of the Seven
      4323  0  26   Get those Hyenas!!!
      4541  0  0  
      4905  0  0  
      5053  0  1  
      5205  0  49  
      5207  0  49   The True Summoner
      5208  0  49   The Blessing of Evil
      5209  0  49  
      5303  0  58  
      5304  0  58  
      5506  0  56  
      5512  0  56  
      5516  0  58  
      5520  0  58  
      5523  0  58  
      5530  0  60   Necklace of the Dawn
      5532  0  58   Ring of the Dawn
      5664  0  15  
      5665  0  15  
      5666  0  15  
      5667  0  15  
      5668  0  15   A Blessing of Light
      5669  0  15   A Blessing of Light
      5670  0  15   A Blessing of Light
      5671  0  15   A Blessing of Light
      5681  0  25  
      5682  0  25  
      5683  0  25  
      5684  0  25  
      5685  0  25   The Light Protects You
      5686  0  25   The Light Protects You
      5687  0  25   The Light Protects You
      5688  0  15   A Touch of Voodoo
      5689  0  15   A Touch of Voodoo
      5690  0  15   A Touch of Voodoo
      5691  0  15   In the Dark it was Created
      5692  0  15   In the Dark It was Created
      5693  0  15   In the Dark It was Created
      5694  0  35  
      5695  0  35  
      5696  0  35  
      5697  0  35  
      5698  0  35   A Small Amount of Hope
      5699  0  35   A Small Amount of Hope
      5700  0  35   A Small Amount of Hope
      5701  0  25   The Rites of Old
      5702  0  25   The Rites of Old
      5703  0  25   The Rites of Old
      5704  0  25   Undead Priest Robe
      5705  0  25   No Longer a Shadow
      5706  0  25   No Longer a Shadow
      5707  0  35   Flirting With Darkness
      5708  0  35   Flirting With Darkness
      5709  0  35   Flirting With Darkness
      5710  0  35   Troll Priest Robe
      5711  0  35   The Lost Ways
      5712  0  35   The Lost Ways
      6003  0  39   Green With Envy
      6165  0  58   Archmage Timolain's Remains
      6201  0  1   The Legacy of the Ashbringer
      6202  0  1   Good and Evil
      6702  0  33  [DEPRECATED] SF, RFK, GNOMER, BF
      6703  0  33  [DEPRECATED] SF, RFK, GNOMER, BF - Repeatable
      6704  0  45  [DEPRECATED] SM, RFD, ULD
      6705  0  45  [DEPRECATED] SM, RFD, ULD - Repeatable
      6706  0  52  [DEPRECATED] ZUL, ST, MAR
      6707  0  52  [DEPRECATED] ZUL, ST, MAR - Repeatable
      6708  0  60  [DEPRECATED] BRD, DM, BRS
      6709  0  60  [DEPRECATED] BRD, DM, BRS - Repeatable
      6710  0  1  [DEPRECATED] UBRS, STRATH, SCHOL
      6711  0  1  [DEPRECATED] UBRS, STRATH, SCHOL - Repeatable
      6841  0  55  
      6842  0  58  
      7069  0  0  
      7384  0  1   The Scale Crafters
      7561  0  60  Rise, Thunderfury!
      7704  0  50  Look at the Size of It!
      7790  0  0  REUSE
      7869  0  0  test quest - do not use
      7870  0  0  test quest2 - do not use
      7904  0  60  
      7962  0  1  [DEPRECATED] Wabbit Pelts
      8022  0  -1  Redeem iCoke Prize Voucher
      8024  0  -1  Redeem iCoke Prize Voucher
      8025  0  -1  Redeem iCoke Prize Voucher
      8152  0  52  REUSE
      8226  0  -1  Rare Fish - Pale Ghoulfish
      8237  0  50  REUSE
      8244  0  60  
      8245  0  60  
      8247  0  0  
      8248  0  0  
      8337  0  2  
      8444  0  58   gossip shade of ambermoon
      8445  0  58   gossip shade of ambermoon
      8448  0  1   Mystery Reward
      8449  0  1   Mystery Reward
      8450  0  1   Mystery Reward
      8451  0  1   Mystery Reward
      8452  0  1   Mystery Reward
      8453  0  1   Mystery Reward
      8454  0  1   Mystery Reward
      8458  0  33  
      8459  0  1  
      8531  0  60  The Alliance Needs More Singed Corestones!
      8571  0  60   Armor Kits
      8617  0  60  The Horde Needs Singed Corestones!
      8971  0  10  REUSE
      8972  0  10  REUSE
      8973  0  10  REUSE
      8974  0  10  REUSE
      8975  0  10  REUSE
      8976  0  10  REUSE
      9031  0  60  Anthion's Parting Words
      9231  0  60  reuse
      9273  0  -1  Redeem iCoke Prize Voucher
      9296  0  60  reuse
      9297  0  60  reuse
      9298  0  60  reuse
      9306  0  4  Speak with Vindicator Aldar
      9307  0  4  Compassion
      9308  0  4  Blood Elf Remains?
      9316  0  50  [TXT] Goblin Savages
      9347  0  61  Voidwalkers Gone Wild
      9348  0  61  Ravager Roundup
      9350  0  61  A Peon's Work is Never Done
      9353  0  -1  Redeem iCoke Gift Box Voucher
      9354  0  61  Searching for New Materials
      9377  0  63  Thirsting For Power
      9379  0  61  Fortifying the Felhunter
      9384  0  63  Harnessing the Light
      9411  0  60  Infused Bandages
      9412  0  60  Crystal Flake Throat Lozenge
      9413  0  60  Crystal Flake Throat Lozenge
      9414  0  60  Infused Bandages
      9445  0  58  Placeholder: A Worthy Offering
      9458  0  60  Potion of Heightened Senses
      9459  0  60  Anti-crit Potion
      9477  0  60  Potion of Nature's Armor
      9478  0  60  Portable Healing Font
      9479  0  60  Glorious Standard of the Alliance
      9480  0  60  Debuff Banner
      9481  0  60  Light Consumable
      9482  0  60  Nature Resist Potion
      9497  0  70  Emblem of the Fel Horde
      9507  0  8  From the Desk of Mogul Razdunk
      9546  0  8  Fulfilling a Promise
      9577  0  -1  DAILY TEST QUEST (PVP)
      9596  0  10  Control
      9597  0  12  
      9611  0  8  Azuremyst: aa - A - Quest Flag 000
      9613  0  70  Deprecated: Keanna's Will
      9614  0  70  Deprecated: Reforge a Short Blade
      9615  0  70  Deprecated: Reforge a Long Blade
      9650  0  70  Deprecated: Magical Augmentation
      9651  0  70  Deprecated: Magical Augmentation
      9652  0  70  Deprecated: Physical Enhancement
      9653  0  70  Deprecated: Physical Enhancement
      9654  0  70  Deprecated: A Well Rounded Defense
      9655  0  70  Deprecated: Healing Amplification
      9656  0  70  Deprecated: Lethality First
      9657  0  70  Deprecated: Offensive Channeling
      9658  0  70  Deprecated: Offensive Channeling
      9659  0  70  Deprecated: Healing Amplification
      9660  0  70  Deprecated: Lethality First
      9661  0  70  Deprecated: A Well Rounded Defense
      9662  0  70  Deprecated: Keanna's Freedom
      9679  0  -1  Return to Knight-Lord Bloodvalor
      10045  10081  68  Material Components
      9745  0  60  Suppressing the Flame
      9768  0  70  Coilfang Spellbooks
      9880  0  60  Hellfire Penninsula: -pn - A - ToWoW - Hellfire Turnin Cap
      9881  0  60  Hellfire Penninsula: -pn - H - ToWoW - Hellfire Turnin Cap
      9908  0  60  Hellfire Penninsula: -pn - A - ToWoW - Hellfire Turnin
      9909  0  60  Hellfire Penninsula: -pn - H - ToWoW - Hellfire Turnin
      10181  0  1  Collector's Edition: -pn - E - FLAG
      10217  0  255  Fossil Fuel
      10402  0  70  
      10452  0  58  DON'T USE [PH] Fel Orc 1
      10453  0  58  DON'T USE [PH] Fel Orc bread
      10591  0  0  DESTROY THIS QUEST!
      10616  0  66  Breadcrumb
      10631  0  61  Back In Business
      10743  0  67  [DEPRECATED]Hero of the Mok'Nathal
      10787  0  67  [DEPRECATED]The Dragons of Dragons' End
      10890  0  0  [UNUSED]
      10999  0  1  One Shot, One Kill
      11088  0  70  Unravelling Your Training
      11115  0  70  The Mark of Vashj (FLAG ONLY)
      11121  0  70  DAILY TEST QUEST (RAID)
      11125  0  40  [PH] New Hinterlands Quest
      11127  0  20  Thunderbrew Secrets
      11197  0  0  ZZOLD Upper Deck Promo - Ghost Wolf Mount OLD
      11226  0  0  Upper Deck Promo - Spectral Tiger Mount
      11320  0  70  [NYI] Now this is Ram Racing... Almost.
      11334  0  -1  He Shoots, He Scores!
      11345  0  -1  Prizes for Pellets
      11347  0  70   Clear Some Room
      11353  0  0  FLAG: Got the work shirt
      11435  0  70  Gathered Pumpkins NYI
      11437  0  70  [PH] Beer Garden A
      11438  0  70  [PH] Beer Garden B
      11444  0  70  [PH] Beer Garden A
      11445  0  70  [PH] Beer Garden B
      11462  0  71  Handsome Terry
      11463  0  71  Pirates of the North Seas
      11493  0  0  UNUSED
      11551  0  70  Agamath, the First Gate
      11552  0  70  Rohendor, the Second Gate
      11553  0  70  Archonisus, the Final Gate
      11588  0  70  REUSE
      11589  0  70  REUSE
      11934  0  15  Unlocking Your Potential [PH]
      11987  0  1  zzOLDFortune Card: Silver
      11992  0  71  Navigation Charts (Deprecated)
      13303  0  75  Test Quest
      13433  0  -1  Candy Bucket
      13434  0  -1  Candy Bucket
      13435  0  -1  Candy Bucket
      13436  0  -1  Candy Bucket
      13437  0  -1  Candy Bucket
      13438  0  -1  Candy Bucket
      13439  0  -1  Candy Bucket
      13448  0  -1  Candy Bucket
      13452  0  -1  Candy Bucket
      13456  0  -1  Candy Bucket
      13459  0  -1  Candy Bucket
      13460  0  -1  Candy Bucket
      13461  0  -1  Candy Bucket
      13462  0  -1  Candy Bucket
      13463  0  -1  Candy Bucket
      13464  0  -1  Candy Bucket
      13465  0  -1  Candy Bucket
      13466  0  -1  Candy Bucket
      13467  0  -1  Candy Bucket
      13468  0  -1  Candy Bucket
      13469  0  -1  Candy Bucket
      13470  0  -1  Candy Bucket
      13471  0  -1  Candy Bucket
      13472  0  -1  Candy Bucket
      13473  0  -1  Candy Bucket
      13474  0  -1  Candy Bucket
      13501  0  -1  Candy Bucket
      13548  0  -1  Candy Bucket
      13649  0  -1  Justin's Fun Test
      13662  0  50  Gaining Acceptance
      13686  0  80  Alliance Tournament Eligibility Marker
      13687  0  80  Horde Tournament Eligibility Marker
      13700  0  80  Alliance Champion Marker
      13701  0  80  Horde Champion Marker
      13807  0  0  FLAG: Tournament Invitation
      13825  0  -1  Clamlette Surprise
      13826  0  -1  Nat Pagle, Angler Extreme
      13840  0  1  REUSE
      13850  13887  53  Toxic Tolerance
      13990  0  0  Upper Deck Promo - Chicken Mount
      13887  13906  53  Venomhide Eggs
      13889  0  53  Hungry, Hungry Hatchling
      13905  0  53  Searing Roc Feathers
      13904  0  53  Poached, Scrambled, Or Raw?
      13903  0  53  Gorishi Grub
      13906  0  53  They Grow Up So Fast
      13908  0  53  Gearing Up To Ride
      13914  0  53  Searing Roc Feathers
      13915  0  53  Hungry, Hungry Hatchling
      13916  0  53  Poached, Scrambled, Or Raw?
      13917  0  53  Gorishi Grub
      13926  0  -1  Little Orphan Roo Of The Oracles
      13927  0  -1  Little Orphan Kekek Of The Wolvar
      13929  0  -1  The Biggest Tree Ever!
      13930  0  -1  Home Of The Bear-Men
      13931  0  -1  Another Year, Another Souvenir.
      13932  0  -1  Another Year, Another Souvenir.
      13933  0  -1  The Bronze Dragonshrine
      13934  0  -1  The Bronze Dragonshrine
      13937  0  -1  A Trip To The Wonderworks
      13938  0  -1  A Visit To The Wonderworks
      13950  0  -1  Playmates!
      13951  0  -1  Playmates!
      13952  0  -1  The Grateful Dead
      13954  0  -1  The Dragon Queen
      13955  0  -1  The Dragon Queen
      13956  0  -1  Meeting a Great One
      13957  0  -1  The Mighty Hemet Nesingwary
      13959  0  -1  Back To The Orphanage
      13960  0  -1  Back To The Orphanage
      13966  0  -1  A Winter Veil Gift
      13986  0  73  An Injured Colleague
      13997  0  80  If You're Reading This While I'm In Combat...
      14016  0  80  The Black Knight's Curse
      14017  0  80  The Black Knight's Fate
      14022  0  -1  Pilgrim's Bounty
      14023  14024  -1  Spice Bread Stuffing
      14024  14028  -1  Pumpkin Pie
      14028  14030  -1  Cranberry Chutney
      14030  14033  -1  They're Ravenous In Darnassus
      14032  0  2  Kobold Camp Cleanup [Programming Test]
      14033  14035  -1  Candied Sweet Potatoes
      14035  0  -1  Slow-roasted Turkey
      14036  0  -1  Pilgrim's Bounty
      14037  14040  -1  Spice Bread Stuffing
      14040  14041  -1  Pumpkin Pie
      14041  14043  -1  Cranberry Chutney
      14043  14044  -1  Candied Sweet Potatoes
      14044  14047  -1  Undersupplied in the Undercity
      14047  0  -1  Slow-roasted Turkey
      14048  0  -1  Can't Get Enough Turkey
      14051  0  -1  Don't Forget The Stuffing!
      14053  0  -1  We're Out of Cranberry Chutney Again?
      14054  0  -1  Easy As Pie
      14055  0  -1  She Says Potato
      14058  0  -1  She Says Potato
      14059  0  -1  We're Out of Cranberry Chutney Again?
      14060  0  -1  Easy As Pie
      14061  0  -1  Can't Get Enough Turkey
      14062  0  -1  Don't Forget The Stuffing!
      14064  0  -1  Sharing a Bountiful Feast
      14065  0  -1  Sharing a Bountiful Feast
      14074  0  80  A Leg Up
      14076  0  80  Breakfast Of Champions
      14077  0  80  The Light's Mercy
      14079  0  20  Learn to Ride in Elwynn Forest
      14080  0  80  Stop The Aggressors
      14081  0  20  Learn to Ride in the Eversong Woods
      14082  0  20  Learn to Ride at the Exodar
      14083  0  20  Learn to Ride in Dun Morogh
      14084  0  20  Learn to Ride in Dun Morogh
      14085  0  20  Learn to Ride in Darnassus
      14086  0  20  Learn to Ride in Orgrimmar
      14087  0  20  Learn to Ride in Mulgore
      14088  0  20  Learn to Ride in Durotar
      14089  0  20  Learn to Ride in Tirisfal Glades
      14090  0  80  Gormok Wants His Snobolds
      14092  0  80  Breakfast Of Champions
      14095  0  80  Identifying the Remains
      14096  0  80  You've Really Done It This Time, Kul
      14100  0  30  Relic of the Earthen Ring
      14101  0  80  Drottinn Hrothgar
      14102  0  80  Mistcaller Yngvar
      14103  0  -1  Titanium Powder
      14104  0  80  Ornolf The Scarred
      14105  0  80  Deathspeaker Kharos
      14106  0  0  Na Kada's Quest Test
      14107  0  80  The Fate Of The Fallen
      14108  0  80  Get Kraken!
      14111  0  30  Relic of the Earthen Ring
      14112  0  80  What Do You Feed a Yeti, Anyway?
      14119  0  -1  Blank [PH]
      14136  0  80  Rescue at Sea
      14140  0  80  Stop The Aggressors
      14141  0  80  Gormok Wants His Snobolds
      2962  0  30  The Only Cure is More Green Glow
      3091  0  3  Simple Note
      14143  0  80  A Leg Up
      14144  0  80  The Light's Mercy
      14145  0  80  What Do You Feed a Yeti, Anyway?
      14147  0  -1  Blank [PH]
      14148  0  -1  Blank [PH]
      14149  0  -1  Blank [PH]
      14150  0  -1  Blank [PH]
      14151  0  -1  Cardinal Ruby
      14152  0  80  Rescue at Sea
      14160  0  -1  Writ of Merit
      14163  0  -1  Call to Arms: Isle of Conquest
      14164  0  -1  Call to Arms: Isle of Conquest
      14166  0  -1  The Grateful Dead
      14167  0  -1  The Grateful Dead
      14168  0  -1  The Grateful Dead
      14169  0  -1  The Grateful Dead
      14170  0  -1  The Grateful Dead
      14171  0  -1  The Grateful Dead
      14172  0  -1  The Grateful Dead
      14173  0  -1  The Grateful Dead
      14174  0  -1  The Grateful Dead
      14175  0  -1  The Grateful Dead
      14176  0  -1  The Grateful Dead
      14177  0  -1  The Grateful Dead
      14178  0  -1  Call to Arms: Arathi Basin
      14179  0  -1  Call to Arms: Eye of the Storm
      14180  0  -1  Call to Arms: Warsong Gulch
      14181  0  -1  Call to Arms: Arathi Basin
      14182  0  -1  Call to Arms: Eye of the Storm
      14185  0  0  FLAG: Riding Trainer Advertisement (40)
      14186  0  0  FLAG: Riding Trainer Advertisement (60)
      14187  0  0  FLAG: Riding Trainer Advertisement (70)
      14199  0  80  Proof of Demise: The Black Knight
      14200  0  70  Kickoff Mail Marker
      14203  0  80  Waterlogged Recipe
      14409  0  73  A Cautious Return
      14436  0  8  Dwarven Digging
      14437  0  5  Rites of the Earthmother
      14438  0  6  Sharing the Land
      2755  0  36  Joys of Omosh
      2756  2757  40  The Old Ways
      2754  0  36  Horns of Frenzy
      24218  0  -1  Call to Arms: Warsong Gulch
      24219  0  -1  Call to Arms: Warsong Gulch
      24220  0  -1  Call to Arms: Arathi Basin
      24221  0  -1  Call to Arms: Arathi Basin
      24222  0  -1  Call to Arms: Eye of the Storm DEPRECATED
      24223  0  -1  Call to Arms: Arathi Basin
      24224  0  -1  Call to Arms: Warsong Gulch
      24226  0  -1  Call to Arms: Arathi Basin
      24227  0  -1  DEPRECATED
      24426  0  -1  Call to Arms: Alterac Valley
      2701  0  57  Heroes of Old
      2751  0  32  Barbaric Battlements
      24428  0  80  A Most Puzzling Circumstance
      24429  0  80  A Most Puzzling Circumstance
      24431  0  80  Waterlogged Recipe
      24442  0  80  Battle Plans Of The Kvaldir
      14349  14350  60  The Call to Command
      14350  6146  60  The Crimson Courier
      14351  0  32  [DEPRECATED] Battle of Hillsbrad
      14352  14353  36  An Unholy Alliance
      14353  0  36  An Unholy Alliance
      14355  0  42  Into The Scarlet Monastery
      14356  0  16  The Power to Destroy...
      14418  0  13  The Deathstalkers
      14419  14421  13  The Deathstalkers
      14420  14419  13  The Deathstalkers
      14421  14418  13  The Deathstalkers
      14439  0  10  Journey into Thunder Bluff
      14440  0  14  Rites of the Earthmother
      14441  0  -1  Garrosh's Autograph
      14443  14444  80  The Battered Hilt
      14444  14457  80  What The Dragons Know
      14457  20438  80  The Sunreaver Plan
      14483  0  80  Something is in the Air (and it Ain't Love)
      14488  0  80  You've Been Served
      20438  20439  80  A Suitable Disguise
      20439  24454  80  A Meeting With The Magister
      24451  24558  80  An Audience With The Arcanist
      24454  24461  80  Return To Caladis Brightspear
      24461  24476  80  Reforging The Sword
      24476  24480  80  Tempering The Blade
      24480  24522  80  The Halls Of Reflection
      24498  24710  80  The Path to the Citadel
      24499  24683  80  Echoes of Tortured Souls
      24500  0  80  Wrath of the Lich King
      24506  24511  80  Inside the Frozen Citadel
      24507  24712  80  The Path to the Citadel
      24508  0  80  Temp Quest Record
      24509  0  80  Temp Quest Record
      24510  24499  80  Inside the Frozen Citadel
      24511  24682  80  Echoes of Tortured Souls
      24522  24535  80  Journey To The Sunwell
      24535  24553  80  Thalorien Dawnseeker
      2623  2623  55  The Swamp Talker
      2608  2609  20  The Touch of Zanzil
      2621  2622  50  The Disgraced One
      24545  24743  80  The Sacred and the Corrupt
      24547  24749  80  A Feast of Souls
      24548  24549  80  The Splintered Throne
      24549  24748  80  Shadowmourne...
      24553  24796  80  The Purification of Quel'Delar
      24554  24555  80  The Battered Hilt
      24555  24557  80  What The Dragons Know
      24556  24451  80  A Suitable Disguise
      24557  24556  80  The Silver Covenant's Scheme
      24558  24559  80  Return To Myralion Sunblaze
      24559  24560  80  Reforging The Sword
      24560  24561  80  Tempering The Blade
      24561  24562  80  The Halls Of Reflection
      24562  24563  80  Journey To The Sunwell
      24563  0  80  Thalorien Dawnseeker
      2604  0  50  Spiritual Domination
      24576  24793  -1  A Friendly Chat...
      24579  0  80  Sartharion Must Die!
      24580  0  80  Anub'Rekhan Must Die!
      24581  0  80  Noth the Plaguebringer Must Die!
      24582  0  80  Instructor Razuvious Must Die!
      24583  0  80  Patchwerk Must Die!
      24584  0  80  Malygos Must Die!
      24585  0  80  Flame Leviathan Must Die!
      24586  0  80  Razorscale Must Die!
      24587  0  80  Ignis the Furnace Master Must Die!
      24588  0  80  XT-002 Deconstructor Must Die!
      24589  0  80  Lord Jaraxxus Must Die!
      24590  0  80  Lord Marrowgar Must Die!
      2603  0  50  Vulture's Vigor
      24595  24795  80  The Purification of Quel'Delar
      24596  0  80  The Purification of Quel'Delar
      24597  0  -1  A Gift for the King of Stormwind
      2602  0  50  Infallible Mind
      24609  0  -1  A Gift for a Lord of Ironforge
      24610  0  -1  A Gift for the High Priestess of Elune
      24611  0  -1  A Gift for the Prophet
      24612  0  -1  A Gift for the Warchief
      24613  0  -1  A Gift for the Banshee Queen
      24614  0  -1  A Gift for the High Chieftain
      24615  0  -1  A Gift for the Regent Lord of Quel'Thalas
      24629  0  -1  A Perfect Puff of Perfume
      24635  0  -1  A Cloudlet of Classy Cologne
      24636  0  -1  Bonbon Blitz
      24638  0  -1  Crushing the Crown
      24645  0  -1  Crushing the Crown
      24647  0  -1  Crushing the Crown
      24648  0  -1  Crushing the Crown
      24649  0  -1  Crushing the Crown
      24650  0  -1  Crushing the Crown
      24651  0  -1  Crushing the Crown
      24652  0  -1  Crushing the Crown
      2601  0  50  The Basilisk's Bite
      2585  0  50  The Decisive Striker
      24657  24792  -1  A Friendly Chat...
      24658  0  -1  Crushing the Crown
      24659  0  -1  Crushing the Crown
      24660  0  -1  Crushing the Crown
      24661  0  -1  REUSE ME
      24662  0  -1  Crushing the Crown
      24663  0  -1  Crushing the Crown
      24664  0  -1  Crushing the Crown
      24665  0  -1  Crushing the Crown
      24666  0  -1  Crushing the Crown
      24682  24507  80  The Pit of Saron
      24683  24498  80  The Pit of Saron
      24710  24711  80  Deliverance from the Pit
      24711  0  80  Frostmourne
      24712  24713  80  Deliverance from the Pit
      24713  0  80  Frostmourne
      24743  24547  80  Shadow's Edge
      24745  0  80  Something is in the Air (and it Ain't Love)
      24746  0  -1  REUSE
      24748  0  80  The Lich King's Last Stand
      24749  24756  80  Unholy Infusion
      24756  24757  80  Blood Infusion
      24757  24548  80  Frost Infusion
      24788  0  80  Daily Heroic Random (1st)
      24789  0  80  Daily Heroic Random (Nth)
      24790  0  80  Daily Normal Random (1st)
      24791  0  80  Daily Normal Random (Nth)
      24792  14488  -1  Man on the Inside
      24793  14488  -1  Man on the Inside
      24795  0  80  A Victory For The Silver Covenant
      24796  0  80  A Victory For The Silver Covenant
      24797  0  80  REUSE
      24798  0  80  A Victory For The Sunreavers
      24799  0  80  A Victory For The Sunreavers
      24800  0  80  A Victory For The Sunreavers
      24801  0  80  A Victory For The Sunreavers
      24802  0  80  Wrath of the Lich King
      24803  0  -1  Kalu'ak Fishing Derby
      24804  24655  -1  Uncommon Scents
      24805  24536  -1  Uncommon Scents
      24806  0  -1  Better Luck Next Time
      24808  0  0  Tank Ring Flag
      24809  0  0  Healer Ring Flag
      24810  0  0  Melee Ring Flag
      24811  0  0  Caster Ring Flag
      24815  0  80  Choose Your Path
      24819  0  80  A Change of Heart
      24820  0  80  A Change of Heart
      24821  0  80  A Change of Heart
      24822  0  80  A Change of Heart
      24823  0  80  Path of Destruction
      24825  0  80  Path of Wisdom
      24826  0  80  Path of Vengeance
      24827  0  80  Path of Courage
      24828  0  80  Path of Destruction
      24829  0  80  Path of Destruction
      24830  0  80  Path of Wisdom
      24831  0  80  Path of Wisdom
      24832  0  80  Path of Vengeance
      24833  0  80  Path of Vengeance
      24834  0  80  Path of Courage
      24835  0  80  Path of Courage
      24836  0  80  A Change of Heart
      24837  0  80  A Change of Heart
      24838  0  80  A Change of Heart
      24839  0  80  A Change of Heart
      24840  0  80  A Change of Heart
      24841  0  80  A Change of Heart
      24842  0  80  A Change of Heart
      24843  0  80  A Change of Heart
      24844  0  80  A Change of Heart
      24845  0  80  A Change of Heart
      24846  0  80  A Change of Heart
      24847  0  80  A Change of Heart
      24848  24849  -1  Fireworks At The Gilded Rose
      24849  24657  -1  Hot On The Trail
      24850  24851  -1  Snivel's Sweetheart
      24851  24576  -1  Hot On The Trail
      24857  0  4  Attack on Camp Narache
      24869  0  80  Deprogramming
      24870  0  80  Securing the Ramparts
      24871  0  80  Securing the Ramparts
      24872  0  80  Respite for a Tormented Soul
      24873  0  80  Residue Rendezvous
      24874  0  80  Blood Quickening
      24875  0  80  Deprogramming
      24876  0  80  Securing the Ramparts
      24877  0  80  Securing the Ramparts
      24878  0  80  Residue Rendezvous
      24879  0  80  Blood Quickening
      24880  0  80  Respite for a Tormented Soul
      24881  0  15  Classic Random 5-15 (1st)
      24882  0  25  Classic Random 15-25 (1st)
      24883  0  34  Classic Random 24-34 (1st)
      24884  0  45  Classic Random 40-45 (1st)
      24885  0  55  Classic Random 46-55 (1st)
      24886  0  60  Classic Random 56-60 (1st)
      24887  0  64  Classic Random 60-64 (1st)
      24888  0  70  Classic Random 65-70 (1st)
      24889  0  15  Classic Random 5-15 (Nth)
      24890  0  25  Classic Random 15-25 (Nth)
      24891  0  34  Classic Random 24-34 (Nth)
      24892  0  45  Classic Random 40-45 (Nth)
      24893  0  55  Classic Random 46-55 (Nth)
      24894  0  60  Classic Random 56-60 (Nth)
      24895  0  64  Classic Random 60-64 (Nth)
      24896  0  70  Classic Random 65-70 (Nth)
      24912  0  80  Empowerment
      24922  0  70  Classic Random Heroic (1st)
      24923  0  70  Burning Crusade Random Heroic (Nth)
      25239  0  80  Path of Might
      25240  0  80  Path of Might
      25242  0  80  Path of Might
      25246  0  80  A Change of Heart
      25247  0  80  A Change of Heart
      25248  0  80  A Change of Heart
      25249  0  80  A Change of Heart
      25238  0  0  Strength Ring Flag
      24914  0  80  Personal Property
      24915  0  80  Mograine's Reunion
      24916  0  80  Jaina's Locket
      24917  0  80  Muradin's Lament
      24918  0  80  Sylvanas' Vengeance
      24919  0  80  The Lightbringer's Redemption
      2479  2480  -1  Hinott's Assistance
      25092  0  -1  Subduing the Elements
      25180  0  -1  Tablets of the Earth
      25181  0  -1  Tablets of Fire
      25199  0  -1  Basic Orders
      25212  0  -1  Vent Horizon
      25228  25254  -1  Prophecies Of Doom
      2382  2381  16  Wrenix of Ratchet
      2458  2478  -1  Deep Cover
      25253  25282  -1  Prophecies Of Doom
      25254  0  -1  Signs Of The Times
      25282  0  -1  Signs Of The Times
      25283  25500  -1  Prepping the Speech
      25285  0  -1  In and Out
      25286  0  75  Words for Delivery
      25287  0  75  Words for Delivery
      25288  0  -1  Infiltrating The Cult
      25289  0  -1  One Step Forward...
      25290  0  -1  Infiltrating the Cult
      25293  0  -1  The Missing
      25295  0  -1  Press Fire
      25306  0  -1  You're In The Army Gnow!
      25343  0  -1  The Master's Plan
      25347  25348  -1  The Doomsday Plan
      25348  25351  -1  Thwarting Twilight's Hammer
      25351  0  -1  Alert Our Leaders
      25380  0  -1  Spreading The Word
      25393  0  75  Operation: Gnomeregan
      25414  0  -1  The Missing
      25415  0  -1  Spreading The Word
      25416  0  -1  The Master's Plan
      25417  25418  -1  The Doomsday Plan
      25418  25425  -1  Thwarting Twilight's Hammer
      25425  0  -1  Warn King Wrynn
      25444  0  -1  Da Perfect Spies
      25445  0  78  Zalazane's Fall
      25446  0  -1  Frogs Away!
      25461  0  -1  Trollin' For Volunteers
      25470  0  -1  Lady Of Da Tigers
      25480  0  -1  Dance Of De Spirits
      25482  0  80  World Event Dungeon - Headless Horseman
      25483  0  80  World Event Dungeon - Coren Direbrew
      25484  0  80  World Event Dungeon - Ahune
      25485  0  80  World Event Dungeon - Hummel
      25495  0  -1  Preparin' For Battle
      25500  25287  -1  Words for Delivery
      26012  26013  82  Trouble at Wyrmrest
      26013  26034  82  Assault on the Sanctum
      26034  0  82  The Twilight Destroyer
      25563  0  15  Hammering It Out
      25567  0  25  Hammering It Out
      25568  0  35  Hammering It Out
      25569  0  45  Hammering It Out
      25570  0  55  Hammering It Out
      25571  0  -1  A Natural Occurrence
      25572  0  75  Hammering It Out
      25604  0  -1  Hammering It Out
      25605  0  30  Hammering It Out
      25606  0  40  Hammering It Out
      25773  0  -1  A Natural Occurrence
      25785  0  45  Hammering It Out
      25787  0  75  Hammering It Out
      25789  0  -1  Hammering It Out
      26054  0  80  Water They Up To?
      26990  0  80  Water They Up To?
      27122  0  80  Fired Up and Not So Good To Go.
      27127  0  80  Fired Up and Not So Good To Go.
      27137  0  80  Earth Girls Aren't So Easy
      27138  0  80  Earth Girls Aren't So Easy
      27207  0  80  This Blows
      27209  0  80  This Blows
      27307  27540  -1  The Elements Cry Out
      27308  27570  -1  The Elements Cry Out
      27473  0  -1  What's Shaking in Ironforge
      27540  0  -1  The Wildhammer
      27546  0  -1  Speak with Captain Anton
      27566  0  -1  A Gathering in Outland
      27570  0  -1  The Situation So Far
      27572  0  -1  A Gathering in Outland
      27741  27749  -1  Show Me Your Papers
      27749  27767  -1  Arrest the Infiltrators
      27767  27780  -1  Back Under Cover
      27780  0  -1  I Said the Words...
      27799  0  -1  I Said the Words...
      27800  27799  -1  Back Under Cover
      27801  27802  -1  Show Me Your Papers
      27802  27800  -1  Arrest the Infiltrators
      25759  0  15  Hammering It Out
      25781  0  25  Hammering It Out
      25782  0  30  Hammering It Out
      25783  0  35  Hammering It Out
      25784  0  40  Hammering It Out
      25786  0  55  Hammering It Out
      13504  0  13  Shatterspear Laborers
      13505  0  13  Remnants of the Highborne
      13506  13508  13  Reason to Worry
      13507  0  13  Denying Manpower
      13508  13511  13  Swift Response
      13509  0  13  War Supplies
      13510  0  13  Timely Arrival
      13511  0  13  One Bitter Wish
      13512  0  14  Strategic Strikes
      3802  0  52  Dark Iron Legacy
      13514  0  14  The Ancients' Ire
      13515  0  14  Ending the Threat
      13518  0  10  The Last Wave of Survivors
      13519  0  13  The Twilight's Hammer
      13520  0  10  The Boon of the Seas
      13521  13527  10  Buzzbox 413
      13522  0  10  Threat from the Water
      13523  0  13  Power Over the Tides
      13525  0  19  What's Happening to the Blackwood Furbolg?
      13526  13544  19  The Bear's Paw
      13527  13528  11  No Accounting for Taste
      13528  13554  11  Buzzbox 723
      13529  0  11  The Corruption's Source
      13537  0  11  A Taste for Grouper
      13542  0  15  Against the Wind
      13543  0  15  Three Hammers to Break
      13544  13545  19  The Bear's Blessing
      13545  13546  19  Cleansing the Afflicted
      13546  0  19  The Defiler
      13547  13558  15  Coaxing the Spirits
      13554  0  11  A Cure In The Dark
      13557  0  11  Bearer of Good Fortune
      13558  0  16  Call Down the Thunder
      13560  0  13  An Ocean Not So Deep
      13561  0  11  Solace for the Highborne
      13562  0  11  The Final Flame of Bashal'Aran
      3646  0  47  Membership Card Renewal
      13564  0  11  A Lost Companion
      13565  0  12  Twice Removed
      13566  13569  12  Ritual Materials
      13567  0  12  Spirit of the Stag
      13568  0  12  Spirit of the Moonstalker
      13569  0  12  The Ritual Bond
      13570  0  15  Remembrance of Auberdine
      13572  0  19  Jadefire Braziers
      13573  0  15  Malfurion's Return
      13574  0  15  Peering Into the Vortex (DEPRECATED)
      13575  13576  15  The Land Is in Their Blood
      13576  13580  15  Mutual Aid
      13577  13578  16  The Last Wildkin
      13578  13582  17  Aroom's Farewell
      13579  13584  15  Protector of Ameth'Aran
      13580  13581  17  Soothing the Elements
      13581  0  15  The Blackwood Pledge
      13582  0  15  Elune's Fire
      13583  0  16  The Wildkin's Oath
      13584  13585  16  Calming the Earth
      13585  0  17  Sworn to Protect
      13586  0  17  The Emerald Dream
      13587  13940  17  The Waking Nightmare
      13588  0  17  The Eye of All Storms
      13589  0  13  The Shatterspear Invaders
      13590  13515  14  The Front Line
      13591  0  15  Disturbing Connections
      13594  13617  21  Don't Forget the Horde
      13595  0  21  Of Their Own Design
      13596  0  13  Twilight Plans
      13597  0  12  Spirit of the Thistle Bear
      13598  0  12  Unsavory Remedies
      13599  0  12  Grimclaw's Return
      13601  0  15  In Aid of the Refugees
      13602  0  21  Naga of the Strand
      13605  0  15  The Last Refugee
      13608  0  10  Along for the Ride
      13612  0  21  Mor'shan Defense
      13613  0  21  Rescue the Fallen
      13615  0  21  Empty Quivers
      13617  26465  21  West to the Strand
      13618  13619  21  Find Gorat!
      13619  13620  21  Final Report
      13620  0  21  To Dinah, at Once!
      13621  0  21  Gorat's Vengeance
      13623  0  21  Delivery for Orendil
      13624  13626  21  A Squad of Your Own
      13626  0  21  Respect for the Fallen
      13628  13640  21  Got Wood?
      13630  0  21  The Reason Why
      13632  0  21  Rear Guard Duty
      13635  26145  11  South Gate Status Report
      13636  26843  13  Stormpike's Orders
      13637  0  10  Ram Delivery
      13638  26148  12  The Captured Mountaineer
      13639  309  16  Resupplying the Excavation
      13640  13651  21  Management Material
      13642  26474  21  Bathed in Light
      13644  0  22  That Which Has Risen
      13645  0  23  To Raene Wolfrunner
      13646  0  23  Astranaar Bound
      13647  0  16  Joining the Hunt
      13648  0  12  WANTED: The Dark Iron Spy
      13650  0  16  Keep Your Hands Off The Goods!
      13651  13653  21  Needs a Little Lubrication
      13652  250  15  Defense of the Stonewrought Dam
      13653  13712  21  Crisis at Splintertree
      13655  0  16  Explorers' League Document (2 of 6)
      13656  0  16  Explorers' League Document (1 of 6)
      13657  0  16  Explorers' League Document (3 of 6)
      13658  0  16  Explorers' League Document (4 of 6)
      13659  0  17  Explorers' League Document (6 of 6)
      13660  0  16  Explorers' League Document (5 of 6)
      13661  0  18  Heartfelt Appreciation
      13683  0  21  Stopping the Rituals
      13698  0  21  Explosives Shredding
      13712  13803  21  To the Rescue!
      13730  13751  21  Playing With Felfire
      13751  13797  22  Tell No One!
      13766  13792  21  Closure is Only Natural
      13792  0  21  The Shadewalker
      13796  0  21  The Forest Heart
      13797  13798  22  Dirty Deeds
      13798  0  22  Rain of Destruction
      13799  13800  65  Where Are My Keys?
      13800  0  65  Get My Keys!
      13801  0  21  Dead Elves Walking
      13802  13804  24  The Goblin with Two Brains
      13803  13805  22  Blood of the Weak
      13804  0  0  To Catch a Fish-Thing
      13805  0  22  Pierce Their Heart!
      13806  0  22  Demon Duty
      13808  13815  22  Mission Improbable
      13815  0  22  Making Stumps
      13831  0  11  A Troubling Prescription
      13841  13842  22  All Apologies
      13842  0  23  Dread Head Redemption
      13844  0  14  The Looting of Althalaxx
      13848  0  22  Bad News Bear-er
      13849  13853  23  Astranaar's Burning!
      13853  0  23  Return Fire
      13865  0  22  Wet Work
      13866  0  20  To The Ramparts!
      13867  0  23  Culling the Furbolg Threat
      13868  13872  23  Corrupting Influence?
      13869  0  21  Recover the Remains
      13870  0  22  As Good as it Gets
      13871  0  22  Security!
      13872  13874  23  Worgen Wisdom
      13873  13875  22  Sheelah's Last Wish
      13874  13877  23  A Not-So-Charmed Life
      13875  0  22  Gurtar's Request
      13876  0  24  Too Far Gone
      13877  0  23  Go With The Flow
      13878  0  11  Through Fire and Flames
      13879  0  23  Thunder Peak
      13880  0  23  Hot Lava
      13881  13882  18  Consumed
      13882  13925  18  The Seeds of Life
      13883  0  22  Lousy Pieces of Ship
      13884  0  23  Put Out The Fire
      13885  13891  19  In Defense of Darkshore
      13886  0  24  Vortex
      13888  0  24  Vortex
      13890  13920  22  Keep the Fires Burning
      13891  0  18  The Devourer of Darkshore
      13892  13948  19  Leave No Tracks
      13893  0  19  Soggoth and Kronn
      13894  0  17  Marking the Kills (DEPRECATED)
      13895  0  19  The Slumbering Ancients
      13896  13893  19  Unearthed Knowledge
      13897  0  19  The Battle for Darkshore
      13898  0  20  The Tides Turn Against Us
      13899  13900  20  The Darkscale Warlord
      13900  0  20  The Offering to Azshara
      13901  0  22  Deep Despair
      13902  0  18  Mounting the Offensive
      13907  13909  18  Sweeping Clean the Ruins
      13909  13910  18  Got Some Flotsam?
      13910  0  18  A New Home
      13911  0  18  The Absent-Minded Prospector
      13912  13918  18  Swamped Secrets
      13918  0  18  The Titans' Terminal
      13919  13921  23  A Trip to the Moonwell
      13920  0  22  Before You Go...
      13921  13922  23  He Who Would Be Forgiven
      13922  0  23  In the Hands of the Perverse
      13923  0  22  To Hellscream's Watch
      13924  0  23  All's Well
      13925  13885  18  An Ounce of Prevention
      13928  13935  23  Recover the Fallen
      13935  26456  23  Defend the Tree!
      13936  13942  23  Tweedle's Dumb
      3092  0  3  Etched Note
      13940  13588  17  Leaving the Dream
      13941  0  5  Vile Touch
      13942  13944  23  Set Us Up the Bomb
      13943  0  23  Breathing Room
      13944  13947  23  Small Hands, Short Fuse
      13945  0  7  Resident Danger
      13946  0  7  Nature's Reprisal
      13947  0  23  Blastranaar!
      13948  0  19  Stepping Up Surveillance
      13949  0  12  Crossroads Caravan Pickup
      13953  13899  19  Naga In Our Midst
      13958  13962  23  Condition Critical!
      13961  13963  12  Drag it Out of Them
      13962  0  24  Stalemate
      13963  13968  12  By Hook Or By Crook
      13964  26470  25  To the Spire
      13965  13976  25  Check in on the Edunes
      13967  6621  25  Thinning the... Herd?
      13968  0  12  The Tortusk Takedown
      13969  13970  12  Grol'dom's Missing Kodo
      13970  13971  12  Animal Services
      13971  0  12  The Kodo's Return
      13972  13978  1  Among Humans Again
      13973  0  12  The Grol'dom Militia
      13974  0  23  Tweedle's Tiny Package
      13975  0  13  Crossroads Caravan Delivery
      13976  0  25  Three Friends of the Forest
      13978  0  1  Lurkers in the Mist
      13979  0  25  The Goblin Braintrust
      13980  0  25  They're Out There!
      13981  0  25  They Set Them Up The Bomb!
      13982  0  26  In a Bind
      13983  0  25  Building Your Own Coffin
      13984  14000  2  Tracking Our Every Move
      13985  13987  25  Clear the Shrine
      13987  0  25  The Last Stand
      13988  877  13  A Growing Problem
      13989  26481  26  King of the Foulweald
      13991  14066  15  The Purloined Payroll
      13992  0  13  A Little Diversion
      13993  0  25  You're the Bomb!
      13994  13972  1  (DEPRECATED)
      13995  0  14  King of Centaur Mountain
      13996  0  80  Can You Get This Quest While I'm In Combat?
      13998  13999  14  In Fungus We Trust
      13999  0  14  Who's Shroomin' Who?
      14000  14002  3  Hunt or Be Hunted
      14001  14014  6  Goblin Escape Pods
      14002  14015  3  A Job for a Bloodhound
      14003  0  16  Samophlange Repair
      14004  14006  16  Return to Samophlanger
      14005  935  10  The Vengeance of Elune
      14006  0  16  Read the Manual
      14007  0  3  Steady Shot
      14008  0  3  Arcane Missiles
      14009  0  3  Flash Heal
      14010  0  3  Eviscerate
      14011  0  3  Primal Strike
      14012  0  3  Immolate
      14013  0  3  Charge
      14014  14248  6  Get Our Stuff Back!
      14015  0  3  Incomplete Cartography
      14018  13922  23  He Who Would Be Forgiven
      14019  0  6  Monkey Business
      14020  0  3  The Curse
      14021  0  6  Miner Troubles
      14025  0  3  To the Frontlines
      14026  0  3  Off With a Bang
      14027  0  3  Face to Face
      14029  0  3  Breaking the Siege
      14031  14234  6  Capturing the Unknown
      14034  14038  16  Club Foote
      14038  14042  16  Love it or Limpet
      14039  0  11  Home of the Kaldorei
      14042  0  16  Ammo Kerblammo
      14045  14046  16  Find Baron Longshore
      14046  14049  16  The Baron's Demands
      14049  0  16  A Most Unusual Map
      14050  26769  16  Gazlowe's Fortune
      14052  14056  16  Take it up with Tony
      14056  14057  16  Glomp is Sitting On It
      14057  14063  16  Guns. We Need Guns.
      14063  0  17  Mutiny, Mon!
      14066  869  15  Investigate the Wreckage
      14067  0  15  The Stolen Silver
      14068  0  16  Waptor Twapping
      14069  25473  1  Good Help is Hard to Find
      14070  0  3  Do it Yourself
      14071  24567  3  Rolling with my Homies
      14072  851  15  Flushing Out Verog
      14073  852  18  Deathgate's Reinforcements
      14075  25473  1  Trouble in the Mines
      14078  14091  1  Lockdown!
      14091  0  2  Something's Amiss
      14093  14099  2  All Hell Breaks Loose
      14094  0  2  Salvage the Supplies
      14097  0  0  Get That Merchant Out of Here!
      14098  14099  2  Evacuate the Merchant Square
      14099  0  3  Royal Orders
      14109  0  3  The New You
      14110  0  3  The New You
      14113  14115  3  Life of the Party
      14114  0  0  The New You (Tracking Event)
      14115  14116  4  Pirate Party Crashers
      14116  14120  4  The Uninvited Guest
      14117  0  10  The Eyes of Ashenvale
      14118  0  10  Venison for the Troops
      14120  14122  4  A Bazillion Macaroons?!
      14121  0  4  Robbing Hoods
      14122  0  4  The Great Bank Heist
      14123  0  4  Waltz Right In
      14124  0  4  Liberate the Kaja'mite
      14125  0  5  447
      14126  0  5  Life Savings
      14127  14128  10  Return of the Highborne?
      14128  0  10  Return of the Highborne?
      14129  14134  11  Runaway Shredder!
      14130  0  17  Friends Come In All Colors
      14131  0  17  A Little Pick-me-up
      14132  0  17  That's Just Rude!
      14133  14345  17  The Way to a Mage's Heart
      14134  14135  11  The Captain's Logs
      14135  14146  11  Up a Tree
      14137  0  0  Class Training (Tracking Event)
      14138  0  1  Taking Care of Business
      14139  0  0  Phase 1 Complete (Tracking Event)
      14146  14155  11  Defend the Gates!
      14153  14115  3  Life of the Party
      14154  26129  4  By the Skin of His Teeth
      14155  0  11  Arborcide
      14156  0  5  Man on the Inside
      14157  28850  4  Old Divisions
      14158  0  0  Phase 6 Complete (Tracking Event)
      14159  0  4  The Rebel Lord's Arsenal
      14161  0  11  Basilisk Bashin'
      14162  14161  11  Report to Horzak
      14165  14190  11  Stone Cold
      14184  14188  30  My Time Has Passed
      14188  14189  30  Avenge Furien!
      14189  14191  30  Translation
      14190  14192  11  The Perfect Prism
      14191  14360  30  Furien's Footsteps
      14192  14194  11  Prismbreak
      14193  0  30  Nothing a Couple of Melons Won't Fix
      14194  0  11  Refleshification
      14195  14196  31  All Becoming Clearer
      14196  14198  31  Firestarter
      14197  0  11  A Quota to Meet
      14198  0  31  Rider on the Storm
      14201  14215  12  A Thousand Stories in the Sand
      14202  14209  12  Survey the Lakeshore
      14204  14214  4  From the Shadows
      14209  14423  12  Gunk in the Trunk
      14212  14218  5  Sacrifices
      14213  0  31  Ten Pounds of Flesh
      14214  14293  4  Message to Greymane
      14215  14216  12  Memories of the Dead
      14216  0  12  Mystery of the Sarcen Stone
      14217  0  31  Satyrical Offerings
      14218  14221  5  By Blood and Ash
      14219  0  31  To the Hilt!
      14220  0  5  This Is the End
      14221  14222  5  Never Surrender, Sometimes Retreat
      14222  0  5  Last Stand
      14223  14225  30  Peace of Mind
      14225  14227  31  You'll Know It When You See It
      14226  0  18  Trouble Under Foot
      14227  0  31  Putting Their Heads Together
      14230  0  18  Manual Labor
      14231  0  15  Useless quest record
      14232  0  31  Ears Are Burning
      14233  14234  6  Orcs Can Write?
      14234  14235  6  The Enemy of My Enemy
      14235  14236  6  The Vicious Vale
      14236  14303  6  Weed Whacker
      14237  14238  7  Forward Movement
      14238  14240  7  Infrared = Infradead
      14239  0  6  Don't Go Into the Light!
      14240  14241  7  To the Cliffs
      14241  14242  7  Get to the Gyrochoppa!
      14242  14326  7  Precious Cargo
      14243  14445  7  Warchief's Revenge
      14244  14245  7  Up, Up & Away!
      14245  0  7  It's a Town-In-A-Box
      14246  0  31  Early Adoption
      14247  14254  31  Stubborn Lands
      14248  0  6  Help Wanted
      14249  0  18  Shear Will
      14250  0  18  Renewable Resource
      2928  0  30  Gyrodrillmatic Excavationators
      14252  0  31  Good Gold For Bad Tail
      14253  0  31  Fletch Me Some Plumage!
      14254  0  31  Heavy Metal
      14255  14256  31  Ethel Rethor
      14256  14257  32  The Emerging Threat
      14257  14260  32  Slitherblade Slaughter
      14258  0  12  Mortar the Point
      14259  0  12  More Mortars, More!
      14260  14264  32  Going Deep
      14261  0  19  Ice Cold
      14262  0  13  To Gut a Fish
      14263  0  18  Waste of Thyme
      14264  14268  32  Wetter Than Wet
      14265  14266  2  Your Instructor
      14266  14286  3  Charge
      14267  14270  13  Investigating the Sea Shrine
      14268  14282  32  Deep Impact
      14269  14272  2  Someone's Looking for You
      14270  14271  13  The Keystone Shard
      14271  14295  13  Report to Twocrush
      14272  14285  2  Eviscerate
      14273  14274  2  Shady Associates
      14274  14287  2  Immolate
      14275  14276  2  Someone's Keeping Track of You
      14276  14290  2  Steady Shot
      14277  14281  2  Arcane Inquiries
      14278  14279  2  Seek the Sister
      14279  14289  2  Flash Heal
      14280  14283  2  The Winds Know Your Name... Apparently
      14281  14288  2  Arcane Missiles
      14282  14292  32  Mystery Solved
      14283  14291  2  A Rejuvenating Touch
      14284  14301  32  A Revenant's Vengeance
      14285  14157  3  Safety in Numbers
      14286  14157  3  Safety in Numbers
      14287  14157  3  Safety in Numbers
      14288  14157  3  Safety in Numbers
      14289  14157  3  Safety in Numbers
      14290  14157  3  Safety in Numbers
      14291  14157  3  Safety in Numbers
      14292  14284  32  The Enemy of Our Enemy
      14293  0  4  Save Krennan Aranas
      14294  0  4  Time to Regroup
      14295  0  13  Sisters of the Sea
      14296  0  18  Watch Your Step
      14297  0  19  Pro-liberation
      14298  0  15  Kill Cultists/Dragonflight
      14299  14389  18  Xylem's Asylum
      14300  0  18  The Trial of Fire
      14301  14302  32  Return and Report
      14302  0  32  Official Assessment
      14303  14237  7  Back to Aggra
      14304  14309  33  Blood Theory
      14305  0  32  A Time to Reap
      14306  0  32  Pulling Weeds
      14307  0  32  Stubborn Winds
      14308  14310  13  When Science Attacks
      14309  0  32  Calming the Kodo
      14310  0  13  Segmentation Fault: Core Dumped
      14311  0  32  Taking Part
      14312  14314  32  An Introduction Is In Order
      14313  14320  5  Among Humans Again
      14314  14318  32  Breakout!
      14315  0  5  Liam's Stupor
      14316  0  32  Cenarion Property
      14317  14319  5  Tremors
      14318  14325  33  Delicate Negotiations
      14319  14320  5  Further Treatment
      14320  0  5  In Need of Ingredients
      14321  14336  5  Invasion
      14322  0  13  Bad Science! Bad!
      14323  14324  17  Absorbent
      14324  0  17  Full of Hot Water
      14325  14327  33  Will Work For Food
      14326  14243  7  Meet Me Up Top
      14327  14328  33  My Word is My Bond
      14328  14329  34  Three Princes
      14329  0  34  Not So Fast!
      14330  14332  35  Behind Closed Doors
      14332  14393  35  Time For Change
      14333  0  35  While You're Here
      14334  0  35  Blubbergut
      14335  0  35  Chipping In
      14336  0  5  Kill or Be Killed
      14337  0  34  Shadowprey Village
      14338  14339  32  Ghost Walker Post
      14339  14343  33  Delivery Device
      14340  0  18  Dressed to Impress
      14341  0  32  Smeed's Harnesses
      14342  0  35  Infernal Encroachment
      14343  14346  34  Maurin's Concoction
      14344  0  35  Jugkar's Undoing
      14345  14340  17  Wash Out
      14346  0  34  Cleansing Our Crevasse
      14347  14366  5  Hold the Line
      14348  14366  5  You Can't Take 'Em Alone
      14354  0  31  Elune's Gifts
      14357  0  31  To the Hilt!
      14358  0  31  Ten Pounds of Flesh
      14359  0  31  Blessings From Above
      14360  14195  30  Nothing a Couple of Melons Won't Fix
      14361  14363  30  Peace of Mind
      14362  0  31  Ears Are Burning
      14363  14364  31  You'll Know It When You See It
      14364  0  31  Putting Their Heads Together
      14365  14256  31  Ethel Rethor
      14366  14367  5  Holding Steady
      14367  0  6  The Allens' Storm Cellar
      14368  0  6  Save the Children!
      14369  0  6  Unleash the Beast
      14370  0  13  Mysterious Azsharite
      14371  0  13  A Gigantic Snack
      14372  0  34  Thargad's Camp
      14373  0  35  Infernal Encroachment
      2843  0  35  Gnomer-gooooone!
      14375  0  5  Last Chance at Humanity
      14376  0  35  Jugkar's Undoing
      14377  14385  13  Befriending Giants
      14378  14380  34  Hunting Brendol
      14379  14346  34  Rock Lobstrock!
      14380  14381  34  An Impactful Discovery
      14381  0  34  Cleansing Our Crevasse
      14382  0  6  Two By Sea
      14383  0  14  The Terrible Tinkers of the Ruined Reaches
      14384  0  30  Rerouted!
      14385  14388  14  Azsharite Experiment Number One
      14386  0  6  Leader of the Pack
      14387  14354  30  Lay of the Land
      14388  0  14  Azsharite Experiment Number Two
      14389  14390  19  Wasn't It Obvious?
      14390  14391  19  Easy is Boring
      14391  0  19  Turning the Tables
      14392  0  19  Farewell, Minnow
      14393  14394  35  Into the Fray!
      14394  0  35  Death to Agogridon
      14395  14397  6  Gasping for Breath
      14396  14395  6  As the Land Shatters
      14397  0  7  Evacuation
      14398  14399  7  Grandma Wahl
      14399  14400  7  Grandma's Lost It Alright
      14400  14401  7  I Can't Wear This
      14401  14402  7  Grandma's Cat
      14402  14465  7  Ready to Go
      14403  0  7  The Hayward Brothers
      14404  14405  7  Not Quite Shipshape
      14405  14465  7  Escape By Sea
      14406  14416  7  The Crowley Orchard
      14407  14130  17  Azshara Blues
      2841  0  35  Rig Wars
      14410  25447  35  The Wilds of Feralas
      14411  0  35  Feralas Breadcrumb [PH]
      14412  0  7  Washed Up
      14413  14296  18  The Pinnacle of Learning
      14414  0  35  Feralas Breadcrumb [PH]
      14415  14416  7  Apparitions in the Orchard
      14416  14463  7  The Hungry Ettin
      14422  0  14  Raptor Raptor Rocket
      14423  0  12  Dozercism
      14424  14308  13  Need More Science
      14425  0  5  The First Quest
      14426  0  5  The Second Quest
      14427  0  5  Item Quest
      14428  14429  18  Amberwind's Journal
      14429  14430  18  Arcane De-Construction
      14430  0  18  Hacking the Construct
      14431  0  17  The Blackmaw Scar
      14432  0  17  A Pale Brew
      14433  0  17  Diplomacy by Another Means
      14434  0  12  Rut'theran Village
      14435  0  17  The Blackmaw Doublecross
      14442  14408  13  My Favorite Subject
      14445  14244  7  Farewell, For Now
      14446  0  80  Cataclysm!
      2772  3321  45  The World At Your Feet
      2760  0  40  The Mithril Order
      14449  14452  1  The First Step
      14450  0  1  Random Drop Test Progressive
      14451  0  1  Random Drop Flat Rate
      14452  24852  2  Rite of Strength
      14453  753  1  A Humble Task
      14454  0  2  The Captured Warrior
      14455  14461  3  Stop the Thorncallers
      14456  14459  3  Rite of Courage
      14458  0  2  Go to Adana
      14459  14460  4  The Battleboars
      14460  24861  5  Rite of Honor
      14461  14460  4  Feed of Evil
      14462  14464  20  Where's My Head?
      14463  14465  7  Horses for Duskhaven
      14464  0  20  Lightning Strike Assassination
      14465  14466  7  To Greymane Manor
      14466  0  7  The King's Observatory
      14467  0  7  Alas, Gilneas!
      14468  0  13  Another Warm Body
      14469  0  13  Hand-me-downs
      14470  0  13  Military Breakthrough
      14471  0  13  First Degree Mortar
      14472  0  13  In The Face!
      14474  14014  6  Goblin Escape Pods
      14475  14476  20  Grounded!
      14476  14477  20  Rigged to Blow
      14477  0  20  Push the Button!
      14478  24455  16  Operation Fishgut
      14479  24435  16  There Are Many Like It
      14480  0  17  Extermination
      14481  14482  80  Into The Abyss
      14482  24432  80  Call of Duty
      14484  0  17  Head of the Snake
      14485  0  17  Ticker Required
      14486  0  17  Handling the Goods
      14487  0  17  Still Beating Heart
      14491  0  7  The Restless Earth
      20440  0  5  Poison Water
      20441  24523  7  Rite of Vision
      23733  24215  5  Rites of the Earthmother
      24215  0  5  Rite of the Winds
      24430  0  20  Blacken the Skies
      24432  25281  81  Sea Legs
      24433  0  20  Let Them Feast on Fear
      24434  0  20  Commando Drop
      24435  0  16  Mop Up
      24436  0  16  Halo Drops
      24437  0  16  First Come, First Served
      24438  24468  8  Exodus
      24439  0  20  The Conquest of Azshara
      24440  24441  6  Winterhoof Cleansing
      24441  24456  7  Thunderhorn Totem
      24443  24464  2  The Captured Hunter
      24445  24465  2  The Captured Druid
      24446  0  2  The Captured Sunwalker
      24447  0  2  The Captured Seer
      24448  0  17  Field Promotion
      24449  0  17  Shore Leave
      24452  24453  13  Profitability Scouting
      24453  0  13  Private Chat
      24455  14479  16  Rapid Deployment
      24456  24457  8  Thunderhorn Cleansing
      24457  20441  6  Rite of Vision
      24458  0  15  A Hello to Arms
      24459  749  8  Morin Cloudstalker
      24460  24462  1  Out of Order
      24462  0  2  Operation Item Get
      24463  13866  20  Probing into Ashenvale
      24464  0  2  Track Beasts
      24465  0  2  Mark of the Wild
      24466  0  2  Battle Shout
      24467  0  19  Fade to Black
      24468  24472  8  Stranded at the Marsh
      24469  24470  1  Hold the Line!
      24470  24473  2  Give 'em What-For
      24471  0  2  Aid for the Wounded
      24472  0  8  Introductions Are in Order
      24473  0  2  Lockdown in Anvilmar
      24474  24475  2  First Things First: We're Gonna Need Some Beer
      24475  24487  2  All the Other Stuff
      24477  24486  2  Dwarven Artifacts
      24478  0  18  The Trial of Frost
      24479  0  18  The Trial of Shadow
      24481  0  2  Rockbiter Weapon
      24482  0  2  Power Word: Fortitude
      24483  24484  8  Stormglen
      24484  24501  8  Pest Control
      24485  0  2  Seal of Righteousness
      24486  0  2  Make Hay While the Sun Shines
      24487  182  3  Whitebeard Needs Ye
      24488  24502  3  The Replacements
      24489  218  3  Trolling for Information
      24490  24491  5  A Trip to Ironforge
      24491  24492  5  Follow that Gyro-Copter!
      24492  0  5  Pack Your Bags
      24493  0  5  Don't Forget About Us
      24494  24527  3  Empowered Rune
      24495  0  8  Pieces of the Past
      24496  24526  3  Arcane Rune
      24497  0  20  Airborne Again
      24501  0  9  Queen-Sized Troubles
      24502  0  3  Necessary Roughness
      24503  24520  3  Fourth and Goal
      24504  24505  30  Clear the High Road
      24505  0  30  Holdout at Hunter's Hill
      24512  0  30  Warriors' Redemption
      24513  0  30  Eye for an Eye
      24514  0  30  Raptor Scraps
      24515  0  31  Signals in the Sky
      24517  0  31  Put the Fear in Them
      24518  24519  31  The Low Road
      24519  0  31  Stalling the Survey
      24520  0  3  Give Sassy the News
      24521  24488  3  Report for Tryouts
      24523  24524  10  Wildmane Totem
      24524  24550  10  Wildmane Cleansing
      24525  0  31  Keeping the Dogs at Bay
      24526  0  3  Filling Up the Spellbook
      24527  0  3  Your Path Begins Here
      24528  0  3  The Power of the Light
      24529  24534  32  Bad to Worse
      24530  0  3  Oh, A Hunter's Life For Me
      24531  0  3  Getting Battle-Ready
      24532  0  3  Evisceratin' the Enemy
      24533  0  3  Words of Power
      24534  0  32  Speaking Their Language
      24539  24542  31  When Plants Attack
      24540  0  10  War Dance
      24542  0  31  A Curious Bloom
      24543  24546  32  A Family Divided
      24544  0  0  Paul Test Quest
      24546  0  32  A Line in the Dirt
      24550  24540  10  Journey into Thunder Bluff
      24551  0  32  Meet the New Boss
      24552  0  33  Lion's Pride
      24565  24574  31  Biological Intervention
      24566  0  31  Sowing a Solution
      24567  24488  3  Report for Tryouts
      24568  24573  33  To the Walls!
      24569  24572  32  Siegebreaker
      24570  0  31  Adder Subtraction
      24571  0  31  Lashvine Seeds
      24572  24577  33  Taking Back Taurajo
      24573  0  33  Honoring the Dead
      24574  24601  32  To Harvest Chaos
      24575  0  10  Liberation Day
      24577  24591  33  Desolation Hold Inspection
      24578  24616  8  The Blackwald
      24591  0  33  Changing of the Gar'dul
      24592  0  10  Betrayal at Tempest's Reach
      24593  24673  9  Neither Human Nor Beast
      24601  0  32  The Nightmare Scar
      24602  24679  11  Laid to Rest
      24603  24608  34  Don't Stop Bereavin'
      24604  0  34  Concern for Mankrik
      24606  24653  34  Blood of the Barrens
      24607  24639  2  The Rise of the Darkspear
      24608  0  34  Mangletooth
      24616  24617  9  Losing Your Tail
      24617  24627  9  Tal'doren, the Wild Home
      24618  0  34  Claim the Battle Scar
      24619  24620  34  Parts-is-Parts
      24620  24621  34  Hearts-is-Hearts
      24621  0  34  Smarts-is-Smarts
      24622  24623  3  A Troll's Truest Companion
      24623  24626  3  Saving the Young
      24624  24626  3  Mercy for the Lost
      24625  24626  3  Consort of the Sea Witch
      24626  25035  3  Young and Vicious
      24627  0  9  At Our Doorstep
      24628  0  11  Preparations
      24630  0  35  The Crone of the Kraul
      24631  24632  34  Flightmare
      24632  24684  34  Tauren Vengeance
      24633  0  35  Mahka's Plea
      24634  24637  34  Intelligence Warfare
      24637  0  34  The Butcher of Taurajo
      24639  24641  2  The Basics: Hitting Things
      24640  24643  3  The Arts of a Warrior
      24641  24642  3  A Rough Start
      24642  24640  3  Proving Pit
      24643  25064  3  More Than Expected
      24644  0  1  Troll Introduction Complete
      24646  24593  9  Take Back What's Ours
      24653  0  35  Echoes of Agamaggan
      24654  24667  34  Silithissues
      24667  0  34  Firestone Point
      24671  0  7  Cluster Cluck
      24672  24592  9  Onwards and Upwards
      24673  24672  9  Return to Stormglen
      24674  0  11  Slaves to No One
      24675  0  10  Last Meal
      24676  24904  11  Push Them Out
      24677  24575  10  Flank the Forsaken
      24678  24602  11  Knee-Deep
      24679  24680  11  Patriarch's Blessing
      24680  24681  12  Keel Harbor
      24681  0  12  They Have Allies, But So Do We
      24684  24685  35  A Weezil in the Henhouse
      24685  24747  35  Dwarf Fortress
      24686  24689  51  Carried on the Waves
      24687  24855  51  Bouquets of Death
      24688  24855  53  Zen'Aliri
      24689  24687  51  Flowing to the North
      24690  0  53  Blazerunner
      24691  24693  52  Peculiar Delicacies
      24692  0  53  The Fledgling Colossus
      24693  0  52  Mossy Pile
      24694  24695  55  The Shaper's Terrace
      24695  0  55  Ever Watching From Above
      24696  0  55  Un'Goro: PRK - E - Shizzle's Flyer 02 - Testing It Out
      24697  0  52  How to Make Meat Fresh Again
      24698  24730  53  Adventures in Archaeology
      24699  0  54  Gormashh the Glutinous
      24700  0  52  Hard to Harvest
      24701  0  53  Marshal's Refuse
      24702  0  52  Here Lies Dadanga
      24703  0  54  An Important Lesson
      24704  0  54  The Evil Dragons of Un'Goro Crater
      24705  0  54  Damsels Were Made to be Saved
      24706  0  54  The Spirits of Golakka Hot Springs
      24707  0  55  The Ballad of Maximillian
      24708  24709  54  The Fossil-Finder 3000
      24709  24723  55  A Tale of Two Shovels
      24714  24715  52  Chasing A-Me 01
      24715  24926  52  Repairing A-Me 01
      24716  0  52  Returning A-Me 01
      24717  0  52  The Apes of Un'Goro
      24718  0  53  The Mighty U'cha
      24719  24686  51  Claws of White
      24720  0  52  Crystals of Power
      24721  0  53  The Eastern Pylon
      24722  0  53  The Northern Pylon
      24723  0  55  The Western Pylon
      24724  0  55  Crystal Restore
      24725  0  55  Crystal Charge
      24726  0  55  Crystal Force
      24727  0  55  Crystal Spire
      24728  0  55  Crystal Ward
      24729  0  55  Crystal Yield
      24730  24708  53  Roll the Bones
      24731  24732  51  The Fare of Lar'korwi
      24732  24733  52  The Scent of Lar'korwi
      24733  0  53  The Bait for Lar'korwi
      24734  0  52  Lost!
      24735  0  52  A Little Help From My Friends
      24736  0  53  Shizzle's Flyer
      24737  24699  52  Super Sticky
      24738  0  50  Williden's Journal
      24739  24740  53  Expedition Salvation
      24740  24690  52  Volcanic Activity
      24741  0  8  Trading Up
      24742  24794  52  Finding the Source
      24744  0  8  The Biggest Egg Ever
      24747  0  35  Sabotage!
      24750  24751  2  The Rise of the Darkspear
      24751  24753  2  The Basics: Hitting Things
      24752  24755  3  The Arts of a Mage
      24753  24754  3  A Rough Start
      24754  24752  3  Proving Pit
      24755  25064  3  More Than Expected
      24758  24759  2  The Rise of the Darkspear
      24759  24761  2  The Basics: Hitting Things
      24760  24763  3  The Arts of a Shaman
      24761  24762  3  A Rough Start
      24762  24760  3  Proving Pit
      24763  25064  3  More Than Expected
      24764  24765  2  The Rise of the Darkspear
      24765  24767  2  The Basics: Hitting Things
      24766  24769  3  The Arts of a Druid
      24767  24768  3  A Rough Start
      24768  24766  3  Proving Pit
      24769  25064  3  More Than Expected
      24770  24771  2  The Rise of the Darkspear
      24771  24773  2  The Basics: Hitting Things
      24772  24775  3  The Arts of a Rogue
      24773  24774  3  A Rough Start
      24774  24772  3  Proving Pit
      24775  25064  3  More Than Expected
      24776  24777  2  The Rise of the Darkspear
      24777  24779  2  The Basics: Hitting Things
      24778  24781  3  The Arts of a Hunter
      24779  24780  3  A Rough Start
      24780  24778  3  Proving Pit
      24781  25064  3  More Than Expected
      24782  24783  2  The Rise of the Darkspear
      24783  24785  2  The Basics: Hitting Things
      24784  24787  3  The Arts of a Priest
      24785  24786  3  A Rough Start
      24786  24784  3  Proving Pit
      24787  25064  3  More Than Expected
      24794  24734  53  Speak With Spraggle
      24807  0  32  Winnoa Pineforest
      24812  24814  4  No More Mercy
      24813  24814  4  Territorial Fetish
      24814  25073  5  An Ancient Enemy
      24816  24817  8  Who's Top of the Food Chain Now?
      24817  24856  8  A Goblin in Shark's Clothing
      24818  0  80  A Change of Heart
      24824  0  34  The Disturbed Earth
      24852  14458  2  Our Tribe, Imprisoned
      24854  24719  51  Finding Stormclaw
      24855  24721  52  Aberrant Flora
      24856  24858  8  Invasion Imminent!
      24858  24864  8  Bilgewater Cartel Represent
      24859  0  8  Naga Hide
      24860  0  8  Profitable Preservation
      24861  23733  5  Last Rites, First Rites
      24862  0  30  Running the Gauntlet
      24863  0  30  Breaking the Siege
      24864  24868  8  Irresistible Pool Pony
      24865  0  51  Is This Stuff Still Good?
      24866  0  51  An Abandoned Research Camp
      24867  24908  30  [NOT USED] Lumberjack Slam Placeholder
      24868  24897  8  Surrender or Else!
      24897  24901  8  Get Back to Town
      24898  0  35  Going, Going, Guano!
      24899  1113  26  Going, Going, Guano!
      24900  0  35  Blueleaf Tubers
      24901  24924  8  Town-In-A-Box: Under Attack
      24902  24903  11  The Hunt For Sylvanas
      24903  24920  11  Vengeance or Survival
      24904  24902  11  The Battle for Gilneas City
      24905  24955  47  Returning a Favor
      24906  0  45  Seaside Salvage
      24907  0  45  Puddle Stomping
      24908  24909  30  [NOT USED] Build the Fort Placeholder
      24909  0  30  [NOT USED] Protect the Pass Placeholder
      24910  24947  45  Rocket Rescue
      24911  0  52  Tropical Paradise Beckons
      24913  0  55  Remember the Light
      24920  24678  11  Slowing the Inevitable
      24921  24934  30  Report to Aubrey
      24924  0  8  Oomlot Village
      24925  24937  8  Free the Captives
      24926  0  52  Serving A-Me 01
      24927  25534  46  Dead Man's Chest
      24928  24950  46  To The Ground!
      24929  24937  8  Send a Message
      24930  0  3  While You're At It
      24931  0  47  Gazer Tag
      24932  24933  47  Cutting Losses
      24933  24951  47  Chicken of the Desert
      24934  0  30  Repel Boarders!
      24935  0  12  Body And Soul
      24936  0  12  Body And Soul
      24937  24940  8  Oomlot Dealt With
      24938  24939  30  The Guns of Northwatch
      24939  0  30  Run Out the Guns
      24940  24942  8  Up the Volcano
      24941  0  30  Langridge Shot
      24942  24952  8  Zombies vs. Super Booster Rocket Boots
      24943  24948  30  Re-Take the Courtyard
      24944  24956  30  Back in the Fight
      24945  0  9  Three Little Pygmies
      24946  0  8  Rockin' Powder
      24947  0  46  Momentum
      24948  0  30  Lifting the Siege
      24949  25541  46  Booty Duty
      24950  25103  46  Captain Dreadbeard
      24951  24953  47  A Great Idea
      24952  24954  8  Rocket Boot Boost
      24953  0  47  Just Trying to Kill Some Bugs
      24954  24958  8  Children of a Turtle God
      24955  0  48  Un-Chartered
      24956  0  31  Silencing Rageroar
      24957  24963  48  Get The Centipaarty Started
      24958  25023  9  Volcanoth!
      24959  28608  1  Fresh out of the Grave
      24960  25089  1  The Wakening
      24961  28672  3  The Truth of the Grave
      24962  24964  3  Trail-Worn Scroll
      24963  25001  48  Maul 'Em With Kindness
      24964  28651  3  The Thrill of the Hunt
      24965  28651  3  Magic Training
      24966  28651  3  Of Light and Shadows
      24967  28651  3  Stab!
      24968  28651  3  Dark Deeds
      24969  28651  3  Charging into Battle
      24970  24971  4  No Better Than the Zombies
      24971  24972  5  Assault on the Rotbrain Encampment
      24972  0  5  Vital Intelligence
      24973  24970  4  Night Web's Hollow
      24974  0  6  Ever So Lonely
      24975  24976  6  Fields of Grief
      24976  24977  6  Variety is the Spice of Death
      24977  0  6  Johaan's Experiment
      24978  24980  6  Reaping the Reapers
      24979  0  6  A Scarlet Letter
      24980  0  6  The Scarlet Palisade
      24981  0  8  A Thorn in our Side
      24982  24983  7  The New Forsaken
      24983  0  8  Forsaken Duties
      24984  24985  8  The Prodigal Lich
      24985  24986  9  Proving Allegiance
      24986  24987  9  The Prodigal Lich Returns
      24987  0  9  Dark Lady, Watch Over Us
      24988  0  8  The Chill of Death
      24989  0  8  Return to the Magistrate
      24990  24996  6  Darkhound Pounding
      24991  0  8  Garren's Haunt
      24992  24993  7  Escaped From Gilneas
      24993  0  8  Annihilate the Worgen
      24995  0  8  Off the Scales
      24996  0  6  Holland's Experiment
      24997  24998  7  Graverobbers
      24998  0  9  Maggot Eye
      24999  0  8  Planting the Seed of Fear
      25000  0  31  Teegan's People
      25001  0  48  Sandscraper
      25002  0  31  Scavenged
      25003  0  9  The Family Crypt
      25004  0  8  The Mills Overrun
      25005  25006  9  Speak with Sevren
      25006  25007  9  The Grasp Weakens
      25007  25009  9  East... Always to the East
      25008  0  31  Filthy Animals
      25009  25010  9  At War With The Scarlet Crusade
      25010  25046  10  A Deadly New Ally
      25011  25012  10  To Bigger and Better Things
      25012  26964  10  Take to the Skies
      25013  0  10  A Little Oomph
      25014  25018  48  Sandscraper's Treasure
      25015  0  31  Make 'em Squeal
      25016  0  0  FLAG - Training Complete
      25017  0  49  Ancient Obstacles
      25018  0  48  Andoren Will Know
      25019  25017  49  Laying Claim
      25020  25017  49  Fragments of Language
      25021  25025  45  Blood to Thrive
      25022  0  31  A Failure to Communicate
      25023  25024  9  Old Friends
      25024  0  9  Repel the Paratroopers
      25025  25026  45  Sang'thraze the Deflector
      25026  25032  45  Darkest Mojo
      25027  0  31  You Flicked a Fine Vine to Leaf Me
      25028  0  31  Trouble From the Ground Up
      25029  0  9  Deaths in the Family
      25030  0  9  The Haunted Mills
      25031  25003  9  Head for the Mills
      25032  25556  46  Secrets in the Oasis
      25033  24972  5  The Red Messenger
      25034  0  31  To the Front!
      25035  0  4  Breaking the Line
      25036  0  31  Teegan's Troubles
      25037  0  3  Crab Fishin'
      2584  0  50  Spirit of the Boar
      25039  0  7  Have You Seen Anything Weird Out There?
      25040  0  0  FLAG - Worgen Attacked
      25041  25042  32  Lion's Pride
      25042  0  32  Marching On Our Stomachs
      25043  0  32  Fields of Blood
      25044  0  32  Diplomacy By Another Means
      25045  0  32  A Line in the Dirt
      25046  25011  10  A Daughter's Embrace
      2583  0  50  A Boar's Vitality
      25048  0  45  Seaside Salvage
      25049  0  45  Puddle Stomping
      25050  25121  45  Rocket Rescue
      25051  0  36  Darkmist Extermination
      25052  26886  46  Dead Man's Chest
      25053  25166  46  To The Ground!
      25054  26887  46  Lootin' Plunder
      25056  25013  9  Grisly Grizzlies
      25057  0  32  Clap 'Em In Irons
      25058  25066  9  Mine Disposal, the Goblin Way
      25059  0  32  The Taurajo Briefs
      25060  0  48  Define "Crazy"
      25061  0  47  Land's End
      25062  0  48  What We Came For
      25063  25065  48  Terrapination
      25064  24622  3  Moraya
      25065  28881  48  You Too, Brute?
      25066  25098  9  The Pride of Kezan
      25067  0  49  Thunderdrome: The Ginormus!
      25068  0  49  The Crumbling Past
      25069  25070  49  The Secrets of Uldum
      25070  0  49  What Lies Within
      25071  0  0  FLAG - Purple Murloc
      25072  0  47  A Few Good Goblins
      25073  25167  5  Sen'jin Village
      25074  0  33  Meet Me at Triumph
      25075  25079  33  Pick-a-Part
      25076  25077  -1  Taming the Beast
      25077  25078  -1  Taming the Beast
      25078  25083  -1  Taming the Beast
      25079  25080  33  Powder Play
      25080  0  33  Batteries Not Yet Included
      25081  0  34  Claim the Battlescar
      25082  0  34  Working the Bugs Out
      25083  0  -1  Beast Training
      25084  25085  34  A Growing Threat
      25085  0  34  Mangletooth
      25086  0  34  Firestone Point
      25087  0  34  Report to Twinbraid
      25089  26800  1  Beyond the Graves
      25090  0  6  A Putrid Task
      25091  0  45  Sandsorrow Watch
      25093  0  10  The Heads of the SI:7
      25094  0  49  Thunderdrome: Zumonga!
      25095  0  49  Thunderdrome: Sarinexx!
      25096  0  49  Thunderdrome: Prince Mosh!
      25097  0  40  Little Sumpthin'
      25098  25099  9  The Warchief Wants You
      25099  25100  9  Borrow Bastia
      25100  25109  9  Let's Ride
      25101  0  40  Friend of a Friend
      25102  0  34  No Bull
      25103  0  46  Bootlegger Outpost
      25104  0  34  Digsite Status
      25105  0  -1  Nibbler! No!
      25106  0  34  Hands Off Me Dig!
      25107  0  49  The Grand Tablet
      25108  0  34  Feegly the Exiled
      25109  25110  9  The Gallywix Labor Mine
      25110  0  9  Kaja'Cola Gives You IDEAS! (TM)
      25111  25115  45  Scavengers Scavenged
      25112  25111  45  Butcherbot
      25113  0  48  [DEPRECATED]Scorpid Poaching: Dunestalkers
      25114  0  48  [DEPRECATED]Basilisk Poaching: Gazer Guts
      25115  25091  45  Blisterpaw Butchery
      25116  0  48  [DEPRECATED]Hyena Poaching: Rabid Livers
      25117  26155  18  Scout's Dishonor
      25118  0  13  Looking for Lurkers
      25119  0  17  Impulse Hunting
      25120  25151  34  Marley's Final Flight
      25121  0  46  Momentum
      25122  25125  9  Morale Boost
      25123  25125  10  Throw It On the Ground!
      25124  25125  9  Brute Brutality
      25125  25184  9  Light at the End of the Tunnel
      25126  0  2  Cutting Teeth
      25127  0  3  Sting of the Scorpid
      25128  25129  5  Hana'zua
      25129  25130  5  Sarkoth
      25130  0  5  Back to the Den
      25131  0  4  Vile Familiars
      25132  25133  5  Burning Blade Medallion
      25133  25167  5  Report to Sen'jin Village
      25134  0  4  Lazy Peons
      25135  0  4  Thazz'ril's Pick
      25136  0  3  Galgar's Cactus Apple Surprise
      25137  0  -1  Valley of Trials: PRK - H - Warlock Pet Imp
      25138  25149  3  Glyphic Parchment
      25139  0  3  Steady Shot
      25140  0  1  Swine Hunting
      25141  0  3  Eviscerate
      25142  0  3  Into the Shadows
      25143  0  3  Primal Strike
      25144  0  3  Rock Meets Flesh
      25145  0  3  Immolate
      25146  0  1  A Demonic Fire
      25147  0  3  Charge
      25148  0  3  Hone Your Holler
      25149  0  3  Arcane Missiles
      25150  0  3  Empowered Minds
      25151  25175  34  He Needs Ale!
      2478  2479  -1  Mission: Possible But Not Probable
      25153  0  34  Bael'dun Rescue
      25154  0  -1  A Present for Lila
      25155  0  -1  Ogrezonians in the Mood
      25156  0  -1  Elemental Goo
      25157  0  -1  The Latest Fashion!
      25158  0  -1  Nibbler! No!
      25159  0  -1  The Latest Fashion!
      25160  0  -1  A Present for Lila
      25161  0  -1  Ogrezonians in the Mood
      25162  0  -1  Elemental Goo
      25163  25174  34  Who Did This?
      25164  0  81  Backed Into a Corner
      25165  0  6  Never Trust a Big Barb and a Smile
      25166  26889  46  Captain Dreadbeard
      25167  25168  6  Breaking the Chain
      25168  25171  6  Purge the Valley
      25169  0  6  The War of Northwatch Aggression
      25170  25165  6  Cleaning Up the Coastline
      25171  0  6  Riding On
      25172  25127  3  Invaders in Our Home
      25173  25177  7  From Bad to Worse
      25174  25182  34  Twinbraid Needs to Know
      25175  0  34  The Bad News
      25176  25178  7  Exploiting the Situation
      25177  0  7  Storming the Beaches
      25178  25227  7  Shipwreck Searching
      25179  0  7  Loss Reduction
      25182  0  35  Kill 'em All!
      25183  25185  35  ...And Bury the Rest
      25184  25200  9  Wild Mine Cart Ride
      25185  0  35  The Deed Is Done
      25186  0  31  Futile Resistance
      25187  25188  8  Lost in the Floods
      25188  0  8  Watershed Patrol
      25189  0  8  Spirits Be Praised
      25190  25192  8  Raggaran's Rage
      25191  25197  30  Survey the Destruction
      25192  0  9  Raggaran's Fury
      25193  0  8  Lost But Not Forgotten
      25194  25195  8  Unbidden Visitors
      25195  0  9  That's the End of That Raptor
      25196  25260  10  The Dranosh'ar Blockade
      25197  24934  30  The Admiral Won't Back Down
      25198  0  32  Winnoa Pineforest
      25200  25204  10  Shredder Shutdown
      25201  0  10  The Ultimate Footbomb Uniform
      25202  0  11  The Fastest Way to His Heart
      25203  0  11  What Kind of Name is Chip, Anyway?
      25204  25207  10  Release the Valves
      25205  0  10  The Wolf and The Kodo
      25206  0  10  Ignoring the Warnings
      25207  25213  10  Good-bye, Sweet Oil
      25208  25333  36  Tell Silvia
      25209  25252  36  The Gordunni Threat
      25210  25230  36  Signs of Change
      25211  0  21  Cleaning Hovel
      25213  0  10  The Slave Pits
      25214  0  10  Escape Velocity
      25215  0  81  A Distracting Scent
      25216  25218  81  The Great Sambino
      25217  25456  81  Totem Modification
      25218  25217  81  Undersea Inflation
      25219  0  81  Don't be Shellfish
      25220  0  81  Slippery Threat
      25221  25222  81  Rundown
      25222  0  81  Silver Tide Hollow
      25223  0  81  Trial By Fire
      25224  0  81  In Bloom
      25225  0  12  Oil Change
      25226  0  0  Kill Chip Endale Tracking Quest
      25227  25187  8  Thonk
      25230  0  36  More Than Illness
      25231  0  12  Southseas Scum
      25232  25196  10  The Burning Blade
      25233  25268  81  End of the Supply Line
      25234  25268  81  In the Rear With the Gear
      25235  0  22  Vulgar Vul'Gol
      25236  0  10  Thunder Down Under
      25237  25250  36  Tears of Stone
      25241  25250  36  The Land, Corrupted
      25243  25251  11  She Loves Me, She Loves Me NOT!
      25244  25251  11  What Kind of Name is Candy, Anyway?
      25245  0  0  Kill Candy Cane Tracking Quest
      25250  25386  36  Sealing the Dream
      25251  25265  10  Final Confrontation
      25252  0  37  Rulers of Dire Maul
      25255  25268  81  Harrying the Hunters
      25256  0  10  Sent for Help
      25257  0  10  Ghislania
      25258  0  10  Griswold Hanniston
      25259  0  10  Gaur Icehorn
      25260  25261  10  Fizzled
      25261  25262  10  Margoz
      25262  25648  12  Skull Rock
      25263  25264  12  Neeru Fireblade
      25264  0  13  Ak'Zeloth
      25265  25266  11  Victory!
      25266  25267  11  Warchief's Emissary
      25267  25275  11  Message for Garrosh
      25268  25271  81  The Voice of Goldrinn
      25269  25270  81  The Voice of Lo'Gosh
      25270  25272  81  Howling Mad
      25271  25273  81  Goldrinn's Ferocity
      25272  25332  81  Lycanthoth the Corruptor
      25273  25332  81  Lycanthoth the Corruptor
      25274  25276  81  Signed in Blood
      25275  14129  11  Report to the Labor Captain
      25276  0  81  Your New Identity
      25277  0  81  Cleaning House
      25278  0  81  Cleaning House
      25279  25277  81  The Shrine Reclaimed
      25280  25278  81  The Shrine Reclaimed
      25281  25405  81  Pay It Forward
      25284  0  30  Feeding the Fear
      25291  25509  81  Twilight Training
      25292  0  35  Next of Kin
      25294  25494  81  Walking the Dog
      25296  25308  81  Gather the Intelligence
      25297  25298  81  From the Mouth of Madness
      25298  0  81  Free Your Mind, the Rest Follows
      25299  0  81  Mental Training: Speaking the Truth to Power
      25300  25301  81  The Eye of Twilight
      25301  25303  81  Mastering Puppets
      25302  0  81  Remnants of Battle
      25303  25312  81  Elementary!
      25304  0  37  The Battle of Sardor
      25305  0  37  Never Look Back
      25307  0  81  Eavesdropping
      25308  0  81  Seeds of Discord
      25309  0  81  Spiritual Training: Mercy is for the Weak
      25310  0  81  The Greater of Two Evils
      25311  0  81  Twilight Territory
      25312  0  81  Return to Duskwhisper
      25313  0  81  The Defector
      25314  0  81  Speech Writing for Dummies
      25315  25531  81  Graduation Speech
      25316  25317  81  As Hyjal Burns
      25317  25319  81  Protect the World Tree
      25318  0  81  Twilight Battle Plans
      25319  0  81  War on the Twilight's Hammer
      25320  25321  81  The Captured Scout
      25321  25424  81  Twilight Captivity
      25322  25323  81  Fiery Inscriptions
      25323  25464  81  Flamebreaker
      25324  25325  81  A Prisoner of Interest
      25325  25578  81  Through the Dream
      25326  0  81  Block Their Retreat
      25327  0  81  Awakening
      25328  0  81  Gar'gol's Gotta Go
      25329  25387  37  Might of the Stonemaul
      25330  0  81  Waste of Flesh
      25331  14402  7  Grandma's Cat
      25332  0  81  Get Me Outta Here!
      25333  0  37  Might of the Sentinels
      25334  0  81  The Looming Threat
      25335  0  39  Natural Materials
      25336  25337  38  Testing the Vessel
      25337  25641  38  Hippogryph Muisek
      25338  25345  37  Treant Muisek
      25339  0  36  Vengeance on the Northspring
      25340  0  36  Dark Heart
      25341  25342  36  The Gordunni Orb
      25342  25344  37  Talk to Swar'jan
      25344  0  37  Ogre Abduction
      25345  25346  37  Faerie Dragon Muisek
      25346  25391  37  Mountain Giant Muisek
      25349  25378  40  Twisted Sisters
      25350  0  37  The Lost Apprentice
      25352  0  81  Sweeping the Shelf
      25353  25618  81  Lightning in a Bottle
      25354  0  81  Sweeping the Shelf
      25355  25617  81  Lightning in a Bottle
      25356  25487  40  To the Summit
      25357  25545  81  Buy Us Some Time
      25358  0  81  Nerve Tonic
      25359  0  81  Toshe's Vengeance
      25360  0  81  Crabby Patrons
      25361  25362  38  A New Cloak's Sheen
      25362  0  38  A Grim Discovery
      25363  0  38  War on the Woodpaw
      25364  0  38  Alpha Strike
      25365  25366  38  Woodpaw Investigation
      25366  0  39  The Battle Plans
      25367  0  38  Zukk'ash Infestation
      25368  0  37  Verinias the Twisted
      25369  0  38  Stinglasher
      25370  25574  81  Inciting the Elements
      25371  0  81  The Abyssal Ride
      25372  0  81  Aessina's Miracle
      25373  0  39  The Hilltop Threat
      25374  0  39  Sasquatch Sighting
      25375  0  39  Taming The Tamers
      25376  0  39  Gordunni Cobalt
      25377  0  81  The Horde's Hoard
      25378  25379  40  Ysondre's Call
      25379  0  40  Taerar's Fall
      25381  0  81  Fighting Fire With ... Anything
      25382  25940  81  Disrupting the Rituals
      25383  0  40  Ysondre's Farewell
      25384  0  81  Raw Materials
      25385  25392  81  Save the Wee Animals
      25386  0  36  To Stonemaul Hold
      25387  0  38  To Camp Mojache
      25388  0  81  A Case of Crabs
      25389  0  81  A Taste For Tail
      25390  0  81  A Girl's Best Friend
      25391  0  37  Weapons of Spirit
      25392  0  81  Oh, Deer!
      25394  0  36  More Than Illness
      25395  25770  20  The Stolen Keg
      25396  25398  36  Tears of Stone
      25397  25398  36  The Land, Corrupted
      25398  26402  36  Sealing the Dream
      25399  0  37  Hatecrest Forces
      25400  25406  37  The Gordunni Threat
      25401  25402  37  The Gordunni Orb
      25402  25403  37  Estulan's Examination
      25403  0  37  Ogre Abduction
      25404  25408  81  If You're Not Against Us...
      25405  0  81  Rest For the Weary
      25406  0  37  Gordok Guards
      25407  25409  37  Forces of Nature: Wisps
      25408  25411  81  Seeds of Their Demise
      25409  25410  37  Forces of Nature: Hippogryphs
      25410  0  37  Forces of Nature: Treants
      25411  25412  81  A New Master
      25412  25428  81  The Name Never Spoken
      25413  0  81  Change of Plans
      25419  0  81  Lady La-La's Medallion
      25420  0  49  Ancient Obstacles
      25421  0  49  The Grand Tablet
      25422  25368  37  The Darkmist Legacy
      25423  25368  37  Ancient Suffering
      25424  25324  81  Return to Alysra
      25426  25427  39  War on the Woodpaw
      25427  0  39  Alpha Strike
      25428  0  81  Black Heart of Flame
      25429  0  39  Zukk'ash Infestation
      25430  25320  81  Emerald Allies
      25431  0  39  Stinglasher
      25432  0  39  It's Not "Ogre" Yet
      25433  0  39  Sasquatch Sighting
      25434  0  39  Taming The Tamers
      25435  25455  81  Pressure is Mounting
      25436  0  40  Spiteful Sisters
      25437  25379  40  Ysondre's Call
      25438  0  40  Ysondre's Farewell
      25439  25440  81  Vengeful Heart
      25440  0  81  Fathom-Lord Zin'jatar
      25441  0  81  Vortex
      25442  25890  81  A Pearl of Wisdom
      25443  25428  81  The Name Never Spoken
      25447  25394  36  Signs of Change
      25448  0  36  The Northspring Menace
      25449  25450  36  The Mark of Quality
      25450  0  37  Improved Quality
      25451  0  37  Pristine Yeti Hide
      25452  25453  36  The Mark of Quality
      25453  0  37  Improved Quality
      25454  0  37  Perfect Yeti Hide
      25455  0  81  A Test of Wills
      25456  25359  81  Back in One Piece
      25457  0  1  Ron Targetting Test
      25458  0  37  General Skessesh
      25459  0  81  Ophidophobia
      25460  0  81  The Earth Rises
      25462  25490  81  The Bears Up There
      25463  0  37  Report to Silvia
      25464  0  81  The Return of Baron Geddon
      25465  0  37  Still With The Zapped Giants
      25466  0  37  Even More Fuel for the Zapping
      25467  0  81  Kliklak's Craw
      25468  25469  37  Forces of Nature: Faerie Dragons
      25469  0  37  Forces of Nature: Mountain Giants
      25471  25334  81  Across the Great Divide
      25472  25323  81  The Flameseer's Staff
      25473  28349  2  Kaja'Cola
      25474  0  81  Once More, With Eeling [DEPRICATED]
      25475  25476  37  Find OOX-22/FE!
      25476  3721  37  Rescue OOX-22/FE!
      25477  25371  81  Better Late Than Dead
      25478  25487  40  To the Summit
      25479  25486  40  To New Thalanaar
      25481  25486  40  To New Thalanaar
      25486  25488  40  The Grimtotem are Coming
      25487  25489  40  The Grimtotem are Coming
      25488  25504  40  Two If By Boat
      25489  25505  40  Two If By Boat
      25490  25491  81  Smashing Through Ashes
      25491  0  81  Durable Seeds
      25492  25502  81  Firebreak
      25493  25507  81  Fresh Bait
      25494  0  81  A Champion's Collar
      25496  0  81  Grudge Match
      25497  25498  81  Back in the Saddle
      25498  0  81  Shark Bait
      25499  0  81  Agility Training: Run Like Hell!
      25501  0  46  Poaching for Dummies
      25502  0  81  Prepping the Soil
      25503  0  81  Blackfin's Booty
      25504  25515  40  Do Me a Favor?
      25505  25516  40  Do Me a Favor?
      25506  25371  81  Sea-Food Chain
      25507  25510  81  Hell's Shells
      25508  0  81  A Brilliant Idea
      25509  25499  81  Physical Training: Forced Labor
      25510  0  81  Tortolla Speaks
      25513  0  49  Thunderdrome: Grudge Match!
      25514  0  81  Breaking the Bonds
      25515  25532  40  Down in the Deeps
      25516  25533  40  Down in the Deeps
      25517  0  40  Bar Fight!
      25518  0  40  Bar Fight!
      25519  0  81  Children of Tortolla
      25520  0  81  An Ancient Awakens
      25521  0  46  I'm With Scorpid
      25522  0  46  Gargantapid
      25523  25525  81  Flight in the Firelands
      25524  0  40  In the Outhouse
      25525  25544  81  Wave One
      25526  0  40  In the Outhouse
      25527  0  40  A Replacement Diving Helm
      25528  0  40  A Replacement Diving Helm
      25529  0  40  A Replacement Diving Helm
      25530  0  40  A Replacement Diving Helm
      25531  25608  81  Twilight Riot
      25532  25542  40  Pirate Accuracy Increasing
      25533  25543  40  Pirate Accuracy Increasing
      25534  24950  46  Going Off-Task
      25535  25539  81  A Powerful Need To Eat
      25536  0  81  Cold Welcome
      25537  25538  81  Art of Attraction
      25538  0  81  Odor Coater
      25539  0  81  Clamming Up
      25540  0  81  Bellies Await
      25541  24950  46  Filling Our Pockets
      25542  25585  40  Circle the Wagons... er, Boats
      25543  25586  40  Circle the Wagons... er, Boats
      25544  25560  81  Wave Two
      25545  25547  81  To Arms!
      25546  25545  81  Traveling on Our Stomachs
      25547  25558  81  On Our Own Terms
      25548  25549  81  Might of the Firelord
      25549  25550  81  The Sanctum of the Prophets
      25550  0  82  Magma Monarch
      25551  0  82  The Firelord
      25552  25553  82  Brood of Evil
      25553  0  82  Death to the Broodmother
      25554  25555  81  Secrets of the Flame
      25555  25551  82  The Gatekeeper
      25556  27068  47  Into Zul'Farrak
      25557  0  47  Chief Ukorz
      25558  0  81  All or Nothing
      25559  0  49  Laying Claim
      25560  25832  81  Egg Wave
      25561  25585  40  Circle the Wagons... er, Boats
      25562  25586  40  Circle the Wagons... er, Boats
      25564  25547  81  Stormwind Elite Aquatic and Land Forces
      25565  0  49  Fragments of Language
      25566  25070  49  The Secrets of Uldum
      25573  0  81  Your Underwater Mount (Temp)
      25574  0  81  Flames from Above
      25575  0  81  Forged of Shadow and Flame
      25576  0  81  Rage of the Wolf Ancient
      25577  0  81  Crushing the Cores
      25578  0  81  Return to Nordrassil
      25579  0  81  Caught Off-Guard
      25580  0  81  Swift Approach
      25581  0  81  An Occupation of Time
      25582  0  81  A Better Vantage
      25583  0  81  Upon the Scene of Battle
      25584  25255  81  The Return of the Ancients
      25585  0  41  Quiet the Cannons
      25586  0  41  Quiet the Cannons
      25587  25598  81  Gimme Shelter!
      25588  0  41  A Little Payback
      25589  0  41  A Little Payback
      25590  25609  41  Where's Wizzle?
      25591  0  49  Thunderdrome: Grudge Match!
      25592  0  81  Deep Attraction
      25593  0  81  Shelled Salvation
      25594  0  81  Crafty Crabs
      25595  0  81  Something Edible
      25596  25610  41  Where's Synge?
      25597  25274  81  Commander Jarod Shadowsong
      25598  0  81  Ain't Too Proud to Beg
      25599  25600  81  Cindermaul, the Portal Master
      25600  0  81  Forgemaster Pyrendius
      25601  25315  81  Head of the Class
      25602  0  81  Can't Start a Fire Without a Spark
      25603  0  -1  Hammering It Out
      25607  0  25  Ze Gnomecorder
      25608  25548  81  Slash and Burn
      25609  25627  41  Sunken Treasure
      25610  25628  41  Sunken Treasure
      25611  0  81  Return from the Firelands
      25612  0  81  Return from the Firelands
      25613  25614  25  Do Yourself a Favor
      25614  25615  25  The Only Way Down is in a Body Bag
      25615  25616  25  Return to Stardust
      25616  0  26  Hellscream's Legacy
      25617  0  81  Into the Maw!
      25618  0  81  Into the Maw!
      25619  25620  81  Reoccupation
      25620  25637  81  The Revered Lady
      25621  25622  26  Field Test: Gnomecorder
      25622  25640  26  Burn, Baby, Burn!
      25623  0  81  Into the Maw!
      25624  0  81  Into the Maw!
      25625  0  81  Piercing the Ruins
      25626  26005  81  Visions of the Past: Rise from the Deep
      25627  0  42  Two-Tusk Takedown
      25628  0  42  Two-Tusk Takedown
      25629  0  81  Her Lady's Hand
      25630  25381  81  The Fires of Mount Hyjal
      25631  0  81  Caught Off-Guard
      25632  0  81  Swift Approach
      25633  0  81  An Occupation of Time
      25634  0  81  A Better Vantage
      25635  0  81  Upon the Scene of Battle
      25636  0  81  Starve a Fever, Feed a Cold
      25637  25659  81  To the Fathom-Lord's Call
      25638  25794  81  A Desperate Plea
      25639  0  0  [DND] Test Rifts
      25640  25642  26  Bombs Away: Windshear Mine!
      25641  25338  37  The Flow of Muisek
      25642  0  26  Don't Look Them in the Eyes
      25643  0  37  The Darkmist Ruins
      25644  25552  82  The Twilight Egg
      25645  0  37  Return to Sage Palerunner
      25646  0  26  Windshear Mine Cleanup
      25647  25649  26  Illegible Orc Letter
      25648  0  10  Beyond Durotar
      25649  25650  26  Minx'll Fix It
      25650  25652  26  Orders from High Command
      25651  25657  81  Oh, the Insanity!
      25652  0  26  Commandeer That Balloon!
      25653  25597  81  The Ancients are With Us
      25654  0  36  Dark Heart
      25655  25731  81  The Wormwing Problem
      25656  25731  81  Scrambling for Eggs
      25657  27699  81  Dah, Nunt... Dah, Nunt...
      25658  0  81  Built to Last
      25659  0  81  Not Soon Forgotten
      25660  25661  41  Haunted
      25661  25672  42  With a Little Help...
      25662  25669  26  Free Our Sisters
      25663  25665  81  An Offering for Aviana
      25664  0  81  A Prayer and a Wing
      25665  25664  81  A Plea From Beyond
      25666  0  81  Getting Your Hands Dirty
      25667  0  6  Culling the Wendigos
      25668  0  6  Pilfered Supplies
      25669  0  27  Rumble in the Lumber... Mill
      25670  25732  81  DUN-dun-DUN-dun-DUN-dun
      25671  0  28  Thinning the Horde
      25672  25704  42  Carcass Collection
      25673  25728  27  Just Ask Alice
      25674  25676  55  Futile Pride
      25675  0  55  Ogre Combat
      25676  0  55  Heartstrike
      25677  0  55  It's All Mine
      25678  0  55  Pick Your Fate
      25679  25680  55  Into the Mountain
      25680  25681  55  That's Not Us
      25681  25682  55  Some People Just Need Killing
      25682  25683  55  Mission Complete
      25683  25684  55  The Dreadmaul Furnace
      25684  25685  55  Attune the Bloodstone
      25685  25686  55  The First Step
      25686  25687  55  Blood Ritual
      25687  25688  55  Not Just Any Body
      25688  25689  55  The Altar of Storms
      25689  0  56  Time is Short
      25690  0  55  A Bloodmage's Gotta Eat Too
      25691  0  56  The Charred Granite of the Dark Portal
      25692  0  56  The Vile Blood of Demons
      25693  0  56  Enhancing the Stone
      25694  25695  56  Protecting Our Rear
      25695  0  56  Watching Our Back
      25696  25717  57  The Sunveil Excursion
      25697  0  56  The Amulet of Allistarj
      25698  0  56  The Amulet of Sevine
      25699  0  56  The Amulet of Grol
      25700  25701  56  Loramus Thalipedes Awaits
      25701  0  57  You Are Rakh'likh, Demon
      25702  25703  57  Home... Gone... Naga...
      25703  0  57  Atrocities
      25704  0  42  The Mad Magus
      25705  0  57  False Idols
      25706  0  57  Neptool's Revenge
      25707  0  57  The Future of the Rockpool
      25708  0  55  Our Fallen Friends
      25709  0  55  Curtail the Darktail
      25710  25711  55  Minor Distractions
      25711  0  55  Eliminate the Okril'lon
      25712  0  55  Nethergarde Reigns
      25713  0  55  Remove Their Arms
      25714  25716  55  Watcher Mahar Ba
      25715  0  55  A Closer Look
      25716  26157  55  Cultists at our Doorstep
      25717  25718  58  The Demons and the Druid
      25718  25719  58  How Best to Proceed
      25719  25720  58  Demoniac Vessel
      25720  0  59  The Downfall of Marl Wormthorn
      25721  25727  20  Fight the Flood
      25722  25726  20  Sedimentary, My Dear
      25723  25725  20  Thresh Out of Luck
      25724  0  6  Frostmane Aggression
      25725  25735  20  Fenbush Berries
      25726  25734  20  A Dumpy Job
      25727  25733  20  Drungeld Glowerglare
      25728  0  27  Mr. P's Wild Ride
      25729  0  27  Gerenzo the Traitor
      25730  0  27  BEWARE OF CRAGJAW!
      25731  0  81  A Bird in Hand
      25732  25743  81  A Bone to Pick
      25733  25777  21  Get Out Of Here, Stalkers
      25734  0  21  Down In Thelgen Rock
      25735  0  21  Incendicite Ore
      25736  0  20  The Floodsurge Core
      25737  25738  81  Tenuous Negotiations
      25738  25742  81  Shallow End of the Gene Pool
      25739  0  27  If the Horde Don't Get You...
      25740  25746  81  Fact-Finding Mission
      25741  0  27  Preparations for the Future
      25742  25743  81  What? This Old Thing?
      25743  0  81  Decisions, Decisions
      25744  25756  41  Negotiations
      25745  25757  41  Negotiations
      25746  0  81  Sethria's Brood
      25747  25748  81  Looking Forward
      25748  0  81  Clear Goals
      25749  0  81  Not Entirely Unprepared
      25750  0  81  Curious Distraction
      25751  0  81  Properly Inspired
      25752  25754  81  Swift Action
      25753  0  81  Fallen But Not Forgotten
      25754  0  81  Gauging Success
      25755  25892  81  Visions of the Past: The Slaughter of Biel'aran Ridge
      25756  25774  41  Get Zherin!
      25757  25775  41  Get Koalbeard!
      25758  25761  81  A Gap in Their Armor
      25760  25747  81  Visions of the Past: The Invasion of Vashj'ir
      25761  0  81  Disassembly
      25762  0  42  The Ancient Brazier
      25763  25764  81  The Codex of Shadows
      25764  0  81  Egg Hunt
      25765  25793  28  Tell 'Em Koko Sent You
      25767  0  28  Capturing Memories
      25768  25875  28  Bombs Away: Mirkfallon Post!
      25769  25768  28  Fallowmere Beckons
      25770  25721  20  Keg Run
      25771  0  55  One Draenei's Junk...
      25772  0  55  Kum'isha's Endeavors
      25774  25778  42  Fool's Gold
      25775  25779  42  Fool's Gold
      25776  25795  81  Sethria's Demise
      25777  25780  21  Onwards to Menethil
      25778  25790  41  Fake Gold for Black Gold
      25779  25791  41  Fake Gold for Black Gold
      25780  0  21  Assault on Menethil Keep
      25788  0  -1  Hammering It Out
      25790  0  41  Back to Crazzle
      25791  0  41  Back to Riznek
      25792  0  7  Pushing Forward
      25793  25811  28  The Deep Reaches
      25794  0  81  Undersea Sanctuary
      25795  25807  81  Return to the Shrine
      25796  25813  41  Eminent Domain
      25797  25814  41  Eminent Domain
      25798  25813  41  Defend the Drill
      25799  25814  41  Defend the Drill
      25800  0  22  When Life Gives You Crabs
      25801  0  22  Claws from the Deep
      25802  25803  22  Reclaiming Goods
      25803  25804  22  The Search Continues
      25804  25805  22  Search More Hovels
      25805  0  22  Return the Statuette
      25806  25808  28  They Put the Assass in... Never Mind
      25807  0  81  An Ancient Reborn
      25808  0  28  Is This Thing On?
      25809  0  28  Leave No Man Behind!
      25810  25523  81  The Hatchery Must Burn
      25811  0  28  Shuttin Her Down
      25812  0  81  Spelunking
      25813  25825  42  Go Blow that Horn
      25814  25826  42  Go Blow that Horn
      25815  25816  22  The Third Fleet
      25816  25817  22  Cursed to Roam
      25817  25818  22  The Cursed Crew
      25818  25819  23  Lifting the Curse
      25819  0  23  The Eye of Paleth
      25820  0  22  A Mother's Worries
      25821  25834  28  A Special Kind of Job
      25822  25846  28  Armaments for War
      25823  0  28  The Unrelenting Horde
      25824  25887  81  Debriefing
      25825  25835  42  Deliver the Goods
      25826  25836  42  Deliver the Goods
      25827  0  81  Lo'Gosh is Ready for Battle
      25828  0  81  Goldrinn's Message to Ysera
      25829  0  0  Tracking Quest - Goldrinn Hub Complete
      25830  25842  81  The Last Living Lorekeeper
      25831  0  81  Hamuul's Message to Ysera
      25832  0  81  Return to Aviana
      25833  0  81  Aviana's Message to Ysera
      25834  25837  29  Death by Proxy
      25835  25869  42  Free Freewind Post
      25836  25870  42  Free Freewind Post
      25837  0  28  A Proper Peace Offerin'
      25838  25839  8  Help from Steelgrill's Depot
      25839  0  8  The Ultrasafe Personnel Launcher
      25840  25882  8  Eliminate the Resistance
      25841  25882  8  Strike From Above
      25842  25372  81  Firefight
      25843  25904  81  Tortolla's Revenge
      25844  25845  29  Sating the Savage Beast
      25845  25822  29  Terms of Service
      25846  0  29  Grundig Darkcloud, Chieftain of the Grimtotem
      25847  25848  30  Grimtotem Supremacy
      25848  25851  30  Downfall
      25849  26189  23  When Archaeology Attacks
      25850  0  23  Strike the Earth!
      25851  25852  30  Dances with Grimtotem
      25852  0  30  All's Clear
      25853  0  23  Tooling Around
      25854  25855  23  I'll Call Him Bitey
      25855  0  23  Gizmos and Gadgets
      25856  25857  23  Crocolisk Hides
      25857  0  23  Hunting Horrorjaw
      25858  25859  81  By Her Lady's Word
      25859  0  81  No Trespass Forgiven
      25860  25951  81  At All Costs
      25861  0  81  Setting An Example
      25862  25863  81  Stolen Property
      25863  0  81  Chosen Burden
      25864  25865  23  Dinosaur Crisis
      25865  0  23  The Mosshide Job
      25866  25868  23  Dark Iron Trappers
      25867  25868  23  Gnoll Escape
      25868  0  23  Yorla Darksnare
      25869  0  42  Grimtotem in the Post
      25870  0  42  Grimtotem in the Post
      25871  27275  42  Save the Sentinel
      25872  27276  42  The Brave and the Bold
      25873  0  43  Horn of the Traitor
      25874  0  43  Horn of the Traitor
      25875  25876  28  Gnome on the Inside
      25876  25877  28  It's Up There!
      25877  0  28  No Time for Goodbyes!
      25878  0  28  Schemin' That Sabotage
      25879  0  28  The Lumbering Oaf Problem
      25880  25889  29  Warn Master Thal'darah
      25881  25886  81  Lost Wardens
      25882  0  8  A Hand at the Ranch
      25883  0  81  How Disarming
      25884  27708  81  Come Hell or High Water
      25885  0  81  What? What? In My Gut...?
      25886  0  81  Pressing the Advantage
      25887  0  81  Wake of Destruction
      25888  0  81  Decompression
      25889  25891  29  Save the Children!
      25890  25900  81  Nespirah
      25891  25925  29  Last Ditch Effort
      25892  25893  81  Losing Ground
      25893  0  81  Desperate Plan
      25894  0  81  Hostile Waters
      25895  0  81  Come Prepared
      25896  0  81  Devout Assembly
      25897  0  81  Unfurling Plan
      25898  25911  81  Honor and Privilege
      25899  0  81  Breakthrough
      25900  0  81  Making Contact
      25901  0  81  Hyjal Recycling Program
      25902  0  4  Your First Totem!
      25903  0  10  It's Hot and it Might Explode
      25904  25906  81  The Hammer and the Key
      25905  0  8  Rams on the Lam
      25906  25910  81  The Third Flamegate
      25907  25989  81  Slave Labor
      25908  25989  81  Stick it to Them
      25909  25916  81  Capture the Crab
      25910  0  81  The Time for Mercy has Passed
      25911  0  81  Welcome News
      25912  0  29  Seen Better Days
      25913  0  29  Putting Them to Rest
      25914  0  29  Back to the Depths!
      25915  25923  81  The Strength of Tortolla
      25916  25917  81  Breaking Through
      25917  25919  81  We Are Not Alone
      25918  0  81  Hopelessly Gearless
      25919  0  81  Body Blows
      25920  0  81  Still Valuable
      25921  25922  81  Overseer Idra'kess
      25922  0  81  Waking the Beast
      25923  25928  81  Finish Nemesis
      25924  25929  81  Call of Duty
      25925  25930  30  Thal'darah's Vengeance
      25926  25927  25  Mired in Hatred
      25927  0  25  The Threat of Flame
      25928  25653  81  Tortolla's Triumph
      25929  25936  81  Sea Legs
      25930  25931  30  Ascending the Vale
      25931  0  30  Brood of Seldarria
      25932  0  9  It's Raid Night Every Night
      25933  0  9  Help for the Quarry
      25934  0  30  World First: Gnomegen
      25935  0  30  Hungry Pups
      25936  25941  81  Pay It Forward
      25937  0  10  Priceless Treasures
      25938  14384  30  Help for Desolace
      25939  26196  24  For Peat's Sake
      25940  25462  81  Last Stand at Whistling Grove
      25941  0  81  Rest For the Weary
      25942  25944  81  Buy Us Some Time
      25943  25944  81  Traveling on Our Stomachs
      25944  25948  81  Girding Our Loins
      25945  25999  26  We're Here to Do One Thing, Maybe Two...
      25946  25947  81  Helm's Deep
      25947  25948  81  Finders, Keepers
      25948  25949  81  Bring It On!
      25949  0  81  Blood and Thunder!
      25950  0  82  Sira'kess Slaying
      25951  0  81  Final Judgement
      25952  0  81  Caught Off-Guard
      25953  0  81  Swift Approach
      25954  0  81  An Occupation of Time
      25955  0  81  A Better Vantage
      25956  0  81  Upon the Scene of Battle
      25957  25958  81  Visions of the Past: The Invasion of Vashj'ir
      25958  25959  81  Looking Forward
      25959  0  81  Clear Goals
      25960  0  81  Not Entirely Unprepared
      25961  0  81  Curious Distraction
      25962  0  81  Properly Inspired
      25963  25965  81  Swift Action
      25964  0  81  Fallen But Not Forgotten
      25965  0  81  Gauging Success
      25966  25967  81  Visions of the Past: The Slaughter of Biel'aran Ridge
      25967  25968  81  Losing Ground
      25968  0  81  Desperate Plan
      25969  0  81  Hostile Waters
      25970  0  81  Come Prepared
      25971  0  81  Unfurling Plan
      25972  25973  81  Honor and Privilege
      25973  0  81  Welcome News
      25974  0  82  Sira'kess Slaying
      25975  0  82  Treasure Reclamation
      25976  0  82  Treasure Reclamation
      25977  0  82  A Standard Day for Azrajar
      25978  0  10  Entombed in Ice
      25979  0  10  Dealing with the Surge
      25980  0  82  A Standard Day for Azrajar
      25981  25987  82  Those Aren't Masks
      25982  25988  82  Those Aren't Masks
      25983  0  82  Promontory Point
      25984  26071  82  Promontory Point
      25985  25663  81  Wings Over Mount Hyjal
      25986  0  10  Trouble at the Lake
      25987  25983  82  Put It On
      25988  25984  82  Put It On
      25989  25990  81  Capture the Crab
      25990  25991  81  Breaking Through
      25991  25993  81  We Are Not Alone
      25992  0  81  Hopelessly Gearless
      25993  0  81  Body Blows
      25994  0  81  Still Valuable
      25995  25996  81  Overseer Idra'kess
      25996  0  81  Waking the Beast
      25997  25998  10  Dark Iron Scheming
      25998  26078  10  Get to the Airfield
      25999  26001  26  Barrier to Entry
      26000  0  81  Spelunking
      26001  26002  26  The Missing Blastgineer
      26002  26004  26  Alliance Attack Plans
      26003  0  26  Lessons from the Lost Isles
      26004  0  26  Krom'gar Fortress
      26005  0  81  A Breath of Fresh Air
      26006  0  81  A Breath of Fresh Air
      26007  25887  81  Debriefing
      26008  0  81  Decompression
      26009  0  27  Seek and Destroy
      26010  26020  27  Ashes to Ashes
      26011  0  27  Enemy of the Horde: Marshal Paltrow
      26014  26015  81  The Brothers Digsong
      26015  0  81  Phosphora Hunting
      26016  0  27  Orders from Base Camp
      26017  0  81  A Lure
      26018  0  81  Coldlights Out
      26019  26021  81  Enormous Eel Egg
      26020  26044  27  Report to Bombgutz
      26021  0  81  The Brothers Digsong 2: Eel-Egg-Trick Boogaloo
      26022  0  27  First Blood
      26023  26030  27  The Forsaken Trollbane
      26024  0  28  Wanted! Marez Cowl
      26025  0  27  The Traitor Orc
      26026  26028  27  Dream of a Better Tomorrow
      26027  0  27  Call to Arms
      26028  0  27  Mr. D's Wild Ride
      26029  0  27  The Real Threat
      26030  26031  27  Sigil of Strom
      26031  26032  27  Sigil of Thoradin
      26032  26033  27  Sigil of Arathor
      26033  26081  27  Trol'kalar
      26035  26036  26  Worth Its Weight in Gold
      26036  26037  26  Wand over Fist
      26037  26038  27  Trelane's Defenses
      26038  0  27  Attack on the Tower
      26039  26041  29  The Princess Trapped
      26040  0  81  What? What? In My Gut...?
      26041  26042  29  Stones of Binding
      26042  0  29  Breaking the Keystone
      26043  0  27  BEWARE OF CRAGJAW!
      26044  26045  27  Where Are the Parts?
      26045  0  27  I Got Your Parts Right Here...
      26046  0  27  Between a Rock and a Hard Place
      26047  0  27  And That's Why They Call Them Peons...
      26048  26058  27  Spare Parts Up In Here!
      26049  0  28  The Princess Unleashed
      26050  26051  28  Goggle Boggle
      26051  26052  28  Sunken Treasure
      26052  26628  28  Speak to Shakes
      26053  26027  27  Clearing the Highlands
      26055  0  28  Drowned Sorrows
      26056  26065  82  The Wavespeaker
      26057  26065  82  The Wavespeaker
      26058  0  27  In Defense of Krom'gar Fortress
      26059  0  28  Eyes and Ears: Malaka'jin
      26060  0  28  Da Voodoo: Stormer Heart
      26061  0  28  Da Voodoo: Ram Horns
      26062  26067  28  Da Voodoo: Resonite Crystal
      26063  0  27  The Queen and Her Court
      26064  0  28  Fight On Their Stomachs
      26065  0  82  Free Wil'hai
      26066  26068  29  Reinforcements...
      26067  0  30  Jin'Zil's Blessing
      26068  0  30  Kobold Fury!
      26069  0  30  Nura Pathfinder
      26070  0  82  Clearing the Defiled
      26071  0  82  Clearing the Defiled
      26072  26111  82  Into the Totem
      26073  26074  30  All's Quiet on the Southern Front
      26074  26075  30  Beginning of the End
      26075  26076  30  The Turd Problem
      26076  26077  30  Spy Infestation
      26077  26082  30  Final Delivery
      26078  26085  10  Extinguish the Fires
      26079  0  28  Wanted! Otto and Falconcrest
      26080  0  81  One Last Favor
      26081  26084  27  Alina's Reward
      26082  0  30  To Battlescar!
      26083  0  27  Hello Lolo
      26084  0  27  Hammerfall
      26085  26094  10  Rallying the Defenders
      26086  26087  81  Orako
      26087  0  81  "Glow-Juice"
      26088  0  81  Here Fishie Fishie
      26089  0  81  Die Fishman Die
      26090  26091  81  I Brought You This Egg
      26091  0  81  Here Fishie Fishie 2: Eel-Egg-Trick Boogaloo
      26092  0  81  Orako's Report
      26093  26095  26  Northfold Manor
      26094  26102  10  Striking Back
      26095  0  28  Stromgarde Badges
      26096  0  82  Scalding Shrooms
      26097  26098  30  Proof of Lies
      26098  0  30  Betrayal at the Grove
      26099  26100  30  Is This Justice?
      26100  26101  30  The General is Dead
      26101  26115  30  Might Makes Right
      26102  26112  10  Grimaxe's Demise
      26103  26106  81  Bio-Fuel
      26104  0  81  Our Aquatic Neigh-Bors
      26105  0  81  Claim Korthun's End
      26106  0  81  Fuel-ology 101
      26107  26108  28  Raising Spirits
      26108  0  28  Guile of the Raptor
      26109  0  27  Land Ho!
      26110  26114  28  Just Like Old Times
      26111  26130  82  ... It Will Come
      26112  0  10  Demanding Answers
      26113  26110  28  Quae and Kinelory
      26114  0  28  Quae Trusts You
      26115  0  30  To Be Horde...
      26116  26117  28  Kinelory Strikes
      26117  0  28  For Southshore
      26118  0  10  Seize the Ambassador
      26119  0  81  FLAG - Claim Our Stake Launched
      26120  0  25  The Crazed Dragonmaw
      26121  0  81  Claim Korthun's End
      26122  26126  81  Environmental Awareness
      26123  0  81  When in Vashj'ir...
      26124  0  81  Secure Seabrush
      26125  0  81  Secure Seabrush
      26126  0  81  The Perfect Fuel
      26127  26128  25  The Twilight's Hammer Revealed
      26128  26139  25  The Battle of Thandol Span
      26129  0  3  Brothers In Arms
      26130  26140  82  Unplug L'ghorek
      26131  0  10  Reinforcements for Loch Modan
      26132  0  82  Fiends from the Netherworld
      26133  0  82  Fiends from the Netherworld
      26134  0  30  Nothing Left for You Here
      26135  26006  81  Visions of the Past: Rise from the Deep
      26136  0  0  FLAG - Rigor Mortis Removed
      26137  25395  20  Checking on the Boys
      26138  0  24  Ferilon Leafborn
      26139  26093  25  Into Arathi
      26140  0  82  Communing with the Ancient
      26141  26154  82  Runestones of Binding
      26142  26154  82  Ascend No More!
      26143  0  83  All that Rises
      26144  0  82  Prisoners
      26145  0  12  The Trogg Threat
      26146  26148  12  In Defense of the King's Lands
      26147  0  12  Bigger and Uglier
      26148  26176  12  A Decisive Strike
      26149  0  82  Prisoners
      26150  106  6  A Visit With Maybell
      26151  0  3  Dark Letter
      26152  0  10  Wanted: James Clark
      26153  0  -1  Penny's Pumpkin Pancakes
      26154  26143  82  Twilight Extermination
      26155  26156  18  A Dark Threat, Remembered
      26156  0  20  All The King's Men
      26157  26158  55  Kasim Sharim
      26158  0  55  Attune the Bloodstone
      26159  26160  55  The First Step
      26160  0  55  Blood Ritual
      26161  26162  56  Not Just Any Body
      26162  0  56  The Altar of Storms
      26163  0  56  Time is Short
      26164  0  56  The Charred Granite of the Dark Portal
      26165  0  56  The Vile Blood of Demons
      26166  26161  56  Enhancing the Stone
      26167  0  55  The Amulet of Allistarj
      26168  0  55  The Amulet of Sevine
      26169  0  55  The Amulet of Grol
      26170  26171  56  The Final Ritual
      26171  0  57  You Are Rakh'likh, Demon
      26172  0  55  A Bloodmage's Gotta Eat Too
      26173  26174  56  Protecting Our Rear
      26174  0  56  Watching Our Back
      26175  26184  57  Surwich
      26176  26842  12  Onward to Thelsamar
      26177  0  -1  Feeling Crabby?
      26178  0  72  Planning for the Future
      26179  0  7  The Venture Co.
      26180  0  8  Supervisor Fizsprocket
      26181  0  82  Back to Darkbreak Cove
      26182  0  82  Back to the Tenebrous Cavern
      26183  0  -1  The King's Cider
      26184  26185  58  Wormthorn's Dream
      26185  26186  58  Advice from the Cenarion Circle
      26186  26187  58  Demoniac Vessel
      26187  0  59  The Downfall of Marl Wormthorn
      26188  0  8  Mazzranache
      26189  26195  24  The Angerfang Menace
      26190  0  -1  A Fisherman's Feast
      26191  0  81  The Culmination of Our Efforts
      26192  0  -1  Orphans Like Cookies Too!
      26193  0  82  Defending the Rift
      26194  0  82  Defending the Rift
      26195  0  24  Who Wards The Greenwarden
      26196  0  25  Longbraid the Grim
      26197  26421  1  The Future of Gnomeregan
      26198  0  3  The Arts of a Mage
      26199  26422  1  The Future of Gnomeregan
      26200  0  3  The Arts of a Priest
      26201  0  3  The Power of a Warlock
      26202  26424  1  The Future of Gnomeregan
      26203  26425  1  The Future of Gnomeregan
      26204  0  3  The Arts of a Warrior
      26205  26316  2  A Job for the Multi-Bot
      26206  26423  1  The Future of Gnomeregan
      26207  0  3  The Arts of a Rogue
      26208  26566  2  The Fight Continues
      2379  2382  16  Zando'zan
      2380  2379  16  To Orgrimmar!
      2381  0  18  Plundering the Plunderers
      26210  0  31  Gammerita, Mon!
      26211  0  31  Snapjaws, Mon!
      26212  0  31  Lard Lost His Lunch
      26213  26215  10  Hot On the Trail: The Riverpaw Clan
      26214  26215  11  Hot On the Trail: Murlocs
      26215  26228  11  Meet Two-Shoed Lou
      26216  0  81  Stoleways
      26217  0  81  Overboard
      26218  0  81  Long Shot
      26219  0  81  Full Circle
      26220  0  -1  Everything Is Better with Bacon
      26221  0  81  Full Circle
      26222  26205  2  Scrounging for Parts
      26223  26224  32  Stalking the Stalkers
      26224  0  32  Hunt the Savages
      26225  0  31  Pupellyverbos Port
      26226  0  -1  Crawfish Creole
      26227  0  -1  Careful, This Fruit Bites Back
      26228  26232  11  Livin' the Life
      26229  0  11  "I TAKE Candle!"
      26230  0  12  Feast or Famine
      26231  0  81  Boarding Party
      26232  0  12  Lou's Parting Thoughts
      26233  0  -1  Stealing From Our Own
      26234  0  -1  Stealing From Our Own
      26235  0  -1  Even Thieves Get Hungry
      26236  0  12  Shakedown at the Saldean's
      26237  0  12  Times are Tough
      26238  0  32  The Savage Dwarves
      26239  0  32  Wildhammer Totems
      26240  0  32  Stomp To My Beat
      26241  0  12  Westfall Stew
      26242  0  82  Deepholm, Plane of Earth
      26243  0  82  The World Pillar
      26244  0  82  The Earth Claims All
      26245  26247  82  Gunship Down
      26246  26247  82  Captain's Log
      26247  0  82  Diplomacy First
      26248  26251  82  All Our Friends Are Dead
      26249  26427  82  The Admiral's Cabin
      26250  26254  82  On Second Thought, Take One Prisoner
      26251  0  82  Take No Prisoners
      26252  26257  12  Heart of the Watcher
      26253  0  82  Preserve the Evidence
      26254  26255  82  Some Spraining to Do
      26255  26258  82  Return to the Temple of Earth
      26256  26261  82  Bleed the Bloodshaper
      26257  0  13  It's Alive!
      26258  26256  82  Deathwing's Fall
      26259  0  82  Blood of the Earthwarder
      26260  27007  82  The Forgemaster's Log
      26261  26260  82  Question the Slaves
      26262  0  82  Twilight Armaments
      26263  0  32  Thornar Thunderclash
      2378  2379  16  Find the Shattered Hand
      26265  0  2  Dealing with the Fallout
      26266  26271  13  Hope for the People
      26267  26432  32  Skulk Rock Clean-Up
      26268  26432  32  Skulk Rock Supplies
      26269  0  25  The Green Hills of Stranglethorn
      2359  2607  -1  Klaven's Tower
      26271  0  13  Feeding the Hungry and the Hopeless
      26272  26273  2  The Rise of the Darkspear
      26273  26275  2  The Basics: Hitting Things
      26274  26277  3  The Arts of a Warlock
      26275  26276  3  A Rough Start
      26276  26274  3  Proving Pit
      26277  25064  3  More Than Expected
      26278  0  25  The Defense of Grom'gol: Raptor Risk
      26279  0  25  The Defense of Grom'gol: Ogre Oppression
      26280  26281  25  The Defense of Grom'gol: Murloc Menace
      26281  0  25  The Defense of Grom'gol: Trollish Thievery
      26282  0  33  The Favor of Akil'darah
      26283  0  32  Prime Slime
      26284  26318  3  Missing in Action
      26285  26318  3  Get Me Explosives Back!
      26286  0  13  In Defense of Westfall
      26287  26288  13  The Westfall Brigade
      26288  0  14  Jango Spothide
      26289  26290  14  Find Agent Kearnen
      26290  26291  14  Secrets of the Tower
      26291  0  14  Big Trouble in Moonbrook
      26292  26295  14  To Moonbrook!
      26293  26294  84  Machines of War
      26294  26324  84  Weapons of Mass Dysfunction
      26295  26297  14  Propaganda
      26296  0  14  Evidence Collection
      26297  26319  15  The Dawning of a New Day
      26298  26299  26  Hunt for Yenniku
      26299  0  26  Headhunting
      26300  0  27  Nezzliok Will Know
      26301  26302  27  Speaking with Nezzliok
      26302  26303  27  Chasing Yenniku's Fate
      26303  26305  28  The Mind's Eye
      26304  0  29  Nighttime in the Jungle
      26305  0  29  Saving Yenniku
      26306  26307  33  Start Taking Back
      26307  26308  33  Death to the Vilebranch
      26308  0  33  It's Ours Now
      26309  0  33  Dark Vessels
      26310  26309  33  All That Skitters
      26311  0  84  Unfamiliar Waters
      26312  0  83  Crumbling Defenses
      26313  0  83  Core of Our Troubles
      26314  0  83  On Even Ground
      26315  26328  83  Imposing Confrontation
      26316  0  3  What's Keeping Jessup?
      26317  26321  25  A Lashtail Hatchling
      26318  26329  3  Finishin' the Job
      26319  26320  15  Secrets Revealed
      26320  26322  15  A Vision of the Past
      26321  0  25  I Think She's Hungry
      26322  26370  15  Rise of the Brotherhood
      26323  0  26  Favored Skull
      26324  26374  84  Where Is My Warfleet?
      26325  26330  26  A Nose for This Sort of Thing
      26326  0  83  The Very Earth Beneath Our Feet
      26327  26127  25  Anvilmar the Hero
      26328  0  83  Rocky Relations
      26329  26331  3  One More Thing
      26330  26332  26  Who's a Big Troll?
      26331  26339  4  Crushcog's Minions
      26332  0  26  Skullsplitter Mojo
      26333  26339  4  No Tanks!
      26334  0  26  Bloodlord Mandokir
      26335  26337  84  Ready the Navy
      26336  0  28  Shakes O'Breen
      26337  0  84  Beating the Market
      26338  0  27  Population Con-Troll
      26339  26342  5  Staging in Brewnall
      26340  583  25  The Hunt
      26341  26039  29  The Stone Shards
      26342  26364  5  Paint it Black
      26343  26344  26  Supply and Demand
      26344  26345  27  Some Assembly Required
      26345  0  28  Excelsior
      26346  26049  27  Myzrael's Tale
      26347  0  14  Keeper of the Flame
      26348  0  15  The Coast Isn't Clear
      26349  0  15  The Coastal Menace
      26350  26351  27  Priestess Hu'rala
      26351  26359  27  Mind Vision
      26352  0  28  Cozzle's Plan
      26353  26354  13  Captain Sanders' Hidden Treasure
      26354  26355  13  Captain Sanders' Hidden Treasure
      26355  26356  13  Captain Sanders' Hidden Treasure
      26356  0  13  Captain Sanders' Hidden Treasure
      26357  0  33  Faces of Evil
      26358  26361  84  Ready the Air Force
      26359  26360  27  See Raptor
      26360  26362  29  Mind Control
      26361  26372  84  Smoot's Samophlange
      26362  26386  29  Be Raptor
      26363  26369  33  Summit of Fate
      26364  26373  5  Down with Crushcog!
      26365  26503  15  Hero's Call: Redridge Mountains!
      26366  0  33  Heads Up
      26367  26363  33  Ongo'longo's Revenge
      26368  0  33  Venomous Secrets
      26369  0  33  Hunt the Keeper
      26370  26761  15  Return to Sentinel Hill
      26371  26348  15  The Legend of Captain Grayson
      26372  26388  84  Pre-Flight Checklist
      26373  0  5  On to Kharanos
      26374  0  84  Ready the Ground Troops
      26375  0  83  Loose Stones
      26376  26426  83  Hatred Runs Deep
      26377  26426  83  Unsolid Ground
      26378  26209  10  Hero's Call: Westfall!
      26379  0  15  In Aid of the Refugees
      26380  0  5  Bound for Kharanos
      26381  26406  34  The Eye of Shadra
      26382  26387  34  Can't Make An Omelette Without...
      26383  13518  10  Breaking Waves of Change
      26384  0  34  Darkcleric Marnal
      26385  13518  10  Breaking Waves of Change
      26386  0  29  Surkhan
      26387  0  34  Starvation Diet
      26388  26539  84  Twilight Skies
      26389  26390  4  Blackrock Invasion
      26390  54  5  Ending the Invasion!
      26391  0  4  Extinguishing Hope
      26392  0  4  Voucher of Bravery
      26393  26394  7  A Swift Message
      26394  26395  7  Continue to Stormwind
      26395  26396  7  Dungar Longdrink
      26396  0  7  Return to Argus
      26397  0  12  Walk With The Earth Mother
      26398  0  12  Walk With The Earth Mother
      26399  26400  28  The Mosh'Ogg Bounty
      26400  0  28  The Universal Key
      26401  0  37  Return to Vestia
      26402  0  36  General Shandris Feathermoon
      26403  26404  28  Venture Company Mining
      26404  0  30  Above My Pay Grade
      26405  0  29  Zul'Mamwe Mambo
      26406  26418  34  The Fang of Shadra
      26407  0  25  Mosh'Ogg Handiwork
      26408  0  20  Ashes in Ashenvale
      26409  0  82  Where's Goldmine?
      26410  26411  82  Explosive Bonding Compound
      26411  26413  82  Apply and Flash Dry
      26412  26400  28  The Mosh'Ogg Bounty
      26413  26484  82  Take Him to the Earthcaller
      26414  0  -1  Hitting a Walleye
      26415  0  0  Questflag for Captain's Log
      26416  26417  25  Well, Come to the Jungle
      26417  26278  25  Northern Stranglethorn: The Fallen Empire
      26418  26558  35  The Shell of Shadra
      26419  0  35  Shadra the Venom Queen
      26420  0  -1  Diggin' For Worms
      26421  26208  2  Meet the High Tinker
      26422  26208  2  Meet the High Tinker
      26423  26208  2  Meet the High Tinker
      26424  26208  2  Meet the High Tinker
      26425  26208  2  Meet the High Tinker
      26426  26869  83  Violent Gale
      26427  0  82  Without a Captain or Crew
      26428  0  27  To Steal From Thieves
      26429  0  30  Crush the Witherbark
      26430  0  31  Revantusk Village
      26431  0  -1  Archaeology
      26432  26306  33  The Fall of Jintha'Alor
      26433  0  30  The Holy Water of Clarity
      26434  26435  30  Primal Reagents of Power
      26435  0  32  I'm A Huge Liar and a Fraud
      26436  0  83  Entrenched
      26437  0  83  Making Things Crystal Clear
      26438  0  83  Intervention
      26439  0  83  Putting the Pieces Together
      26440  26441  83  Clingy
      26441  0  83  So Big, So Round...
      26442  0  -1  Rock Lobster
      26443  26445  21  Diabolical Plans
      26444  0  21  Destroy the Legion
      26445  0  22  Never Again!
      26446  13766  21  Reclaiming Felfire Hill
      26447  26449  21  Diabolical Plans
      26448  0  21  Destroy the Legion
      26449  0  22  Never Again!
      26450  0  30  If They're Just Going to Leave Them Lying Around...
      26451  0  -1  Gurubashi Challenge: Free-For-All Arena Combat
      26452  0  -1  Gurubashi Challenge
      26453  26454  21  A Helping Hand
      26454  0  21  A Shameful Waste
      26455  0  21  The Lost Chalice
      26456  0  25  Report from the Northern Front
      26457  13698  21  Agents of Destruction
      26458  0  25  Twilight Falls
      26459  0  24  Researching the Corruption
      26460  26461  24  In Search of Thaelrid
      26461  0  27  Blackfathom Villainy
      26462  0  32  The Wicked Revantusk
      2318  2338  42  Translating the Journal
      26464  13645  21  The Lost Gem
      26465  0  21  The Ancient Statuettes
      26466  0  22  Ruuzel
      26467  26468  21  Vile Satyr! Dryads in Danger!
      26468  0  22  The Branch of Cenarius
      26469  0  21  Satyr Slaying!
      26470  0  26  Retaking Mystral Lake
      26471  0  23  Knowledge in the Deeps
      26472  0  22  Insane Druids
      26473  13623  21  Bathran's Hair
      26474  0  23  Orendil's Cure
      26475  0  23  Elune's Tear
      26476  26477  23  Dryad Delivery
      26477  26478  23  Search the Bole
      2260  2281  16  Erion's Behest
      2300  2281  16  SI:7
      26479  26480  23  Return to Raene
      26480  13989  25  Dartol's Rod
      26481  26482  26  A New Adornment
      26482  0  25  True Power of the Rod
      26483  0  32  Gan'dranda
      26484  27931  82  To Stonehearth's Aid
      26485  0  31  Snapjaws, Lad!
      26486  0  31  99 Bottles of Booze on the Beach
      26487  0  30  Akiris by the Bundle
      26488  0  -1  Big Gulp
      26489  0  30  It's You!!
      26490  0  32  Prime Slime
      26491  26496  32  Skulk Rock Clean-Up
      26492  26496  32  Skulk Rock Supplies
      26493  0  30  There's Somebody Out There Who Wants It
      26494  26533  31  Mixmaster Jasper
      26495  26550  31  Chabal
      26496  26497  33  Down with the Vilebranch
      26497  26307  33  Vilebranch Scum
      26498  26516  33  Death to the Vilebranch
      26499  26501  82  Stonefather's Boon
      26500  26502  82  We're Surrounded
      26501  26537  82  Sealing the Way
      26502  26564  82  Thunder Stones
      26503  26505  15  Still Assessing the Threat
      26504  0  15  Wanted: Redridge Gnolls
      26505  26510  16  Parker's Report
      26506  0  16  Franks and Beans
      26507  0  83  Petrified Delicacies
      26508  0  16  Nida's Necklace
      26509  0  16  An Unwelcome Guest
      26510  26512  16  We Must Prepare!
      26511  0  16  Lake Everstill Clean Up
      26512  26514  16  Tuning the Gnomecorder
      26513  0  16  Like a Fart in the Wind
      26514  26544  16  Canyon Romp
      26515  0  33  Ongo'longo's Revenge
      26516  0  33  It's Ours Now
      26517  0  33  Summit of Fate
      26518  26515  33  Heads Up
      26519  26520  16  He Who Controls the Ettins
      2242  0  10  Destiny Calls
      2259  2260  16  Erion Shadewhisper
      26521  0  33  Faces of Evil
      26522  0  33  Faces of Evil
      26523  26524  33  All That Skitters
      26524  26368  33  Dark Vessels
      26525  0  33  Venomous Secrets
      26526  0  33  Hunt the Keeper
      26527  0  34  Gryphon Master Talonaxe
      26528  26529  34  The Eye of Shadra
      26529  26530  34  The Fang of Shadra
      26530  26531  35  The Shell of Shadra
      26531  26532  35  Summoning Shadra
      26532  0  35  Shadra the Venom Queen
      26533  26534  31  Zanzil's Secret
      26534  26535  31  Let's See What You've Got, Zanzil
      26535  0  32  Recipe for Disaster
      26536  0  -1  Thunder Falls
      26537  26625  82  Shatter Them!
      26538  26540  84  Emergency Aid
      26539  26549  84  Stalled Negotiations
      26540  0  84  Dangerous Compassion
      26542  0  30  Hero's Call: The Hinterlands!
      26543  0  -1  Clammy Hands
      26544  26545  16  They've Wised Up...
      26545  0  16  Yowler Must Die!
      26546  26548  31  Razorbeak Friends
      26547  26548  31  A Mangy Threat
      26548  0  31  Out to the Front
      26549  26608  84  Madness
      26550  26551  31  Backdoor Dealings
      26551  26552  32  Eliminate the Outcast
      26552  26553  32  Through the Troll Hole
      26553  26554  32  High Priestess Jeklik
      26554  26555  32  Plunging Into Zul'Gurub
      26555  0  32  High Priest Venoxis
      26556  0  -1  No Dumping Allowed
      26557  0  -1  A Staggering Effort
      26558  26419  35  Summoning Shadra
      26559  0  17  [NYI] Breaking Out is Hard to Do
      26560  0  17  Jorgensen
      26561  0  17  Krakauer
      26562  0  17  And Last But Not Least... Danforth
      26563  26607  17  Return of the Bravo Company
      26564  0  82  Fixer Upper
      26565  0  -1  A Furious Catch (REMOVED)
      26566  26222  2  A Triumph of Gnomish Ingenuity
      26567  26568  17  John J. Keeshan
      26568  26571  17  This Ain't My War
      26569  0  17  Surveying Equipment
      26570  0  17  Render's Army
      26571  26573  17  Weapons of War
      26572  0  -1  A Golden Opportunity
      26573  26607  17  His Heart Must Be In It
      26574  0  38  Adella's Covert Camp
      26575  0  83  Rock Bottom
      26576  26656  83  Steady Hand
      26577  0  83  Rocky Upheaval
      26578  0  83  Doomshrooms
      26579  0  83  Gone Soft
      26580  26581  83  Familiar Intruders
      26581  26582  83  A Head Full of Wind
      26582  0  83  Unnatural Causes
      26583  0  83  Wrath of the Fungalmancer
      26584  26750  83  Shaken and Stirred
      26585  0  83  Corruption Destruction
      26586  26587  17  In Search of Bravo Company
      26587  0  17  Breaking Out is Hard to Do
      26588  0  -1  A Furious Catch
      26589  0  35  The Wilds of Feralas
      26590  0  30  The Holy Water of Clarity
      26591  0  82  Battlefront Triage
      26592  26435  30  Diffractory Chromascope
      26593  26594  32  Scaring Shaky
      26594  26595  32  Return to MacKinley
      26595  0  32  Kill-Collect
      26596  26702  35  The Call of Kalimdor
      26597  0  33  Stranglethorn Fever
      26598  0  33  The Heart of Mokk
      26599  26600  33  The Captain's Chest
      26600  26602  33  A Giant's Feast
      26601  0  33  Mok'rash the Cleaver
      26602  26601  33  A Dish Best Served Huge
      26603  26604  32  Message in a Bottle
      26604  26605  32  Protecting Her Royal Highness Poobah
      26605  26606  32  Grubby Little Paws
      26606  0  33  Mukla's Demise
      26607  0  18  They Drew First Blood
      26608  0  84  Negotiations Terminated
      26609  26610  32  The Bloodsail Buccaneers
      26610  26611  32  Bloodsail Treachery
      26611  26612  32  The Baron Must Be Told
      26612  26624  33  Details of the Attack
      26613  0  33  Up to Snuff
      26614  0  33  Keep An Eye Out
      26616  26639  18  It's Never Over
      26617  0  32  An Old Sea Dog
      26618  0  21  Wolves at Our Heels
      26619  26621  84  You Say You Want a Revolution
      26620  0  21  Seasoned Wolf Kabobs
      26621  26622  84  Insurrection
      26622  26786  84  Death to Mor'ghor
      26623  0  21  Dusky Crab Cakes
      26624  26629  33  Getting In With the Bloodsail
      26625  0  83  Troggzor the Earthinator
      26626  0  83  We Have a Situation
      26627  0  21  The Hermit
      26628  0  28  Death From Below
      26629  26631  33  Seeing Where Your Loyalties Lie
      26630  0  33  Looks Like a Tauren Pirate to Me
      26631  26633  33  Your First Day as a Pirate
      26632  26755  83  Close Escort
      26633  26644  33  Swabbing Duty
      26634  0  33  The Bane of Many A Pirate
      26635  0  33  Cannonball Swim
      26636  0  18  Bravo Company Field Kit: Camouflage
      26637  0  18  Bravo Company Field Kit: Chloroform
      26638  0  18  Hunting the Hunters
      26639  26640  18  Point of Contact: Brubaker
      26640  26646  18  Unspeakable Atrocities
      26641  26643  34  Can't Make An Omelette Without...
      26642  871  12  Preserving the Barrens
      26643  0  34  Starvation Diet
      26644  0  34  Attracting Attention
      26645  26686  21  The Night Watch
      26646  26651  18  Prisoners of War
      26647  26649  34  Ol' Blasty
      26648  0  34  Our Mortal Enemies
      26649  0  34  Drive-By Piracy
      26650  0  35  The Damsel's Luck
      26651  0  18  To Win a War, You Gotta Become War
      26652  26654  21  Ghost Hair Thread
      26653  26652  21  Supplies from Darkshire
      26654  26655  21  Return the Comb
      26655  26660  21  Deliver the Thread
      26656  0  83  Don't. Stop. Moving.
      26657  26659  83  Hard Falls
      26658  26659  83  Fragile Values
      26659  26750  83  Resonating Blow
      26660  26661  21  Zombie Juice
      26661  26676  22  Gather Rot Blossoms
      26662  26665  35  The Brashtide Crew
      26663  26665  35  Sinking From Within
      26664  26665  35  Making Mutiny
      26665  26678  35  Call of Booty
      26666  26667  23  The Legend of Stalvan
      26667  26669  23  The Stolen Letters
      26668  0  18  Detonation
      26669  26670  23  In A Dark Corner
      26670  26671  23  Roland's Doom
      26671  26672  23  The Fate of Stalvan Mistmantle
      26672  26674  23  Clawing at the Truth
      26673  0  23  REUSE - BREADCRUMB
      26674  0  23  Mistmantle's Revenge
      26675  0  12  The Value of Trust
      26676  26680  22  Juice Delivery
      26677  26681  22  Ghoulish Effigy
      26678  26679  35  Doublerum
      26679  0  35  Return to Revilgaz
      26680  26677  22  Ogre Thieves
      26681  26727  22  Note to the Mayor
      26682  0  36  A Shambling Threat
      26683  26684  21  Look To The Stars
      26684  26685  21  The Insane Ghoul
      26685  0  22  Classy Glass
      26686  0  21  Bones That Walk
      26687  0  35  Reinforcements From Theramore
      26688  26689  23  Worgen in the Woods
      26689  26690  23  The Rotting Orchard
      26690  26691  23  Vile and Tainted
      26691  0  24  Worgen in the Woods
      26692  0  19  Shadowhide Extinction
      26693  26694  19  The Dark Tower
      26694  0  19  The Grand Magus Doane
      26695  0  35  Prepare for Takeoff
      26696  26701  35  The Call of Kalimdor
      26697  26703  35  The Final Voyage of the Brashtide
      26698  0  35  Seeking Seahorn
      26699  26703  35  Turning the Brashtide
      26700  26703  35  The Damsel's (Bad) Luck
      26701  26682  35  Flight to Brackenwall
      26702  27210  35  Flight to Theramore
      26703  0  35  Bloodsail's End
      26704  0  35  REUSE
      26705  0  0  It's a Town-In-A-Box Tracking Event
      26706  0  12  Endgame
      26707  0  24  A Deadly Vine
      26708  26713  20  AHHHHHHHHHHHH! AHHHHHHHHH!!!
      26710  0  83  Lost In The Deeps
      26711  14110  3  Off to the Bank
      26712  14109  3  Off to the Bank
      26713  26714  20  Showdown at Stonewatch
      26714  26726  20  Darkblaze, Brood of the Worldbreaker
      26715  0  12  Malfurion Stormrage
      26716  0  12  A Bit of Privacy
      26717  26719  24  The Yorgen Worgen
      26718  0  35  Breadcrumb to Badlands
      26719  26720  24  Delivery to Master Harris
      26720  26760  24  A Curse We Cannot Lift
      26721  26787  24  The Jitters-Bugs
      26722  26754  25  Buried Below
      26723  26724  24  The Fate of Morbent Fel
      26724  26725  25  The Lurking Lich
      26725  0  25  Guided by the Light
      26726  0  20  Triumphant Return
      26727  0  22  The Embalmer's Revenge
      26728  26618  20  Hero's Call: Duskwood!
      26729  26730  26  Water Elementals
      26730  26731  26  You Can Take the Murloc Out of the Ocean...
      26731  0  26  The Altar of Naias
      26732  26733  25  Bad Medicine
      26733  0  25  Control Sample
      26734  0  25  The Source of the Madness
      26735  26736  25  The Fate of Kurzen
      26736  26737  25  Spared from Madness
      26737  0  25  Stopping Kurzen's Legacy
      26738  26739  25  Just Hatched
      26739  0  25  I Think She's Hungry
      26740  26763  28  Krazek's Cookery
      26741  583  25  REUSE
      26742  26743  26  Bloodscalp Insight
      26743  0  26  Sacred to the Bloodscalp
      26744  0  26  Deep Roots
      26745  26746  26  Favored Skull
      26746  26747  26  A Nose for This Sort of Thing
      26747  0  26  A Physical Specimen
      26748  0  26  Bloodlord Mandokir
      26749  26772  27  Priestess Thaalia
      26750  26752  83  At the Stonemother's Call
      26751  0  27  Population Con-Troll
      26752  26827  83  Audience with the Stonemother
      26753  26722  25  The Halls of the Dead
      26754  0  25  Morbent's Bane
      26755  26762  83  Keep Them off the Front
      26756  6341  10  Nessa Shadowsong
      26757  6342  10  The Bounty of Teldrassil
      26758  6343  10  Flight to Auberdine
      26759  0  10  Return to Nessa
      26760  0  24  Cry For The Moon
      26761  0  15  Threat to the Kingdom
      26762  26834  83  Reactivate the Constructs
      26763  26765  28  Venture Company Mining
      26764  0  28  A New Low
      26765  0  28  Return to Corporal Kaleb
      26766  26771  82  Big Game, Big Bait
      26767  0  83  Figuring out how to make quests
      26768  26771  82  To Catch a Dragon
      26769  0  16  Raging River Ride
      26770  0  83  Mystic Masters
      26771  26857  82  Testing the Trap
      26772  26773  27  Mind Vision
      26773  26774  27  See Raptor
      26774  26775  29  Mind Control
      26775  26776  29  Be Raptor
      26776  0  29  Ghaliri
      26777  0  24  Soothing Spirits
      26778  0  24  The Cries of the Dead
      26779  0  29  Zul'Mamwe Mambo
      26780  0  29  Nighttime in the Jungle
      26781  0  28  The Mind's Eye
      26782  0  28  The Mosh'Ogg Bounty
      26783  0  28  The Mosh'Ogg Bounty
      26784  26798  84  Muddied Waters
      26785  0  24  Part of the Pack
      26786  26784  84  Securing the Beach Head
      26787  0  24  Bear In Mind
      26788  0  84  Cementing Our Victory
      26789  26790  2  You no take axe!
      26790  0  2  Magmadar Must Die!
      26791  26835  83  Sprout No More
      26792  26835  83  Fungal Monstrosities
      26793  26794  25  The Weathered Grave
      26794  26795  25  Morgan Ladimore
      26795  26796  25  Mor'Ladim
      26796  26797  25  The Daughter Who Lived
      26797  0  25  A Daughter's Love
      26798  26830  84  The Warchief Will be Pleased
      26799  28652  1  Those That Couldn't Be Saved
      26800  28653  2  Recruitment
      26801  0  3  Scourge on our Perimeter
      26802  24973  3  The Damned
      26803  26804  10  Missing Reports
      26804  26806  10  Flight to Razor Hill
      26805  0  30  To the Cape!
      26806  26807  10  Reports to Orgrimmar
      26807  0  10  Return to Eitrigg
      26808  26809  31  Maywiki
      26809  26810  31  Backdoor Dealings
      26810  26811  32  Eliminate the Outcast
      26811  26812  32  Through the Troll Hole
      26812  26813  32  High Priestess Jeklik
      26813  26814  32  Plunging Into Zul'Gurub
      26814  0  32  High Priest Venoxis
      26815  0  31  Zanzil's Secret
      26816  0  32  Recipe for Disaster
      26817  0  30  Perfectly Pure
      26818  0  30  Plush Pelts
      26819  26808  30  Akiris by the Bundle
      26820  0  30  If They're Just Going to Leave Them Lying Around...
      26821  0  32  Airwyn Bantamflax
      26822  0  30  Good-Fer-Nothin' Slither-Dogs
      26823  26817  30  Too Big For His Britches
      26824  26821  32  Results: Inconclusive
      26825  26823  30  Dask "The Flask" Gobfizzle
      26826  26823  30  Dask "The Flask" Gobfizzle
      26827  26828  83  Rallying the Earthen Ring
      26828  0  83  Our Part of the Bargain
      26829  26833  83  The Stone March
      26830  26840  84  Traitor's Bait
      26831  0  83  The Twilight Flight
      26832  26833  83  Therazane's Mercy
      26833  26875  83  Word In Stone
      26834  0  83  Down Into the Chasm
      26835  26836  83  A Slight Problem
      26836  27937  83  Rescue the Stonefather... and Flint
      26837  0  30  The Explorers' League Digsite
      26838  26735  25  Rebels Without a Clue
      26839  0  30  Get Away From It All!
      26840  0  84  Return to the Highlands
      26841  26940  3  Forbidden Sigil
      26842  0  12  Out of Gnoll-where
      26843  26844  13  A Tiny, Clever Commander
      26844  0  13  Kobold and Kobolder
      26845  26864  13  Who's In Charge Here?
      26846  0  13  A Nasty Exploit
      26847  26848  83  The Quaking Fields
      26848  0  83  X Marks the Spot
      26849  26851  83  The Axe of Earthly Sundering
      26850  26851  83  Elemental Ore
      26851  26852  83  One With the Ground
      26852  26853  83  The Fragment's Inside
      26853  0  83  The Middle Fragment
      26854  26855  11  The Lost Pilot
      26855  13635  11  A Pilot's Revenge
      26856  0  15  Repel the Invasion
      26857  26876  82  Abyssion's Minions
      26858  0  16  Taragaman the Hungerer
      26859  5724  16  Searching for the Lost Satchel
      26860  0  12  Thelsamar Blood Sausages
      26861  0  82  Block the Gates
      26862  0  15  Elemental Tampering
      26863  0  13  Filthy Paws
      26864  26927  13  The Bearer of Gnoll-edge
      26865  26858  15  Enemies Below
      26866  26858  15  Enemies Below
      26867  26858  15  Enemies Below
      26868  0  15  Axis of Awful
      26869  26871  83  Depth of the Depths
      26870  0  21  Cleansing the Caverns
      26871  0  83  A Rock Amongst Many
      26872  0  18  Deviate Hides
      26873  0  18  Preemptive Methods
      26874  0  18  Awakening Naralex
      26875  26971  83  Undying Twilight
      26876  0  83  The World Pillar Fragment
      26877  26853  83  The Fragment's Inside
      26878  0  16  Disciples of Naralex
      26879  0  16  Disciples of Naralex
      26880  0  0  Gilneas City Unphase Cheat
      26881  26882  25  In Search of Thaelrid
      26882  0  28  Blackfathom Villainy
      26883  0  28  Twilight Falls
      26884  0  26  Researching the Corruption
      26885  0  25  Knowledge in the Deeps
      26886  25166  46  Going Off-Task
      26887  25166  46  Filling Our Pockets
      26888  0  27  Nightmare of the Deeps
      26889  0  46  All Cheered Out
      26890  0  22  The Essence of Aku'Mai
      26891  0  26  Amongst the Ruins
      26892  0  26  Deep in the Deeps
      26893  0  23  Blackfathom Deeps
      26894  0  24  Blackfathom Deeps
      26895  0  49  The Thunderdrome!
      26896  0  49  The Thunderdrome!
      26897  0  24  Blackfathom Deeps
      26898  0  24  Blackfathom Deeps
      26899  0  28  The Enemy of My Enemy
      26900  26905  37  Agamaggan
      26901  0  35  Going, Going, Guano!
      26902  0  0  Get Back to Town Accepted Tracking Event
      26903  0  35  Willix the Importer
      26904  0  3  Harnessing the Flames
      26905  0  35  Agamaggan's Charge
      26906  26905  35  Agamaggan
      26907  0  35  Take Them Down!
      26908  0  33  Feeling Thorny
      26909  26039  29  The Stone Shards
      26910  26917  3  Etched Letter
      26911  26912  27  Myzrael's Tale
      26912  0  28  The Princess Unleashed
      26913  28789  3  Charging into Battle
      26914  28788  3  Immolation
      26915  28787  3  The Deepest Cut
      26916  28784  3  Mastering the Arcane
      26917  28780  3  The Hunter's Path
      26918  28785  3  The Power of the Light
      26919  28786  3  Healing the Wounded
      26920  26921  35  The Battle for Andorhal
      26921  0  35  Scourge First... Alliance Later
      26922  26925  35  The Endless Flow
      26923  0  35  War Machines
      26924  26926  35  Scholomancer
      26925  26926  35  Araj the Summoner
      26926  26930  35  Victory, For Now
      26927  26928  14  Suddenly, Murlocs!
      26928  26868  15  Smells Like A Plan
      26929  0  15  A Load of Croc
      26930  0  36  After the Crusade
      26931  26933  36  Foxes and Hounds
      26932  0  15  Buzz Off
      26933  0  36  Foes Before Hoes
      26934  26978  36  Latent Disease
      26935  27000  37  Northridge Lumber Mill
      26936  0  36  Lower the Boom
      26937  26938  36  When Death is Not Enough
      26938  0  37  Combat Training
      26939  26941  27  The G-Team
      26940  28723  3  Arcane Missiles
      26941  26942  28  The G-Team
      26942  0  29  The G-Team
      26943  26939  26  Home Sweet Gnome
      26944  26939  26  Exploring Gnomeregan
      26945  28723  3  Learning New Techniques
      26946  28723  3  A Rogue's Advantage
      26947  28723  3  A Woodsman's Training
      26948  28723  3  Rejuvenating Touch
      26949  28723  3  Healing for the Wounded
      26950  0  30  The Dark Side of the Light
      26951  0  10  Cleanup on Isle E.
      26952  26999  37  The Menders' Stead
      26953  26954  37  Zen'Kiki, the Druid
      26954  0  37  A Different Approach
      26955  0  38  Zen'Kiki and the Cultists
      26956  0  37  I Ain't Sayin' You a Gourd-Digger...
      26957  27017  38  The Long Trip Home
      26958  0  3  Your First Lesson
      26959  0  33  Stripping Their Defenses
      26960  0  84  My Son, the Prince
      26961  13647  16  Gathering Idols
      26962  0  36  Stripping Their Offense
      26963  0  3  Steadying Your Shot
      26964  26965  10  Warchief's Command: Silverpine Forest!
      26965  0  11  The Warchief Cometh
      26966  0  3  The Light's Power
      26967  0  39  Battle for the Scarlet Monastery
      26968  0  3  Arcane Missiles
      26969  0  3  Primal Strike
      26970  0  3  Aiding the Injured
      26971  0  83  The Binding
      26972  0  30  The Dark Side of the Light
      26973  0  33  The Only True Path
      26974  0  36  The False Champion
      26975  27038  84  Rallying the Fleet
      26976  0  39  Battle for the Scarlet Monastery
      26977  26997  84  Twilight Investigation
      26978  0  36  Who Needs Cauldrons?
      26979  26937  36  Strange New Faces
      26980  25864  23  Swiftgear Station
      26981  25849  23  Whelgar's Retreat
      26982  0  30  The Scarlet Monastery
      26983  0  33  Just Close Enough
      26984  0  35  An Old, Crazed Friend
      26985  0  38  Pitting Madness Against Madness
      26986  0  30  Into the Scarlet Monastery
      26987  0  33  The Right Way
      26988  0  35  Moving Things Along
      26989  0  11  The Gilneas Liberation Front
      26991  0  38  Enemies Abroad
      26992  0  11  Agony Abounds
      26993  0  33  Compendium of the Fallen
      26994  0  36  Without Rhyme or Reason
      26995  26998  11  Guts and Gore
      26996  0  39  Right Under Their Noses
      26997  27064  84  The Usual Suspects
      26998  0  11  Iterating Upon Success
      26999  26935  37  A New Era for the Plaguelands
      27000  27001  37  Learning the Ropes
      27001  27002  37  This Means WAR (Wild Arachnid Roundup)
      27002  0  37  An Audience with the Highlord
      27003  0  83  Easy Money
      27004  27040  83  The Twilight Plot
      27005  27041  83  The Twilight Plot
      27006  27042  83  Fly Over
      27007  27010  82  Silvermarsh Rendezvous
      27008  27043  83  Fly Over
      27009  0  46  The Coldbringer
      27010  27061  82  Quicksilver Submersion
      27011  0  37  Redpine Thievery
      27012  0  37  A Gnoll's Resolve
      27013  0  37  Too Close for Comfort
      27014  27066  3  Hallowed Note
      27015  27023  3  Consecrated Note
      27016  0  16  The Joy of Boar Hunting
      27017  0  38  Memories from a Lost Past
      27018  0  39  The Herald
      27019  27022  44  Scourge of the Downs
      27020  0  3  The First Lesson
      27021  0  3  The Hunter's Path
      27022  0  45  Extinguishing the Idol
      27023  0  3  The Way of the Sunwalkers
      27024  0  44  Partners in Crime
      27025  27026  16  Thistle While You Work
      27026  0  16  Defcon: Bobcat
      27027  0  3  Primal Strike
      27028  0  16  Hornet Hunting
      27029  0  44  Cure the Scourge
      27030  0  16  Foxtails By The Handful
      27031  27032  17  Wing Nut
      27032  27033  18  Bird is the Word
      27033  27034  18  Skystrider's Heart
      27034  27035  18  He's That Age
      27035  27074  18  Standing Up
      27036  27037  17  Vyrin's Revenge
      27037  0  16  Vyrin's Revenge
      27038  0  84  Missing Parts
      27039  27045  11  Dangerous Intentions
      27040  27058  83  Decryption Made Easy
      27041  27059  83  Decryption Made Easy
      27042  0  83  Fight Fire and Water and Air with...
      27043  0  83  Fight Fire and Water and Air with...
      27044  27060  84  Peasant Problems
      27045  27056  11  Waiting to Exsanguinate
      27046  0  83  Fear of Boring
      27047  0  83  Motes
      27048  0  83  Underground Economy
      27049  0  83  Soft Rock
      27050  0  83  Fungal Fury
      27051  0  83  Through Persistence
      27052  0  83  Lingering Twilight
      27053  27057  38  Gahrron's Withering Cauldron
      27054  27055  38  Desperate Acts
      27055  0  39  Students of Krastinov
      27056  27065  11  Belmont's Report
      27057  27054  38  Return to the Stead
      27058  28292  83  The Wrong Sequence
      27059  28293  83  The Wrong Sequence
      27060  28807  84  Unholy Cow
      27061  0  82  The Twilight Overlook
      27062  27009  43  Looming Threat
      27063  27009  43  Looming Threat
      27064  28807  84  He's Holding Out on Us
      27065  27069  12  The Warchief's Fleet
      27066  0  3  Healing in a Flash
      27067  0  3  Rejuvenating Touch
      27068  0  49  Chief Ukorz Sandscalp
      27069  27093  12  Steel Thunder
      27070  0  48  A Fool's Errand
      27071  0  48  Wrath of the Sandfury
      27072  27092  84  The Old Barracks
      27073  0  12  Give 'em Hell!
      27074  0  18  Fight the Hammer
      27075  27078  18  Servants of Cho'gall
      27076  0  48  Breaking and Entering
      27077  27078  18  Clutching at Chaos
      27078  27115  19  Gor'kresh
      27079  0  1  Twilight Gate Tracking
      27080  0  1  Twilight Gate Tracking
      27081  25021  45  [DEPRECATED]Trusting the Traitor
      27082  27088  12  Playing Dirty
      27083  0  40  The Battle Resumes!
      27084  27087  40  The Farmers' Militia
      27085  0  40  Supporting the Troops
      27086  27087  40  Ashes to Ashes
      27087  0  40  Lindsay Ravensun, Revealed
      27088  0  12  It's Only Poisonous if You Ingest It
      27089  27090  40  Ace in the Hole
      27090  0  40  Andorhal, Once and For All
      27091  0  3  Charge!
      27092  27106  84  Cataclysm in the Catacombs
      27093  27096  12  Lost in the Darkness
      27094  0  13  Deeper into Darkness
      27095  27094  12  Skitterweb Menace
      27096  0  13  Orcs are in Order
      27097  27099  13  Rise, Forsaken
      27098  0  13  Lordaeron
      27099  27098  13  No Escape
      27100  27101  82  Twilight Research
      27101  27102  82  Maziel's Revelation
      27102  0  82  Maziel's Ascendancy
      27103  0  41  Shards of the Felvine
      27104  0  41  Alzzin the Wildshaper
      27105  0  40  An Unwelcome Guest
      27106  28238  84  A Villain Unmasked
      27107  0  40  Pusillin The Thief
      27108  0  40  Lethtendris's Web
      27109  0  43  The Warped Defender
      27110  0  44  The Madness Within
      27111  0  44  The Treasure of the Shen'dralar
      27112  0  43  The Cursed Remains
      27113  0  43  The Shen'dralar Ancient
      27114  0  46  The Gordok Taste Test
      27115  27116  18  Ando's Call
      27116  0  18  The Winds of Loch Modan
      27117  26926  35  Brute Strength
      27118  0  46  A Broken Trap
      27119  0  46  The Gordok Ogre Suit
      27120  0  46  The Gordok Ogre Suit
      27121  0  60  Free Knot!
      27123  26245  82  Deepholm, Realm of Earth
      27124  0  47  Unfinished Gordok Business
      27125  0  47  King of the Gordok
      27126  26632  83  Rush Delivery
      27128  0  47  King of the Gordok
      27129  0  40  Saving Warpwood
      27130  0  40  Saving Warpwood
      27131  0  42  The Highborne
      27132  0  42  The Highborne
      27133  0  46  Eyes in the Sky
      27134  0  46  Ogre in the Field
      27135  26411  82  Something that Burns
      27136  0  82  Elemental Energy
      27139  24671  7  Hobart Needs You
      27140  0  43  Alexi's Gambit
      27141  0  83  Premature Explosionation
      27142  0  43  The Lich, Ras Frostwhisper
      27143  0  43  Barov Family Fortune
      27144  0  40  The Reckoning
      27145  0  42  Plagued Hatchlings...For Now
      27146  0  43  Doctor Theolen Krastinov, the Butcher
      2239  0  10  Onin's Report
      27148  0  44  School's Out Forever
      27149  0  42  School of the Damned
      27150  26999  37  The Menders' Stead
      27151  27152  37  Taelan Fordring's Legacy
      27152  27153  37  Unusual Behavior... Even For Gnolls
      27153  27154  37  The Good People of Hearthglen
      27154  27155  37  Bagging Bisp
      27155  0  37  Turning Yourself In
      27156  27157  37  It's About Time!
      27157  0  37  Drudges...
      27158  27159  35  The Battle for Andorhal
      27159  0  35  Scourge First... Horde Later
      27160  0  35  War Machines
      27161  27164  35  The Endless Flow
      27162  27165  35  Scholomancer
      27163  27165  35  Brute Strength
      27164  27165  35  Araj the Summoner
      27165  27166  35  Victory, For Now
      27166  0  36  Go Fletch!
      27167  0  36  A Mighty Hunger
      27168  0  36  Those That Couldn't Let Go
      27169  27170  36  Uther's Blessing
      27170  27171  36  The Abandoned Crypt
      27171  27172  36  Ambushed!
      27172  27173  36  The Writhing Haunt
      27173  27174  36  This Is Our Army
      27174  0  37  Combat Training
      27175  26999  37  The Menders' Stead
      27176  27196  83  Just the Tip
      27177  0  84  Salvage Operation
      27178  0  84  Naga Reinforcements
      27179  27196  83  Field Work
      27180  27181  13  Honor the Dead
      27181  27193  13  Excising the Taint
      27182  27183  36  The Hermit of Witch Hill
      27183  27184  36  Marsh Frog Legs
      27184  0  36  Jarl Needs Eyes
      27185  0  46  Cutting the Competition
      27186  0  36  Jarl Needs a Blade
      27187  0  83  Do the World a Favor
      27188  27189  36  What's Haunting Witch Hill?
      27189  27190  36  The Witch's Bane
      27190  0  36  Cleansing Witch Hill
      27191  0  36  Hungry as an Ogre!
      2218  2238  10  Road to Salvation
      27193  27194  13  Seek and Destroy
      27194  0  13  Cornered and Crushed!
      27195  0  13  Nowhere to Run
      27196  27511  83  On to Something
      27197  0  40  The Battle Resumes!
      27198  0  40  Supporting the Troops
      27199  0  40  Ashes to Ashes
      27200  0  84  Siren's Song
      27201  27204  40  Val'kyr Incursion
      27202  0  40  Brother Against Brother
      27203  27123  82  The Maelstrom
      27204  27206  40  Aradne
      27205  27201  40  The Depravity of the Forsaken
      27206  0  40  Alas, Andorhal
      27208  0  47  The Dreadlord Balnazzar
      27210  27211  36  Traitors Among Us
      27211  0  36  Propaganda War
      27212  27213  36  Discrediting the Deserters
      27213  0  36  The End of the Deserters
      27214  27234  36  A Disturbing Development
      27215  0  36  The Hermit of Swamplight Manor
      27216  27217  36  This Old Lighthouse
      27217  27218  36  Thresher Oil
      27218  27219  36  Dastardly Denizens of the Deep
      27219  27220  36  Is it Real?
      27220  27221  37  Nat's Bargain
      27221  27222  37  Oh, It's Real
      27222  0  37  Take Down Tethyr!
      27223  0  47  Retribution
      27224  0  40  Andorhal Phase Flag
      27225  27337  20  A Summons from Ander Germaine
      27226  0  13  Hair of the Dog
      27227  0  51  Lord Aurius Rivendare
      27228  0  50  Man Against Abomination
      27229  0  36  SMASH BROODQUEEN
      27230  0  50  Weapons for War
      27231  27232  13  Reinforcements from Fenris
      27232  0  13  The Waters Run Red...
      27233  26999  37  The Menders' Stead
      27234  27235  37  Defias in Dustwallow?
      27235  27236  37  Renn McGill
      27236  27237  37  Secondhand Diving Gear
      27237  0  37  Recover the Cargo!
      27238  27239  37  Jaina Must Know
      27239  0  37  Survey Alcaz Island
      27240  27241  37  Proof of Treachery
      27241  0  37  Return to Jaina
      27242  0  37  Raptor Captor
      27243  0  37  Unleash the Raptors
      27244  0  36  The Lost Report
      27245  0  37  Prisoners of the Grimtotems
      27246  27247  36  The Orc Report
      27247  0  36  Captain Vimes
      27248  0  39  Mission to Mudsprocket
      27249  0  37  Inspecting the Ruins
      27250  1302  35  REUSE - BAD COPY
      27251  11123  37  They Call Him Smiling Jim
      27252  0  37  The Black Shield
      27253  0  37  Inspecting the Ruins
      27254  27255  35  The Black Shield
      27255  27256  37  The Black Shield
      27256  27257  37  The Black Shield
      27257  0  37  The Black Shield
      27258  27292  37  The Black Shield
      27259  0  37  Suspicious Hoofprints
      27260  0  37  Lieutenant Paval Reethe
      27261  0  37  Questioning Reethe
      27262  0  37  Suspicious Hoofprints
      27263  27264  37  Lieutenant Paval Reethe
      27264  27286  37  Lieutenant Paval Reethe
      27265  27343  20  Lord Grayson Shadowbreaker
      27266  27344  20  Wulf Calls
      27267  27351  20  Make Contact with SI:7
      27268  27361  20  Make Haste to the Cathedral
      27269  27362  20  The Temple of the Moon
      27270  27353  20  An Audience with the Farseer
      27271  27354  20  Journey to the Wizard's Sanctum
      27272  27355  20  Demisette Sends Word
      27273  27356  20  An Invitation from Moonglade
      27274  27363  20  The Chief Surgeon
      27275  0  42  Together Again
      27276  0  42  Together Again
      27277  27400  20  An Audience with Ureda
      27278  27395  20  Grimshot's Call
      27279  27396  20  The Shattered Hand
      27280  27397  20  The Dreamseeker Calls
      27281  27365  20  Grezz Ragefist
      27282  27402  20  Zevrost's Behest
      27283  27404  20  A Journey to Moonglade
      27284  27285  37  The Black Shield
      27285  0  37  The Black Shield
      27286  27287  37  Daelin's Men
      27287  27288  37  The Deserters
      27288  0  37  The Deserters
      27289  1289  38  Vimes's Report
      27290  27342  14  To Forsaken Forward Command
      27291  0  39  Peace at Last
      27292  0  37  Return to Krog
      27293  0  38  The Grimtotem Plot
      27294  0  37  More than Coincidence
      27295  27296  38  Seek Out Tabetha
      27296  27297  38  Raze Direhorn Post!
      27297  0  38  Justice Dispensed
      27298  27434  20  Seek Out Master Pyreanor
      27299  27300  84  Torn Ground
      27300  27376  84  Pushing Back
      27301  27303  84  Unbroken
      27302  0  84  Simple Solutions
      27303  0  84  Mercy for the Bound
      27304  27403  20  Follow the Sun
      27305  0  46  Of Love and Family
      27306  27261  37  Talk to Ogron
      27309  0  38  The Grimtotem Plot
      27310  0  42  No Weapons For You!
      27311  0  42  No Weapons For You!
      27312  0  42  Darkcloud Grimtotem
      27313  0  42  Darkcloud Grimtotem
      27314  27318  42  Grimtotem Chiefs: Isha Gloomaxe
      27315  27319  42  Grimtotem Chiefs: Isha Gloomaxe
      27316  0  42  The Rattle of Bones
      27317  0  42  The Rattle of Bones
      27318  27323  42  Grimtotem Chiefs: Elder Stormhoof
      27319  27324  42  Grimtotem Chiefs: Elder Stormhoof
      27320  27357  42  The Writ of History
      27321  27358  42  The Writ of History
      27322  0  15  Korok the Colossus
      27323  27327  42  Grimtotem Chiefs: Grundig Darkcloud
      27324  27328  42  Grimtotem Chiefs: Grundig Darkcloud
      27325  27357  42  The Drums of War
      27326  27358  42  The Drums of War
      27327  27357  43  Grimtotem Chiefs: The Chief of Chiefs
      27328  27358  43  Grimtotem Chiefs: The Chief of Chiefs
      27329  28085  43  Invoking the Serpent
      27330  28085  43  Invoking the Serpent
      27331  27435  20  The Seer's Call
      27332  27436  20  Seek the Shadow-Walker
      27333  27349  14  Losing Ground
      27334  27437  20  Dark Cleric Cecille
      27335  27439  20  Journey to Orgrimmar
      27336  0  38  The Grimtotem Weapon
      27337  0  20  A Fitting Weapon
      27338  0  84  Our Boys on the Shore
      27339  0  38  The Reagent Thief
      27340  0  38  Direhorn Raiders
      27341  27514  84  Scouting the Shore
      27342  0  14  In Time, All Will Be Revealed
      27343  0  20  The Hand of the Light
      27344  0  20  A Well-Earned Reward
      27345  27349  14  The F.C.D.
      27346  0  38  The Zeppelin Crash
      27347  0  38  Corrosion Prevention
      27348  11208  38  Secure the Cargo!
      27349  27350  14  Break in Communications: Dreadwatch Outpost
      27350  27360  14  Break in Communications: Rutsak's Guard
      27351  0  20  A Royal Reward
      27352  0  50  Liquid Gold
      27353  0  20  Blessings of the Elements
      27354  0  20  Mastering the Arcane
      27355  0  20  A Boon for the Powerful
      27356  0  20  The Circle's Future
      27357  27329  43  The Captive Bride
      27358  27330  43  The Captive Bride
      27359  0  50  Argent Reinforcements
      27360  0  15  Vengeance for Our Soldiers
      27361  0  20  Favored of the Light
      27362  0  20  Favored of Elune
      27363  0  20  A Budding Young Surgeon
      27364  27401  15  On Whose Orders?
      27365  0  20  A Fitting Weapon
      27366  27514  84  Landgrab
      27367  27368  40  Gidwin Goldbraids
      27368  0  40  Just Encased
      27369  27373  40  Greasing the Wheel
      27370  27371  40  Tarenar Sunstrike
      27371  27372  40  What I Do Best
      27372  27373  40  A Gift For Fiona
      27373  0  40  Onward, to Light's Hope Chapel
      27374  27299  84  The Maw of Madness
      27375  27299  84  The Weeping Wound
      27376  27377  84  The Maw of Iso'rath
      27377  27378  84  Devoured
      27378  27379  84  The Worldbreaker
      27379  27380  84  The Terrors of Iso'rath
      27380  0  85  Nightmare
      27381  0  41  Traveling Companions
      27382  0  41  Rough Roads
      27383  0  41  Little Pamela
      27384  27385  41  Pamela's Doll
      27385  27386  41  Uncle Carlin
      27386  0  41  A Strange Historian
      27387  27390  41  Villains of Darrowshire
      27388  27390  41  Heroes of Darrowshire
      27389  27390  41  Marauders of Darrowshire
      27390  27391  41  The Battle of Darrowshire
      27391  0  41  Hidden Treasures
      27392  27385  41  I'm Not Supposed to Tell You This
      27393  25583  81  The Call of the Blade
      27394  25956  81  The Call of the Blade
      27395  0  20  A Marksman's Weapon
      27396  0  20  Blade of the Shattered Hand
      27397  0  20  Dreamseeker's Task
      27398  0  82  The Battle Is Won, The War Goes On
      27399  0  82  The Battle Is Won, The War Goes On
      27400  0  20  Mastering the Arcane
      27401  27405  15  What Tomorrow Brings
      27402  0  20  Token of Power
      27403  0  20  A True Sunwalker
      27404  0  20  The Circle's Future
      27405  27406  15  Fall Back!
      27406  0  16  A Man Named Godfrey
      27407  0  39  Bloodfen Feathers
      27408  27410  39  Banner of the Stonemaul
      27409  27410  39  The Essence of Enmity
      27410  27411  39  Spirits of Stonemaul Hold
      27411  0  39  Challenge to the Black Flight
      27412  0  39  WANTED: Goreclaw the Ravenous
      27413  0  39  Catch a Dragon by the Tail
      27414  0  39  Identifying the Brood
      27415  0  39  The Brood of Onyxia
      27416  1171  39  The Brood of Onyxia
      27417  27415  39  The Brood of Onyxia
      27418  0  39  Challenge Overlord Mok'Morokk
      27419  0  41  Army of the Black Dragon
      27420  0  41  Postponing the Inevitable
      27421  0  41  Amidst Death, Life
      27422  0  45  A City Under Siege
      27423  0  16  Resistance is Futile
      27424  0  39  Overlord Mok'Morokk's Concern
      27425  0  38  A Grim Connection
      27426  0  38  Confirming the Suspicion
      27427  0  38  Arms of the Grimtotems
      27428  27429  38  Tabetha's Assistance
      27429  27430  38  Raze Direhorn Post!
      27430  27291  38  Justice for the Hyals
      27431  27624  83  Tipping the Balance
      27432  0  41  Zaeldarr the Outcast
      27433  27468  84  Shredderectomy
      27434  0  20  The Adept's Path
      27435  0  20  A Seer's Staff
      27436  0  20  The Shadow-Walker's Task
      27437  0  20  The Dark Cleric's Bidding
      27438  0  16  The Great Escape
      27439  0  20  Staff of the Light
      27440  0  59  Trolls, Ogres, and Orcs, Oh My!
      27441  0  20  A Seer's Staff
      27442  0  82  The War Has Many Fronts
      27443  0  82  The War Has Many Fronts
      27444  0  59  The False Warchief
      27445  0  60  General Drakkisath, Hand of Nefarian
      27446  0  43  Tanaris is Calling
      27447  0  43  Tanaris is Calling
      27448  27455  42  The Trek Continues
      27449  0  42  Honor and Strength
      27450  0  42  Frederick's Fish Fancy
      27451  27453  42  To Kill With Purpose
      27452  27453  42  Dark Garb
      27453  27454  42  Catalysm
      27454  0  42  Just a Drop in the Bucket
      27455  27463  42  Boys Will Be Boys
      27456  27457  42  Gathering Some Grub(s)
      27457  0  42  An Opportune Alliance
      27458  0  42  Smokey and the Bandage
      27459  27460  42  The Brotherhood of Light
      27460  0  42  Soft Landing
      27461  0  42  To Take the Abbey
      27462  0  42  To Take the Barracks
      27463  27464  42  A Boyhood Dream
      27464  27465  42  Argent Call: The Trial of the Crypt
      27465  0  42  Argent Call: The Noxious Glade
      27466  0  43  Argent Call: Northdale
      27467  0  42  Buried Blades
      27468  0  84  Siege Tank Rescue
      27469  0  58  Friends on The Other Side
      27470  0  58  A Potential Ally
      27471  0  58  Blackrock Anomaly
      27472  0  16  Rise, Godfrey
      27474  27476  17  Breaking the Barrier
      27475  0  17  Unyielding Servitors
      27476  27478  18  Dalar Dawnweaver
      27477  0  43  The Corpulent One
      27478  27484  18  Relios the Relic Keeper
      27479  0  43  Righteous Indignation
      27480  0  18  Ley Energies
      27481  27482  43  Out of the Ziggurat
      27482  0  43  Into the Flames
      27483  0  18  Practical Vengeance
      27484  27512  18  Only One May Enter
      27485  27504  85  Warm Welcome
      27486  27504  85  Warm Welcome
      27487  0  43  Ix'lar the Underlord
      27488  27489  43  Impatience
      27489  27522  43  Nobody to Blame but Myself
      27490  0  85  SI:7 Drop
      27491  0  85  Kor'kron Drop
      27492  27494  85  Ogres & Ettins
      27493  27495  85  Ogres & Ettins
      27494  27498  85  Move the Mountain
      27495  27499  85  Move the Mountain
      27496  0  85  Call in the Artillery
      27497  0  85  Call in the Artillery
      27498  27500  85  Signal the Attack
      27499  27501  85  Signal the Attack
      27500  27502  85  Four Heads are Better than None
      27501  27503  85  Four Heads are Better than None
      27502  27636  85  Up to the Citadel
      27503  27638  85  Up to the Citadel
      27504  27505  85  Even Dragons Bleed
      27505  27564  85  Draconic Mending
      27506  0  85  Life from Death
      27507  0  85  Encroaching Twilight
      27508  0  85  Far from the Nest
      27509  0  85  Breach in the Defenses
      27510  0  18  A Wolf in Bear's Clothing
      27511  0  83  The Thrill of Discovery
      27512  27513  18  Transdimensional Warfare: Chapter I
      27513  27518  18  Transdimensional Warfare: Chapter II
      27514  27515  84  Bird Down! Bird Down!
      27515  27516  84  Roots'll Do 'Er
      27516  27537  84  Wings Over Highbank
      27517  27431  83  Be Prepared
      27518  0  19  Transdimensional Warfare: Chapter III
      27519  0  83  Under the Choking Sands
      27520  0  83  Minions of Al'Akir
      27521  0  44  Wretched Hive of Scum and Villainy
      27522  27524  44  Beat it Out of Them
      2206  0  10  Snatch and Grab
      27524  27525  44  Blind Fury
      27525  0  45  Guardians of Stratholme
      27526  27527  45  Gidwin's Fate Revealed
      27527  0  45  Journey's End
      27528  27530  44  Scourged Mass
      27529  27530  44  Defenders of Darrowshire
      27530  0  45  The Corpsebeasts
      27531  0  44  Counter-Plague Research
      27532  27531  44  The Plaguewood Tower
      27533  0  44  A Fate Worse Than Butchery
      27534  0  44  Augustus' Receipt Book
      27535  27533  44  Just a Little Touched
      27536  27597  52  Mostly Harmless
      27537  0  84  Any Portal in a Storm
      27538  0  84  The Perfect Poultice
      27539  27530  44  Add 'em to the Pile
      27541  27549  83  Lessons From the Past
      27542  0  19  Taking the Battlefront
      27543  0  20  [TEMP PH] What We Have Done
      27544  27420  41  Cenarion Tenacity
      27545  0  84  The Way is Open
      27547  0  19  Of No Consequence
      27548  27577  19  Lessons in Fear
      27549  0  83  By the Light of the Stars
      27550  27580  19  Pyrewood's Fall
      27551  27526  45  The Baroness' Missive
      27552  0  0  [FLAG] EPL Zone Buff - Flag 1
      27553  0  0  [FLAG] EPL Zone Buff - Flag 2
      27554  0  0  [FLAG] EPL Zone Buff - Flag 3
      27555  0  -1  Fiona's Lucky Charm
      27556  0  -1  Gidwin's Weapon Oil
      27557  0  -1  Tarenar's Talisman
      27558  0  -1  Pamela's Doll
      27559  0  -1  Vex'tul's Armbands
      27560  0  -1  Argus' Journal
      27561  0  -1  Rimblat's Stone
      27562  0  -1  Beezil's Cog
      27563  0  0  [FLAG] Beezil's Flag
      27564  0  85  In Defense of the Redoubt
      27565  27567  52  Into the Prison
      27567  0  55  Twilight?! No!
      27568  27569  54  Infiltrating Shadowforge City
      27569  27571  55  Dark Iron Tacticians
      27571  27573  56  The Grim Guzzler
      27573  27578  57  The Dark Iron Pact
      27574  27575  19  I Never Forget a Face
      27575  0  19  From the Belly of the Beast
      27576  0  85  Patchwork Command
      27577  0  19  7th Legion Battle Plans
      27578  0  58  Morgan's Fruition
      27579  27581  52  Into the Prison
      27580  27594  20  Sowing Discord
      27581  0  55  Twilight?! No!
      27582  27585  54  Infiltrating Shadowforge City
      27583  27584  84  The Northern Flank
      27584  0  84  Blood in the Surf
      27585  27589  55  The 109th Division
      27586  0  84  Shells on the Sea Shore
      27587  0  52  Maliciously Delicious
      27588  27500  85  Signal the Attack
      27589  27591  56  The Grim Guzzler
      27590  27501  85  Signal the Attack
      27591  27593  57  The Dark Iron Pact
      27592  0  52  Drinks on the Rocks
      27593  0  58  Rebirth of the K.E.F.
      27594  0  20  On Her Majesty's Secret Service
      27595  27602  83  The Prophet Hadassi
      27596  0  55  The Heart of the Mountain
      27597  0  52  Crazy Larry
      27598  27600  52  Kill Gil
      27599  27600  52  Can't Take It With Them
      27600  27740  52  In With a Bang
      27601  27746  20  Cities in Dust
      27602  27623  83  The Prophet's Dying Words
      27603  0  52  The Sealed Gate
      27604  0  54  Jammal'an the Prophet
      27605  0  54  Eranikus
      27606  0  84  Blast Him!
      27607  0  84  The Southern Flank
      27608  27502  85  Four Heads are Better than None
      27609  27503  85  Four Heads are Better than None
      27610  0  84  Scouting the Shore
      27611  0  84  Blood on the Sand
      27612  27617  42  Victory From Within
      27613  27617  42  The Assassin
      27614  27618  42  Scarlet Salvage
      27615  27618  42  The Wrathcaster
      27616  27618  42  The Huntsman
      27617  27620  42  Befouled No More
      27618  27620  42  Argent Upheaval
      27619  27618  42  The Commander
      27620  0  43  Like Rats
      27621  0  84  Firebeard's Patrol
      27622  28583  84  Mo' Better Shredder
      27623  27706  83  Colossal Guardians
      27624  27669  83  After the Fall
      27625  0  35  In Defense of Quel'Danil
      27626  0  35  The Highvale Documents
      27627  0  83  Just a Fancy Cockroach
      27628  0  83  Send Word to Phaoris
      27629  27632  84  The Vizier's Vote
      27630  0  83  The High Priest's Vote
      27631  0  83  The High Commander's Vote
      27632  27707  83  Tanotep's Son
      27633  0  54  The Blood God Hakkar
      27634  0  53  The God Hakkar
      27635  27674  2  Decontamination
      27636  0  85  Just You and Mathias
      27637  0  85  Just You and Mathias
      27638  0  85  Just You and Garona
      27639  0  85  Just You and Garona
      27640  0  84  Dunwalds Don't Die
      27641  0  84  While Meeting The Family
      27642  0  84  Sifting Through The Wreckage
      27643  27646  84  Donnelly Dunwald
      27644  27647  84  Eoin Dunwald
      27645  27648  84  Cayden Dunwald
      27646  27650  84  Finding Beak
      27647  27649  84  Anything But Water
      27648  27650  84  Once More Into The Fire
      27649  0  84  A Steady Supply
      27650  27651  84  Home Again
      27651  0  84  Doing It Like a Dunwald
      27652  0  85  Dark Assassins
      27653  0  85  Dark Assassins
      27654  0  85  Bring the Hammer Down
      27655  0  85  Bring the Hammer Down
      27656  27597  52  Croc-Out
      27657  0  85  Help from the Earthcaller
      27658  0  85  Help from the Earthcaller
      27659  0  85  Portal Overload
      27660  27661  85  Spirit of the Loch
      27661  0  85  Fire the Cannon
      27662  0  85  Unbinding
      27663  0  52  Tastes Like Strider
      27664  0  85  Darkmoon Volcanic Deck
      27665  0  85  Darkmoon Hurricane Deck
      27666  0  85  Darkmoon Tsunami Deck
      27667  0  85  Darkmoon Earthquake Deck
      27668  25946  81  Pay Attention!
      27669  0  83  Do the Honors
      27670  28167  1  Pinned Down
      27671  28169  1  See to the Survivors
      27672  27677  39  The Chamber of Khaz'mul
      27673  0  39  It's What's Inside That Counts
      27674  0  2  To the Surface
      27675  0  -1  Forged Documents
      27676  0  39  Behind Closed Doors
      27677  0  40  Archaedas, The Ancient Stone Watcher
      27678  0  40  The Platinum Discs
      27679  27680  39  The Chamber of Khaz'mul
      27680  0  40  Archaedas, The Ancient Stone Watcher
      27681  0  39  Behind Closed Doors
      27682  0  39  We Require More Minerals
      27683  0  40  Into the Woods
      27684  0  40  Visitors
      27685  25587  81  Good Deed Left Undone
      27686  0  -1  Forged Documents
      27687  0  81  An Opened Can of Whoop Gnash
      27688  27700  85  Distract Them for Me
      27689  27701  85  Distract Them for Me
      27690  0  84  Narkrall, the Drake-Tamer
      27691  27757  53  Marshfin Madness
      27692  0  39  Princess Theradras
      27693  27793  46  The Warden's Game
      27694  27704  53  Pool of Tears
      27695  27700  85  The Elementium Axe
      27696  27701  85  The Elementium Axe
      27697  0  34  Corruption in Maraudon
      27698  0  36  Servants of Theradras
      27699  25670  81  Shark Weak
      27700  27702  85  Dragon, Unchained
      27701  27703  85  Dragon, Unchained
      27702  27711  85  Coup de Grace
      27703  27712  85  Coup de Grace
      27704  27705  53  Legends of the Sunken Temple
      27705  27768  53  Step One: The Priestess
      27706  0  83  The Scepter of Orsis
      27707  27738  83  Neferset Prison
      27708  25471  81  The Warden's Time
      27709  27793  46  The Sentinel's Game
      27711  27720  85  Back to the Elementium Depths
      27712  28885  85  Back to the Elementium Depths
      27713  0  47  The Day that Deathwing Came
      27714  0  47  The Day that Deathwing Came: The Real Story
      27715  0  47  The Day that Deathwing Came: What Really Happened
      27716  0  81  Piece of the Past
      27717  0  81  Piece of the Past
      27718  25924  80  Warchief's Command: Vashj'ir!
      27719  27711  85  Water of Life
      27720  0  85  Mr. Goldmine's Wild Ride
      27721  25316  80  Warchief's Command: Mount Hyjal!
      27722  27203  82  Warchief's Command: Deepholm!
      27723  0  0  Kyle's Test Quest
      27724  14482  80  Hero's Call: Vashj'ir!
      27725  0  34  Quel'Danil Lodge
      27726  25316  80  Hero's Call: Mount Hyjal!
      27727  27203  82  Hero's Call: Deepholm!
      27729  0  81  Once More, With Eeling
      27733  0  23  The Good Ol' Switcheroo
      27737  0  24  By Fire Be Saved!
      27738  28533  83  The Pit of Scales
      27739  0  25  The Gnoll King
      27740  0  53  Baba Bogbrew
      27742  27745  85  A Little on the Side
      27743  27745  85  While We're Here
      27744  27745  85  Rune Ruination
      27745  0  85  A Fiery Reunion
      27746  0  20  Empire of Dirt
      27747  0  84  Total War
      27748  28612  83  Fortune and Glory
      27750  0  84  War Forage
      27751  0  84  Crushing the Wildhammer
      27752  0  84  Fight Like a Wildhammer
      27753  0  84  Never Leave a Dinner Behind
      27754  0  84  Dragonmaw Takedown
      27755  0  83  The Curse of the Tombs
      27756  0  16  The Foreman
      27757  27818  53  The Darkest Depths
      27758  0  16  The Carpenter
      27760  0  83  Artificial Intelligence
      27761  27778  83  A Disarming Distraction
      27762  27763  45  Fuselight, Ho!
      27763  27774  45  To Fuselight Proper
      27764  0  45  A Strange Request
      27765  27770  45  First Sample: Wild Eggs
      27766  27770  45  Second Sample: Whelps
      27768  27773  54  Step Two: The Bloodletter
      27769  27772  45  Rhea Revealed
      27770  27771  45  Lifting the Veil
      27771  27769  45  Third Sample: Implanted Eggs
      27772  27789  45  The Venerable Doctor Blam
      27773  27914  54  Step Three: Prophet
      27774  27764  45  Easily Swayed
      27775  27776  45  When the Going Gets Tough, Cheat
      27776  0  45  It's Goat Time, Baby
      27777  27778  83  Core Access Codes
      27778  0  83  Hacking the Wibson
      27779  0  83  Gnomebliteration
      27781  0  16  The Machination
      27782  27784  85  Mathias Needs You
      27783  27786  85  Garona Needs You
      27784  27787  85  The Hammer of Twilight
      27785  27790  16  The Admiral
      27786  27788  85  The Hammer of Twilight
      27787  0  85  Skullcrusher the Mountain
      27788  0  85  Skullcrusher the Mountain
      27789  0  46  Troggish Troubles
      27790  0  17  The Defias Kingpin
      27791  27792  46  Dustwind Dig
      27792  0  46  All's Fair in Love, War, and Archaeology
      27793  27912  46  Ancient Protectors
      27794  0  46  Return to Blam
      27795  0  54  Tides of Darkness
      27796  27693  46  The Warden's Pawn
      27797  27709  46  The Sentinel's Pawn
      27798  27712  85  Water of Life
      27803  27806  84  Welcome Relief
      27804  27806  84  The Only Homes We Have
      27805  0  84  Small Comforts
      27806  0  84  Honorable Bearing
      27807  27810  84  Clan Mullan
      27808  0  84  Stubborn as a Doyle
      27809  27813  84  Firebeard Bellows
      27810  27812  84  The Fighting Spirit
      27811  0  84  The Scent of Battle
      27812  27816  84  The Loyalty of Clan Mullan
      27813  27815  84  Death Worthy of a Dragonmaw
      27814  0  84  Anything We Can Get
      27815  27816  84  Somethin' for the Boys
      27816  27817  84  Personal Request
      27817  0  84  Dropping the Hammer
      27818  27869  53  Slithering Signs
      27819  0  0  TEST - RVM
      27821  0  54  Orcs and Humans
      27822  0  54  Lumbering Oafs
      27823  27824  46  A Dwarf's Got Needs
      27824  0  46  The Good Stuff
      27825  0  47  Survival of the Fattest
      27826  27827  47  Into the Dragon's Mouth
      27827  0  47  The Swift, the Fierce, and the Stout
      27828  27829  47  Eric, the Utility Dwarf
      27829  27830  47  The Wrath of a Dragonflight
      27830  27831  47  Their Hunt Continues
      27831  27832  47  The Sorrow and the Fury
      27832  27858  47  The Hidden Clutch
      27833  0  47  Half-Ton Holdouts
      27834  27829  47  Baelog, the Glass Cannon
      27835  27829  47  Olaf, the Big Fella'
      27836  0  83  Stopping the Spread
      27837  0  83  Trespassers in the Water
      27838  0  83  The Root of the Corruption
      27839  0  83  Ancient Weapons
      2041  2040  15  Speak with Shoni
      2205  2206  10  Seek out SI: 7
      27841  0  -1  The Grateful Dead
      27842  27848  16  Only the Beginning
      27843  0  54  Reinforcements Denied
      27844  0  16  Traitors!!!
      27845  0  54  Marking the Fallen
      27846  0  -1  The Grateful Dead
      27847  0  16  Not Quite There
      27848  27850  16  Good Intentions...Poor Execution
      27849  0  54  Assault on Stonard
      27850  0  17  The Defias Kingpin
      27851  0  54  Cutting Supply
      27852  0  54  Orcs and Humans
      27853  0  54  Lumbering Oafs
      27854  0  54  Tides of Darkness
      27855  0  54  Reinforcements Denied
      27856  0  54  Marking the Fallen
      27857  0  54  We're Under Attack!
      27858  27930  47  Rheastrasza's Gift
      27859  0  47  The Egg Lives On
      27860  0  54  The Lost Ones
      27861  0  85  The Crucible of Carnage: The Bloodeye Bruiser!
      27862  0  85  The Crucible of Carnage: The Bloodeye Bruiser!
      27863  0  85  The Crucible of Carnage: The Bloodeye Bruiser!
      27864  27866  85  The Crucible of Carnage: The Deadly Dragonmaw!
      27865  27866  85  The Crucible of Carnage: The Wayward Wildhammer!
      27866  0  85  The Crucible of Carnage: Calder's Creation!
      27867  0  85  The Crucible of Carnage: The Earl of Evisceration!
      27868  0  85  The Crucible of Carnage: The Twilight Terror!
      27869  27694  53  The Dragon and the Temple
      27870  0  54  To Marshtide Watch
      27871  0  54  To Stonard
      27872  0  0  Tortolla Hub Complete
      27873  0  0  Aviana Hub Complete
      27874  25663  81  Aviana's Legacy
      27875  0  55  Prayerblossom
      27876  0  55  Secrets of the Mire
      27877  0  46  The Morons' League
      27878  0  46  Forcible Acquisition
      27879  0  47  Survival of the Fattest
      27880  0  47  Half-Ton Holdouts
      27881  27882  46  Bloodwatcher Point
      27882  0  46  It's Not About History, It's About Power
      27883  27885  46  The Warden's Pawn
      27884  27886  46  The Sentinel's Pawn
      27885  27887  46  The Warden's Game
      27886  27887  46  The Sentinel's Game
      27887  27913  46  Ancient Protectors
      27888  0  46  Return to Blam
      27889  27890  47  New Kargath
      27890  0  47  The Bad Dogs
      27891  27894  47  Amakkar, Jack of All Trades
      27892  27894  47  Jurrix the Striker
      27893  27894  47  Gargal, the Behemoth
      27894  27895  47  The Wrath of a Dragonflight
      27895  27896  47  Their Hunt Continues
      27896  27897  47  The Sorrow and the Fury
      27897  27898  47  The Hidden Clutch
      27898  27930  47  Rheastrasza's Gift
      27899  27900  83  That Gleam in his Eye
      27900  0  83  I've Got This Guy
      27901  27903  83  They Don't Know What They've Got Here
      27902  0  55  The Purespring
      27903  0  83  Ignition
      27904  0  55  Breath of Mist
      27905  0  83  Tailgunner!
      27906  0  55  Neeka Bloodscar
      27907  0  55  Prayerblossom
      27908  0  55  Secrets of the Mire
      27909  0  55  The Purespring
      27910  0  55  Last Regrets
      27911  27916  55  With Dying Breath
      27912  27794  46  The Titans' Trove
      27913  27888  46  The Titans' Trove
      27914  0  54  Blessing of the Green Dragonflight
      27915  0  54  The Heart of the Temple
      27916  28553  55  Ruag's Report
      27917  27920  18  Sniffing Them Out
      27918  0  55  The Harborage
      27919  25715  55  Onward to the Blasted Lands
      27920  27921  19  Armored to the Teeth
      27921  27968  20  Fighting Tooth and Claw
      27922  0  83  Traitors!
      27923  0  83  Smoke in Their Eyes
      27924  0  83  Budd's Plan
      27925  27926  86  Efficient Excavations
      27926  27928  83  Eastern Hospitality
      27927  27713  47  Down to the Scar
      27928  27941  83  A Favor for the Furrier
      27929  0  84  Drag 'em Down
      27930  0  47  Devastation
      27931  0  82  The Quaking Fields
      27932  27934  82  The Axe of Earthly Sundering
      27933  27934  82  Elemental Ore
      27934  27935  82  One With the Ground
      27935  26499  82  Bring Down the Avalanche
      27936  26499  82  Bring Down the Avalanche
      27937  27938  83  The Hero Returns
      27938  0  83  The Middle Fragment
      27939  27942  83  The Desert Fox
      27940  0  83  Dirty Birds
      27941  0  83  Fashionism
      27942  27950  83  Idolatry
      27943  27950  83  Angered Spirits
      27944  0  85  Thinning the Brood
      27945  27375  84  Paint it Black
      27946  0  86  NYI
      27947  27951  84  A Vision of Twilight
      27948  0  85  A Sticky Task
      27949  0  85  The Forgotten
      27950  0  83  Gobbles!
      27951  27954  84  We All Must Sacrifice
      27952  27004  83  The Explorers
      27953  27005  83  The Reliquary
      27954  27955  84  The Eyes Have It
      27955  0  84  Eye Spy
      27956  0  47  Lunk's Task
      27957  0  47  Lunk No Kill
      27958  0  47  A Proper Antivenom
      27959  0  47  Lunk's Adventure: Spider Rider
      27960  0  47  The Fewer, the Better
      27961  0  47  Out of Place
      27962  0  47  A Lumbering Relic
      27963  27964  47  A New Master... But Who?
      27964  0  47  Dig-Boss Dinwhisker
      27965  0  48  Thorium Point: The Seat of the Brotherhood
      27966  0  85  Salvaging the Remains
      27967  0  85  First Lieutenant Connor
      27968  0  21  Fury of the Pack
      27969  0  83  Make Yourself Useful
      27970  0  85  Captain P. Harris
      27971  0  85  Rattling Their Cages
      27972  0  85  Boosting Morale
      27973  0  85  Watch Out For Splinters!
      27974  27988  18  This Land is Our Land
      27975  0  85  WANTED: Foreman Wellson
      27976  0  48  Curse These Fat Fingers
      27977  0  48  Recon Essentials
      27978  0  85  Ghostbuster
      27979  27986  48  Dark Ministry
      27980  0  48  The Spiders Have to Go
      27981  0  48  Heat That Just Don't Quit
      27982  0  48  Twilight Collars
      27983  0  48  Lunk's Adventure: Cranky Little Dwarfs
      27984  27985  48  Lunthistle's Tale
      27985  0  48  Prayer to Elune
      27986  0  49  In the Hall of the Mountain-Lord
      27987  0  85  Cannonball!
      27988  27996  19  Plague...Plague Everywhere!
      27989  0  45  Ruumbo Demands Honey
      27990  28187  83  Battlezone
      27991  0  85  Taking the Overlook Back
      27992  0  85  Magnets, How Do They Work?
      27993  27141  83  Take it to 'Em!
      27994  0  45  Ruumbo Demands Justice
      27995  0  46  Dance for Ruumbo!
      27996  27998  20  Orders Are For the Living
      27997  0  45  The Corruption of the Jadefire
      27998  0  21  Sweet, Merciless Revenge
      27999  0  84  The Fate of the Doyles
      28000  0  45  Do the Imp-Possible
      28001  0  84  A Coward's Due
      28002  0  83  Crisis Management
      28003  26858  15  Adventurers Wanted: Ragefire Chasm
      28004  0  15  Adventurers Wanted: The Deadmines
      28005  0  15  Adventurers Wanted: The Deadmines
      28006  0  17  Adventurers Wanted: Wailing Caverns
      28007  0  17  Adventurers Wanted: Wailing Caverns
      28008  0  19  Adventurers Wanted: Shadowfang Keep
      28009  0  19  Adventurers Wanted: Shadowfang Keep
      28010  0  23  Adventurers Wanted: Blackfathom Deeps
      28011  0  23  Adventurers Wanted: Blackfathom Deeps
      28012  0  23  Adventurers Wanted: Stormwind Stockade
      28013  0  26  Adventurers Wanted: Gnomeregan
      28014  0  32  Adventurers Wanted: Razorfen Kraul
      28015  0  32  Adventurers Wanted: Razorfen Kraul
      28016  0  28  Adventurers Wanted: Scarlet Monastery Graveyard
      28017  0  31  Adventurers Wanted: Scarlet Monastery Library
      28018  0  34  Adventurers Wanted: Scarlet Monastery Armory
      28019  0  37  Adventurers Wanted: Scarlet Monastery Cathedral
      28020  0  28  Adventurers Wanted: Scarlet Monastery Graveyard
      28021  0  31  Adventurers Wanted: Scarlet Monastery Library
      28022  0  34  Adventurers Wanted: Scarlet Monastery Armory
      28023  0  37  Adventurers Wanted: Scarlet Monastery Cathedral
      28024  0  42  Adventurers Wanted: Razorfen Downs
      28025  0  42  Adventurers Wanted: Razorfen Downs
      28026  0  37  Adventurers Wanted: Uldaman
      28027  0  37  Adventurers Wanted: Uldaman
      28028  28033  49  Siege!
      28029  28033  49  Set Them Ablaze!
      28030  28033  49  They Build a Better Bullet
      28031  28045  41  Special Delivery for Brivelthwerp
      28032  0  49  The Mysteries of the Fire-Gizzard
      28033  28034  49  Deceit
      28034  28035  49  Lunk's Adventure: Rendan's Weakness
      28035  28052  49  The Mountain-Lord's Support
      28036  0  46  Adventurers Wanted: Zul'farrak
      28037  0  46  Adventurers Wanted: Zul'farrak
      28038  0  85  Blood in the Highlands
      28039  0  32  Adventurers Wanted: Maraudon
      28040  0  32  Adventurers Wanted: Maraudon
      28041  28043  84  Bait and Throttle
      28042  28045  41  Special Delivery for Brivelthwerp
      28043  28123  84  How to Maim Your Dragon
      28044  0  46  Touch the Untouchable
      28045  0  41  The Greatest Flavor in the World!
      28046  0  85  Finish The Job
      28047  0  41  Freezing the Pipes
      28048  0  42  That Smart One's Gotta Go
      28049  28044  46  See the Invisible
      28050  0  85  Shark Tank
      28051  0  41  We All Scream for Ice Cream... and then Die!
      28052  0  49  Operation: Stir the Cauldron
      28053  0  50  Lunk Like Your Style
      28054  28057  49  Slavery is Bad
      28055  28057  49  Sweet, Horrible Freedom
      28056  28057  49  Rise, Obsidion
      28057  28060  50  Kill 'em With Sleep Deprivation
      28058  0  50  Look at the Size of It!
      28059  0  85  Claiming The Keep
      28060  28062  50  Twisted Twilight Ties
      28061  0  50  Minions of Calcinder
      28062  28064  50  From Whence He Came
      28063  0  85  Leave No Weapon Behind
      28064  0  50  Welcome to the Brotherhood
      28065  0  85  Walk A Mile In Their Shoes
      28066  0  52  Adventurers Wanted: The Sunken Temple
      28067  0  52  Adventurers Wanted: The Sunken Temple
      28068  0  49  Adventurers Wanted: Blackrock Depths
      28069  0  49  Adventurers Wanted: Blackrock Depths
      28070  0  57  Adventurers Wanted: Blackrock Spire
      28071  0  57  Adventurers Wanted: Blackrock Spire
      28072  0  38  Adventurers Wanted: Dire Maul Warpwood Quarter
      28073  0  38  Adventurers Wanted: Dire Maul Warpwood Quarter
      28074  0  41  Adventurers Wanted: Dire Maul Capital Gardens
      28075  0  41  Adventurers Wanted: Dire Maul Capital Gardens
      28076  0  44  Adventurers Wanted: Northern Dire Maul
      28077  0  44  Adventurers Wanted: Northern Dire Maul
      28078  0  44  Adventurers Wanted: Stratholme Main Gate
      28079  0  44  Adventurers Wanted: Stratholme Main Gate
      28080  0  48  Adventurers Wanted: Stratholme Service Gate
      28081  0  48  Adventurers Wanted: Stratholme Service Gate
      28082  0  40  Adventurers Wanted: Scholomance
      28083  0  40  Adventurers Wanted: Scholomance
      28084  0  25  Might of the Krom'gar
      28085  0  44  Trouble at Highperch
      28086  28088  44  Free the Pridelings
      28087  28088  44  Death to all Trappers!
      28088  28098  44  Release Heartrazor
      28089  28096  20  Warchief's Command: Hillsbrad Foothills!
      28090  28097  85  Precious Goods
      28091  28097  85  Easy Pickings
      28092  28093  85  If The Key Fits
      28093  0  85  Pressing Forward
      28094  0  85  Paving the Way
      28095  0  85  Breadcrumb Out
      28096  28111  20  Welcome to the Machine
      28097  28092  85  The Gates of Grim Batol
      28098  28124  44  The Twilight Skymaster
      28099  0  48  Rasha'krak
      28100  0  46  A Talking Totem
      28101  0  85  Mathias' Command
      28102  0  46  Fight the Power
      28103  28108  85  Easy Pickings
      28104  28108  85  Precious Goods
      28105  0  83  Kavem the Callous
      28106  0  85  The Gates of Grim Batol (NOT NEEDED?)
      28107  0  85  Paving the Way
      28108  28109  85  If The Key Fits
      28109  0  85  Pressing Forward
      28110  0  85  Breadcrumb Out
      28111  28138  20  Trouble at Azurelode
      28112  28134  83  Escape From the Lost City
      28113  0  46  Break the Unbreakable
      28114  0  20  Glorious Harvest
      28115  0  20  Past Their Prime
      28116  0  46  Crying Violet
      28117  0  85  Clearing the Depths
      28118  0  85  The Imprisoned Archmage
      28119  28126  46  Purity From Corruption
      28120  0  85  Learning From The Past
      28121  28128  46  Forces of Jaedenar
      28122  0  85  A Huge Problem
      28123  28133  84  The Demon Chain
      28124  0  45  On to the Bulwark
      28125  28136  45  Something to Wear
      28126  0  46  Dousing the Flames of Protection
      28127  28139  45  Break Them Out
      28128  0  46  The Inner Circle
      28129  28131  46  The Demon Prince
      28130  0  85  Not The Friendliest Town
      28131  28153  46  Twin Temptresses
      28132  27926  83  Efficient Excavations
      28133  0  84  Fury Unbound
      28134  28135  83  Impending Retribution
      28135  27520  83  Al'Akir's Vengeance
      28136  28140  45  Behind You!
      28137  0  85  Teach A Man To Fish.... Or Steal
      28138  0  20  Human Infestation
      28139  28140  45  Codemaster's Code
      28140  28142  45  The Elder Crone
      28141  0  83  Relics of the Sun King
      28142  0  45  To the Withering
      28143  0  45  To the Withering
      28144  28168  20  Thieving Little Monsters!
      28145  0  83  Venomblood Antidote
      28146  0  20  Coastal Delicacies!
      28147  28151  85  Purple is Your Color
      28148  0  45  Culling the Corrupted
      28149  28166  85  Whispers in the Wind
      28150  28000  46  An Arcane Ally
      28151  0  85  Dressed to Kill
      28152  28116  46  Jaedenar Awaits
      28153  28155  46  Shadow Lord Fel'dan
      28154  0  20  Muckgill's Flipper or Something...
      28155  0  46  Lord Banehollow
      28156  0  20  Deep Mine Rescue
      28157  28159  45  Four Twilight Elements
      28158  28159  45  Unbound
      28159  0  45  The Doomstone
      28160  0  45  Spread the Word
      28161  0  45  Spread the Word
      28162  0  85  Swamp Bait
      28163  0  85  The Leftovers
      28164  27441  20  Seek Brother Silverhallow
      28165  0  85  D-Block
      28166  28170  85  Thog's Nightlight
      28167  27671  1  Report to Carvo Blastbolt
      28168  28192  21  Trouble at the Sludge Fields
      28169  27635  1  Withdraw to the Loading Room!
      28170  0  85  Night Terrors
      28171  0  85  And the Sky Streaked Red
      28172  0  50  Done Nothing Wrong
      28173  28176  85  Blackout
      28174  0  50  Burning Vengeance
      28175  0  85  Shining Through the Dark
      28176  28247  85  Following the Young Home
      28177  28180  50  Stocking Up
      28179  28180  50  Mud Hunter
      28180  0  50  The Sand, the Cider, and the Orb
      28181  28183  50  Warlocks Have the Neatest Stuff
      28182  28183  50  Shadow Boxing
      28183  28184  50  Return to Keeshan
      28184  0  50  Chiselgrip, the Heart of the Steppes
      28185  0  85  Svarnos
      28186  0  85  Cursed Shackles
      2040  0  20  Underground Assault
      28188  0  85  Prison Revolt
      28189  0  20  Do the Right Thing
      28190  0  47  The Tainted Ooze
      28191  28176  85  A Fitting End
      28192  28197  21  No One Here Gets Out Alive
      28193  28195  83  Lockdown!
      28194  0  83  The Great Escape
      28195  28267  83  Sending a Message
      28196  28206  21  The Battle for Hillsbrad
      28197  28206  21  Discretion is Key
      28198  28210  83  The Weakest Link
      28199  0  21  For Science!
      28200  0  83  The Element of Supplies
      28201  27839  83  Ploughshares to Swords
      28202  28239  50  A Perfect Costume
      28203  28239  50  A Perfect Costume
      28204  28239  50  A Perfect Costume
      28205  28239  50  A Perfect Costume
      28206  0  21  Little Girl Lost
      28207  0  47  A Slimy Situation
      28208  28213  47  Winna's Kitten
      28209  0  21  Freedom for Lydon
      28210  28276  83  Shaping Up
      28211  0  84  Tempered in Elemental Flame
      28212  0  84  Hot Stuff
      28213  0  47  Hazzard Disposal
      28214  0  47  Cleanup at Bloodvenom Post
      28215  0  84  Potential Energy
      28216  0  84  Magmalord Falthazar
      28217  0  48  Wanted: The Demon Hunter
      28218  0  48  A Destiny of Flame and Sorrow
      28219  28222  48  Buzzers for Baby
      28220  28222  48  Seeking Soil
      28221  28224  48  These Roots Were Made For Stompin'
      28222  28224  48  Singin' in the Sun
      28223  0  85  The Warden
      28224  28228  48  The Last Protector
      28225  28227  50  Prove Yer Allegiance
      28226  28227  50  Scrapped Golems
      28227  0  50  Golem Training
      28228  0  48  Rejoining the Forest
      28229  28220  48  Nature and Nurture
      28230  28235  21  Protocol
      28231  0  21  Do it for Twinkles
      28232  0  85  Food From Below
      28233  28234  84  The Lost Brother
      28234  0  84  They Took Me Pants!
      28235  28237  21  Burnside Must Fall
      28236  0  84  The Lost Brother
      28237  28251  21  A Blight Upon the Land
      28238  28832  84  Twilight Shores
      28239  28245  50  Into the Black Tooth Hovel
      28240  0  83  Tapped Out
      28241  28242  84  A Vision of Twilight
      28242  28243  84  We All Must Sacrifice
      28243  28244  84  The Eyes Have It
      28244  0  84  Eye Spy
      28245  28252  50  Grunt Work
      28246  28253  50  Strategic Cuts
      28247  0  85  Last of Her Kind
      28248  27492  85  Victors' Point
      28249  27493  85  Crushblow
      28250  0  83  Thieving Little Pluckers
      28251  28324  22  Trouble at Southshore
      28252  28253  50  The Kodocaller's Horn
      28253  28265  50  Taking the Horn For Ourselves
      28254  0  50  A Needle in a Hellhole
      28255  0  83  Vhat's Next?
      28256  0  48  The Skull of Gul'dan
      28257  0  48  The Fall of Tichondrius
      28258  28393  50  Meet with Ander Germaine
      28259  28399  50  Meet with Demisette Cloyce
      28260  28394  50  Meet with Wulf Hansreim
      28261  28264  48  Deceivers In Our Midst
      28262  28406  50  Meet with Lord Tony Romano
      28263  28398  50  Meet with Maginor Dumas
      28264  0  48  Navarax's Gambit
      28265  28266  51  General Thorg'izog
      28266  28278  51  Trial by Magma
      28267  28269  83  Firing Squad
      28268  28405  50  Meet with Lord Grayson Shadowbreaker
      1800  0  -1  Lordaeron Throne Room
      28270  28273  83  Riding Shotgun!
      28271  28363  83  Reduced Productivity
      28272  28363  83  Missing Pieces
      28273  28274  83  Friend of a Friend
      28274  28350  83  Two Tents
      28275  0  85  Bombs Away!
      28276  28277  83  Salhet's Secret
      28277  28291  83  Salhet the Tactician
      28278  0  51  I Am the Law and I Am the Lash
      28279  28286  51  Abuse of Power
      28280  0  84  Tear Them From the Sky!
      28281  28282  84  Last Stand at Thundermar
      28282  28294  84  Narkrall, The Drake-Tamer
      28283  27316  42  What's that Rattle?
      28284  27317  42  What's that Rattle?
      28285  28328  50  Meet with High Priestess Laurena
      28286  28310  51  Enough Damage For One Day
      28287  28401  50  Meet with Farseer Umbrua
      28288  0  46  Open Their Eyes
      28289  28343  50  Moonglade Calls
      28290  28457  50  Meet with Grezz Ragefist
      28291  0  83  Return to Camp
      28292  28295  83  That's No Pyramid!
      28293  28296  83  That's No Pyramid!
      28294  0  84  The Kirthaven Summit
      28295  27003  83  Meetup with the Caravan
      28296  27003  83  Meetup with the Caravan
      28297  28461  50  Meet with Ormak Grimshot
      28298  28463  50  Meet with Gordul
      28299  28459  50  Meet with Zevrost
      28300  28458  50  Meet with Ureda
      28301  28465  50  Meet with Kardris Dreamseeker
      28302  28466  50  Meet with Sunwalker Atohmo
      28303  28473  50  Meet with Master Pyreanor
      28304  28474  50  Meet with Dark Cleric Cecille
      28305  0  48  The Fate of Bloodvenom Post
      28306  0  47  Whisperwind Grove
      28307  28475  50  Meet with Tyelis
      28308  28476  50  Meet with Seer Liwatha
      28309  28477  50  Meet with Shadow-Walker Zuru
      28310  28415  51  Morgan's Vigil
      28311  0  51  Blackened Ashes
      28312  0  51  Latent Demons of the Land
      28313  0  51  A Heap of Delicious Worg
      28314  0  51  Blood Tour
      28315  0  51  Draconic Vanguard
      28316  0  51  A Deal With a Dragon
      28317  0  51  A Delivery for Thorg'izog
      28318  0  51  A Delivery for Neeralak
      28319  0  51  A Delivery for Xi'lun
      28320  28321  52  Assault on Dreadmaul Rock
      28321  28322  52  Glory Amidst Chaos
      28322  0  52  The Spoils of War
      28323  28478  50  Meet with Brother Silverhallow
      28324  0  22  Studies in Lethality
      1691  0  44  More Wastewander Justice
      28326  0  51  Placing the Pawns
      28327  0  52  Locked and Loaded
      28328  0  50  Twilight Scheming
      28329  28330  22  Angry Scrubbing Bubbles
      28330  0  22  Trail of Filth
      28331  28344  22  Helcular's Rod Giveth...
      28332  28344  22  Helcular's Command
      28333  0  49  It's Time to Oil Up
      28334  0  49  A Flare Fight
      28335  28368  49  Turn It Off! Turn It Off!
      28336  0  49  Slap and Cap
      28337  0  48  The Shredders of Irontree
      28338  0  49  Deadwood of the North
      28339  0  49  Is Your Oil Running?
      28340  0  49  A Bomb Deal
      28341  0  48  Collecting Corruption
      28342  0  48  Fel To Pieces
      28343  0  50  The Breath of Cenarius
      28344  28345  22  Can You Smell What the Lok'tar is Cooking?
      28345  28348  22  *Gurgle* HELP! *Gurgle*
      28346  0  84  The Bachelor
      28347  0  0  Coffer of Promise TRACKING QUEST
      28348  28354  22  Stormpike Rendezvous
      28349  14071  3  Megs in Marketing
      28350  0  83  Master Trapper
      28351  0  83  Unlimited Potential
      28352  0  83  Camel Tow
      28353  28271  83  Jonesy Sent For You
      28354  0  22  Kasha Will Fly Again
      28355  0  22  Terrible Little Creatures
      28356  0  22  Preemptive Strike
      28357  28380  49  Take it to the Tree
      28358  0  48  Hunting the Damned
      28359  0  48  The Core of Kroshius
      28360  28374  48  Running Their Course
      28361  28374  48  Squirrely Clean
      28362  28364  49  Stupid Drizle!
      28363  28367  83  Stirred the Hornet's Nest
      28364  0  49  The Chieftain's Key
      28365  0  49  Drizle Safe
      28366  0  49  Disarming Bears
      28367  28402  83  Shroud of the Makers
      28368  28373  49  Fire in the Hole!
      28369  27753  84  My Sister, Fanny
      28370  28380  49  Wisp-napping
      28371  0  22  [DND] ORKUS QUEST FLAG [DO NOT LOCALIZE]
      28372  0  49  Back to Business
      28373  28338  49  Timbermaw Hold
      28374  0  48  Weeding the Lawn
      28375  28397  23  The Road to Purgation
      28376  0  83  Myzerian's Head
      28377  0  85  Rescue at Glopgut's Hollow
      28378  0  85  Find Fanny
      28379  0  85  Ogre Bashin'
      28380  0  49  Pikwik in Peril
      28381  28382  49  The Denmother
      28382  28384  49  Enemy at our Roots
      28383  0  49  Wisps of the Woods
      28384  28337  49  Into the Clearing
      28385  0  49  Oil and Irony
      28386  0  49  Borrowed Bombs
      28387  28389  49  Burnout
      28388  28389  49  Bloody Wages
      28389  0  49  Report to the Denmother
      28390  0  83  Glop, Son of Glop
      28391  0  83  The Restless Brood
      28392  28338  49  The Timbermaw Tribe
      28393  0  50  A Dangerous Alliance
      28394  0  50  The Golem Lord's Creations
      28395  0  50  Feathers for Nafien
      28396  0  50  Feathers for Grazle
      28397  0  23  They Will Never Expect This...
      28398  0  50  The Pyromancer's Grimoire
      28399  0  50  Stones of Binding
      28400  0  23  Heroes of the Horde!
      28401  0  50  Slaves of the Firelord
      28402  28403  83  Schnottz So Fast
      28403  28404  83  Bad Datas
      28404  0  83  I'll Do It By Hand
      28405  0  50  Weapons of Darkness
      28406  0  50  The Dark Iron Army
      28407  0  84  The Bachelorette
      28408  0  84  Something Bold
      28409  0  84  Something Brewed
      28410  0  84  Something Stolen
      28411  0  84  Something Stewed
      28412  0  84  Blessing of the Family
      28413  0  84  Words and Music By...
      28414  24520  3  Fourth and Goal
      28415  0  51  SEVEN! YUP!
      28416  0  50  Burning Vengeance
      28417  0  50  Done Nothing Wrong
      28418  0  50  Burning Vengeance
      28419  28422  50  Stocking Up
      28420  28422  50  A Future Project
      28421  28422  50  Mud Hunter
      28422  0  50  The Sand, the Cider, and the Orb
      28423  28425  50  Warlocks Have the Neatest Stuff
      28424  28425  50  Shadow Boxing
      28425  28426  50  Return to Ariok
      28426  0  50  Chiselgrip, the Heart of the Steppes
      28427  0  50  A Needle in a Hellhole
      28428  28432  50  A Perfect Costume
      28429  28432  50  A Perfect Costume
      28430  28432  50  A Perfect Costume
      28431  28432  50  A Perfect Costume
      28432  28433  50  Into the Black Tooth Hovel
      28433  28435  50  Grunt Work
      28434  28436  50  Strategic Cuts
      28435  28436  50  The Kodocaller's Horn
      28436  28437  50  Taking the Horn For Ourselves
      28437  28438  51  General Thorg'izog
      28438  28439  51  Trial by Magma
      28439  0  51  I Am the Law and I Am the Lash
      28440  28441  51  Abuse of Power
      28441  28442  51  Enough Damage For One Day
      28442  28491  51  Flame Crest
      28443  0  51  Blackened Ashes
      28444  0  51  Latent Demons of the Land
      28445  0  51  A Heap of Delicious Worg
      28446  0  51  Blood Tour
      28447  0  51  Draconic Vanguard
      28448  0  51  A Deal With a Dragon
      28449  0  51  Placing the Pawns
      28450  0  51  A Delivery for Thorg'izog
      28451  0  51  A Delivery for Neeralak
      28452  0  51  A Delivery for Xi'lun
      28453  0  52  Locked and Loaded
      28454  28455  52  Assault on Dreadmaul Rock
      28455  28456  52  Glory Amidst Chaos
      28456  0  52  The Spoils of War
      28457  0  50  A Dangerous Alliance
      28458  0  50  The Pyromancer's Grimoire
      28459  0  50  Stones of Binding
      28460  0  50  Threat of the Winterfall
      28461  0  50  The Golem Lord's Creations
      28462  28464  50  Winterfall Firewater
      28463  0  50  The Dark Iron Army
      28464  28467  50  Falling to Corruption
      28465  0  50  Slaves of the Firelord
      28466  0  50  Weapons of Darkness
      28467  28469  50  Mystery Goo
      28468  5087  56  [DEPRECATED]Toxic Horrors
      28469  28470  50  Winterfall Runners
      28470  0  50  High Chief Winterfall
      28471  28472  50  The Final Piece
      28472  28479  50  Words of the High Chief
      28473  0  50  Weapons of Darkness
      28474  0  50  Twilight Scheming
      28475  0  50  Twilight Scheming
      28476  0  50  Twilight Scheming
      28477  0  50  Twilight Scheming
      28478  0  50  Twilight Scheming
      28479  28513  51  The Ruins of Kel'Theril
      28480  0  84  Lieutenants of Darkness
      28481  5246  51  Troubled Spirits of Kel'Theril
      28482  28497  83  Sullah's Gift
      28483  0  84  Bleeding the Enemy
      28484  0  23  The Heart of the Matter
      28485  0  25  Yetimus the Yeti Lord
      28486  0  84  Salhet's Gambit
      28487  0  23  Humbert's Personal Problems
      28488  0  83  Beneath the Surface
      28490  13518  10  Hero's Call: Darkshore!
      28491  0  51  Not Fireflies, Flameflies
      28492  13594  20  Hero's Call: Ashenvale!
      28493  0  20  Warchief's Command: Ashenvale!
      28494  871  10  Warchief's Command: Northern Barrens!
      28495  0  23  A Fighting Chance
      28496  14129  10  Warchief's Command: Azshara!
      28497  28613  83  Fire From the Sky
      28498  0  84  The Secret of Nahom
      28499  0  84  Punish the Trespassers
      28500  0  84  The Cypher of Keset
      28501  28623  84  The Defense of Nahom
      28502  0  84  The Bandit Warlord
      28503  25486  40  Hero's Call: Thousand Needles!
      28504  25478  40  Warchief's Command: Thousand Needles!
      28505  27159  35  The Battle for Andorhal
      28506  28556  23  March of the Stormpike
      28507  0  45  Hero's Call: Tanaris!
      28508  26921  35  The Battle for Andorhal
      28509  0  45  Warchief's Command: Tanaris!
      28510  0  35  Warchief's Command: Feralas!
      28511  0  35  Hero's Call: Feralas!
      28512  27963  47  To the Aid of the Thorium Brotherhood
      28513  28534  51  Pride of the Highborne
      28514  28172  50  Mouton Flamestar
      28515  28417  50  Mouton Flamestar
      28516  0  51  Centuries of Suffering
      28517  0  10  The Howling Oak
      28518  28535  51  Legacy of the High Elves
      28519  28536  51  Pain of the Blood Elves
      28520  0  84  The Fall of Neferset City
      28521  0  50  Speak to Salfa
      1516  1517  4  Call of Earth
      1687  0  -1  Spooky Lighthouse
      28523  0  52  More Beads for Salfa
      28524  28460  50  Delivery for Donova
      28525  24740  50  Hero's Call: Un'Goro Crater!
      28526  24740  50  Warchief's Command: Un'Goro Crater!
      28527  8280  55  Warchief's Command: Silithus!
      28528  8280  55  Hero's Call: Silithus!
      28529  0  12  Writings of the Void
      28530  0  50  Scalding Signs
      28531  14384  30  Hero's Call: Desolace!
      28532  25945  25  Warchief's Command: Stonetalon Mountains!
      28533  0  84  The High Council's Decision
      28534  28518  51  Descendants of the Highborne
      28535  28519  51  Descendants of the High Elves
      28536  28537  51  The Curse of Zin-Malor
      28537  28848  51  In Pursuit of Shades
      28538  28566  24  Cry of the Banshee
      28539  0  25  Hero's Call: Stonetalon Mountains!
      28540  0  51  Doin' De E'ko Magic
      28541  0  60  Cache of Mau'ari
      28542  27997  45  Warchief's Command: Felwood!
      28543  27997  45  Hero's Call: Felwood!
      28544  28460  50  Hero's Call: Winterspring!
      28545  28460  50  Warchief's Command: Winterspring!
      28546  0  55  Winterfall E'ko
      28547  0  51  Winterfall E'ko
      28548  14184  30  Warchief's Command: Desolace!
      28549  24504  30  Warchief's Command: Southern Barrens!
      28550  24862  30  Hero's Call: Southern Barrens!
      28551  24921  30  Hero's Call: Southern Barrens!
      28552  27210  35  Hero's Call: Dustwallow Marsh!
      28553  25674  55  Okrilla and the Blasted Lands
      28554  0  35  Warchief's Command: Dustwallow Marsh!
      28555  0  84  Expel the Envoys
      28556  28616  24  Breaking the Hand
      28557  27003  84  Warchief's Command: Uldum!
      28558  27003  84  Hero's Call: Uldum!
      28559  9634  10  Hero's Call: Bloodmyst Isle!
      28560  9329  10  Warchief's Command: Ghostlands!
      28561  0  84  Nahom Must Hold
      28562  26209  10  Hero's Call: Westfall!
      28563  26503  15  Hero's Call: Redridge Mountains!
      28564  26618  20  Hero's Call: Duskwood!
      28565  25395  20  Hero's Call: Wetlands!
      28566  28603  24  Decimation
      28567  26854  10  Hero's Call: Loch Modan!
      28568  26965  10  Warchief's Command: Silverpine Forest!
      28569  27587  52  The Bogpaddle Bullet
      28570  27587  52  The Bogpaddle Bullet
      28571  28096  20  Warchief's Command: Hillsbrad Foothills!
      28572  26022  25  Warchief's Command: Arathi Highlands!
      28573  26093  25  Hero's Call: Arathi Highlands!
      28574  0  30  Warchief's Command: The Hinterlands!
      28575  26921  35  Warchief's Command: Western Plaguelands!
      28576  27159  35  Hero's Call: Western Plaguelands!
      28577  0  40  Warchief's Command: Eastern Plaguelands!
      28578  0  40  Hero's Call: Eastern Plaguelands!
      28579  27762  45  Hero's Call: Badlands!
      28580  27762  45  Warchief's Command: Badlands!
      28581  27963  48  Warchief's Command: Searing Gorge!
      28582  27963  48  Hero's Call: Searing Gorge!
      28583  28588  84  Krazzworks
      28584  0  84  Quality Construction
      28585  0  84  Polished
      28586  0  84  Pool Pony Rescue
      28587  28600  24  Aid of the Frostwolf
      28588  28589  84  Wildhammer Infestation
      28589  0  84  Everything But the Kitchen Sink
      28590  28591  84  Reprisal
      28591  0  84  Off The Wall
      28592  0  84  Parting Packages
      28593  28595  84  Of Utmost Importance
      28594  28595  84  Highbank, Crybank
      28595  0  84  Krazz Works!
      28596  0  84  Welcome to Highbank!
      28597  28598  84  Burnin' at Both Ends
      28598  28599  84  Aiming High
      28599  27338  84  Kurdran's Waitin'
      28600  28506  24  Matters of Loyalty
      28601  0  45  Old Puttery
      28602  27431  83  Be Prepared
      28603  28605  24  Infiltration
      28604  28605  24  Deception and Trickery
      28605  28616  24  Domination
      28606  0  5  The Keys to the Hot Rod
      28607  0  5  The Keys to the Hot Rod
      28608  26799  1  The Shadow Grave
      28609  28610  52  Hammer Time
      28610  28618  52  Rubble Trouble
      28611  27838  84  The Defilers' Ritual
      28612  28621  83  Harrison Jones and the Temple of Uldum
      28613  27748  83  See You on the Other Side!
      28614  0  52  Bearzerker
      28615  0  52  Turning the Earth
      28616  0  24  Stormpike Apocalypse
      28617  28744  -1  Flower Power
      28618  0  52  Boulder Delivery
      28619  26022  25  Warchief's Command: Arathi Highlands!
      28620  28634  25  Eastpoint Tower
      28621  28622  83  Put That Baby in the Cradle!
      28622  28633  83  Three if by Air
      28623  0  84  The Push Westward
      28624  28625  52  Kilram's Boast
      28625  28626  52  Chop Chop
      28626  0  52  Tree Delivery
      28627  28632  52  Seril's Boast
      28628  0  52  Ice Delivery
      28629  28722  52  Are We There, Yeti?
      28630  0  52  Echo Three
      28631  28722  52  The Perfect Horns
      28632  28628  52  Fresh From The Hills
      28633  28654  83  The Coffer of Promise
      28634  0  25  Extinction
      28635  28636  25  A Haunting in Hillsbrad
      28636  0  25  Silence of the Dwarves
      28637  28719  53  A Taste for Bear
      28638  28745  53  The Owls Have It
      28639  0  53  Ursius
      28640  28641  53  Fresh Frostsabers
      28641  28742  53  Pride of the Dinner Table
      28642  0  53  Shy-Rotam
      28643  28644  25  The Durnholde Challenge: Zephyrus
      28644  28645  25  The Durnholde Challenge: Teracula
      28645  28646  25  The Durnholde Challenge: Bloodvenom
      28646  28647  25  The Durnholde Challenge: Infernus
      28647  0  25  The Durnholde Challenge: D-1000
      28648  0  53  Frak's Wild Ride
      28649  12751  55  A Special Surprise
      28650  12751  55  A Special Surprise
      28651  24961  3  Novice Elreth
      28652  24960  1  Caretaker Caice
      28653  26801  2  Shadow Priest Sarvis
      28654  28746  83  The Heart of the Matter
      28655  0  84  Wild, Wild, Wildhammer Wedding
      28656  0  51  Strange Life Forces
      28657  0  85  A Huge Problem
      28658  0  85  Swamp Bait
      28659  0  85  The Leftovers
      28660  0  85  Clearing the Depths
      28661  0  85  The Imprisoned Archmage
      28662  0  85  Learning From The Past
      28663  0  85  D-Block
      28664  0  85  Svarnos
      28665  0  85  Cursed Shackles
      28666  28174  50  Hero's Call: Burning Steppes!
      28667  28418  50  Warchief's Command: Burning Steppes!
      28668  0  85  Prison Revolt
      28669  0  85  The Warden
      28670  0  85  Food From Below
      28671  25674  55  Warchief's Command: Blasted Lands!
      28672  26802  3  The Executor In the Field
      28673  25710  55  Hero's Call: Blasted Lands!
      28674  0  53  Starfall Village
      28675  27587  52  Hero's Call: Swamp of Sorrows!
      28676  0  53  Exterminators at Work
      28677  27587  52  Warchief's Command: Swamp of Sorrows!
      28678  0  85  Captain P. Harris
      28679  0  85  Rattling Their Cages
      28680  0  85  Boosting Morale
      28681  0  85  Shark Tank
      28682  0  85  Claiming The Keep
      28683  0  85  Thinning the Brood
      28684  0  85  A Sticky Task
      28685  0  85  Leave No Weapon Behind
      28686  0  85  Not The Friendliest Town
      28687  0  85  Teach A Man To Fish.... Or Steal
      28688  26278  25  Warchief's Command: Northern Stranglethorn Vale!
      28689  0  85  The Forgotten
      28690  0  85  Salvaging the Remains
      28691  0  85  First Lieutenant Connor
      28692  0  85  Magnets, How Do They Work?
      28693  0  85  Finish The Job
      28694  0  85  Watch Out For Splinters!
      28695  0  85  WANTED: Foreman Wellson
      28696  0  85  Bombs Away!
      28697  0  85  Ghostbuster
      28698  0  85  Cannonball!
      28699  26735  25  Hero's Call: Northern Stranglethorn Vale!
      28700  0  85  Taking the Overlook Back
      28701  0  53  Out of Harm's Way
      28702  26826  30  Hero's Call: The Cape of Stranglethorn!
      28703  0  53  Step Into My Barrow
      28704  0  30  Warchief's Command: The Cape of Stranglethorn!
      28705  10120  60  Warchief's Command: Outland!
      28706  28707  53  Spray it Forward
      28707  28710  53  Spray it Again
      28708  10288  60  Hero's Call: Outland!
      28709  11672  70  Hero's Call: Northrend!
      28710  28718  53  Spray it One More Time
      28711  11585  70  Warchief's Command: Northrend!
      28712  0  85  Enter the Dragon Queen
      28713  28714  2  The Balance of Nature
      28714  28734  3  Fel Moss Corruption
      28715  0  3  Demonic Thieves
      28716  26960  84  Hero's Call: Twilight Highlands!
      28717  26293  84  Warchief's Command: Twilight Highlands!
      28718  28640  53  Where There's Smoke, There's Delicious Meat
      28719  28639  53  A Little Gamy
      28720  0  -1  A Find of Significance
      28721  0  85  Walk A Mile In Their Shoes
      28722  0  52  Yetiphobia
      28723  28724  3  Priestess of the Moon
      28724  28725  3  Iverron's Antidote
      28725  28726  3  The Woodland Protector
      28726  28727  4  Webwood Corruption
      28727  28728  4  Vile Touch
      28728  28729  5  Signs of Things to Come
      28729  28730  5  Teldrassil: Crown of Azeroth
      28730  28731  5  Precious Waters
      28731  0  5  Teldrassil: Passing Awareness
      28732  28735  82  This Can Only Mean One Thing...
      28733  28617  -1  Basic Botany
      28734  28715  3  A Favor for Melithar
      28735  0  82  To the Chamber of Incineration!
      28736  0  83  Fire From the Sky
      28737  0  82  What Is This Place?
      28738  0  82  The Twilight Forge
      28739  0  0  Night Elf Class Skill Tracker Quest
      28740  0  82  Do My Eyes Deceive Me?
      28741  0  82  Ascendant Lord Obsidius
      28742  0  53  Shy-Rotam
      28743  0  83  Tailgunner!
      28744  28747  -1  Ghouls Hate My Grains
      28745  28782  53  Screechy Keen
      28746  28753  83  Penetrating Their Defenses
      28747  28748  -1  Someone Setup the Pumpkin Bomb
      28748  0  -1  Lawn of the Dead
      28749  27159  35  The Battle for Andorhal
      28750  26921  35  The Battle for Andorhal
      28751  0  -1  Tending the Garden
      28752  0  -1  Unstoppable Onslaught
      28753  0  83  Doing it the Hard Way
      28754  0  85  Battle of Life and Death
      28755  0  46  Annals of the Silver Hand
      28756  0  42  Aberrations of Bone
      28757  28769  3  Beating Them Back!
      28758  28171  85  Battle of Life and Death
      28759  26910  3  Lions for Lambs
      28760  0  84  Vengeance for Orsis
      28761  0  -1  Honor the Flame
      28762  28770  3  Beating Them Back!
      28763  28771  3  Beating Them Back!
      28764  28772  3  Beating Them Back!
      28765  28773  3  Beating Them Back!
      28766  28774  3  Beating Them Back!
      28767  28759  3  Beating Them Back!
      28768  28460  50  Winterspring!
      28769  3104  3  Lions for Lambs
      28770  3101  3  Lions for Lambs
      28771  3103  3  Lions for Lambs
      28772  3102  3  Lions for Lambs
      28773  3105  3  Lions for Lambs
      28774  3100  3  Lions for Lambs
      1032  0  21  Satyr Slaying!
      28779  0  84  A Long Way from Home
      28780  28791  3  Join the Battle!
      28781  0  85  Targets of Opportunity
      28782  0  53  A Bird of Legend
      28783  0  85  The Source of Their Power
      28784  28792  3  Join the Battle!
      28785  28793  3  Join the Battle!
      28786  28794  3  Join the Battle!
      28787  28795  3  Join the Battle!
      28788  28796  3  Join the Battle!
      28789  28797  3  Join the Battle!
      28790  28805  80  A Personal Summons
      28791  28817  3  They Sent Assassins
      28792  28818  3  They Sent Assassins
      28793  28819  3  They Sent Assassins
      28794  28820  3  They Sent Assassins
      28795  28821  3  They Sent Assassins
      28796  28822  3  They Sent Assassins
      28797  28823  3  They Sent Assassins
      28798  0  -1  Waters of Elune
      28799  0  -1  Might of the Earthen
      28800  0  -1  Whispers of the Djinn
      28801  0  -1  Tol'vir Heiroglyphics
      28802  0  -1  Map of the Architects
      28803  0  -1  Vengeance of the Wildhammer
      28804  0  -1  Dark Iron Contingency Plan
      28805  28816  80  The Eye of the Storm
      28806  0  3  Fear No Evil
      28807  27072  84  Expert Opinion
      28808  0  3  Fear No Evil
      28809  0  3  Fear No Evil
      28810  0  3  Fear No Evil
      28811  0  3  Fear No Evil
      28812  0  3  Fear No Evil
      28813  0  3  Fear No Evil
      28814  0  84  Followers and Leaders
      28815  28814  84  Twilight Documents
      28816  25924  80  To the Depths
      28817  26389  4  The Rear is Clear
      28818  26389  4  The Rear is Clear
      28819  26389  4  The Rear is Clear
      28820  26389  4  The Rear is Clear
      28821  26389  4  The Rear is Clear
      28822  26389  4  The Rear is Clear
      28823  26389  4  The Rear is Clear
      28824  0  84  Wayward Child
      28825  28826  80  A Personal Summons
      28826  28827  80  The Eye of the Storm
      28827  14482  80  To the Depths
      28828  0  53  You Gotta Have Eggs
      28829  0  54  Razor Beak and Antlers Pointy
      28830  0  54  Chips off the Old Block
      28831  0  54  Damn You, Frostilicus
      28832  28596  84  Twilight Shores
      28833  0  82  Rescue the Earthspeaker!
      28834  0  82  Rescue the Earthspeaker!
      28835  0  3  Necessary Refreshment (Backup Groundspawn Quest)
      28836  0  82  Sins of the Sea Witch
      28837  0  54  Altered Beasts
      28838  28839  54  The Owlbeasts' Defense
      28839  28840  54  Magic Prehistoric
      28840  0  54  Winterwater
      28841  0  55  The Arcane Storm Within
      28842  0  55  Umbranse's Deliverance
      28843  0  82  Sins of the Sea Witch
      28844  0  83  [DEPRECATED] Hyena Harvest
      28845  28760  84  The Vortex Pinnacle
      28846  0  0  Repel the Paratroopers Accepted Tracking Event
      28847  28837  54  The Pursuit of Umbranse
      28848  0  51  Trailing the Spiritspeaker
      28849  26388  84  Twilight Skies
      28850  14154  3  The Prison Rooftop
      28851  0  83  [DEPRECATED] Sullah's Sideshow
      28852  0  85  Soften them Up
      28853  0  85  Kill the Courier
      28854  0  85  Closing a Dark Chapter
      28855  0  1  Northern Stranglethorn 4.x: PRK - E - Just Hatched FLAG
      28856  8280  55  The Sands of Silithus
      28857  25710  55  Blasted Lands: The Other Side of the World
      28858  25674  55  Blasted Lands: The Other Side of the World
      28859  8280  55  The Dunes of Silithus
      28860  0  84  Keeping the Dragonmaw at Bay
      28861  0  84  Fight Like a Wildhammer
      28862  0  84  Never Leave a Dinner Behind
      28863  0  84  Warlord Halthar is Back
      28864  0  84  Beer Run
      28865  0  54  Call of the Warmatron
      28866  0  83  Into the Stonecore
      28867  0  54  Nethergarde Needs You!
      28868  0  7  The View from Down Here
      28869  26440  83  Pebble
      28870  0  85  Return to the Lost City
      28871  0  84  Crushing the Wildhammer
      28872  0  84  Total War
      28873  0  84  Another Maw to Feed
      28874  0  84  Hook 'em High
      28875  0  84  Bring Down the High Shaman
      28876  0  20  To the Mor'shan Rampart
      28877  867  15  They Call Him Swiftdagger. He Kills Harpies.
      28878  0  -1  A Winter Veil Gift
      28879  0  -1  Back To The Orphanage
      28880  0  -1  Back To The Orphanage
      28881  25420  48  Prospector Gunstan
      28882  0  85  Victory in Tol Barad
      28884  0  85  Victory in Tol Barad
      28885  0  85  Mr. Goldmine's Wild Ride
      28886  0  0  Frost Instructions Tracking Quest
      28887  0  0  Fire Insutrctions Tracking Quest
      28888  0  0  Shadow Instructions Tracking Quest
      28889  0  0  Arcane Instructions tracking Quest
      28905  0  85  Daily Heroic Random (1st) (Cataclysm)
      28906  0  85  Daily Heroic Random (Nth)
      28907  0  85  Daily Normal Random (1st)
      28908  0  85  Daily Normal Random (Nth)
      28909  26311  84  Sauranok Will Point the Way
      28934  0  -1  Crushing the Crown
      28935  0  -1  Crushing the Crown
      29015  0  16  Miner's Fortune
      29021  29022  16  Samophlange
      29022  29023  16  Samophlange
      29023  29024  16  Samophlange
      29024  0  16  Samophlange
      29025  0  14  Samophlange Repair
      29026  29027  16  Wenikee Boltbucket
      29027  0  16  Nugget Slugs
      29028  0  46  Into Jaedenar
      29029  28126  46  Dying Knowledge
      29066  0  81  Good News... and Bad News
      29067  14147  -1  Elixir Specialist
      29068  14147  -1  Potion Specialist
      29069  14147  -1  Transmutation Specialist
      29071  0  80  Make Haste to Stormwind!
      29073  0  80  Make Haste to Orgrimmar!
      29078  29079  3  Beating Them Back!
      29079  29080  3  Lions for Lambs
      29080  29081  3  Join the Battle!
      29081  29083  3  They Sent Assassins
      29082  0  3  Fear No Evil
      29083  26389  4  The Rear is Clear
      29084  0  45  Classic Random 35-39 (1st)
      29085  0  45  Classic Random 35-39 (Nth)
      28890  28891  56  Wasteland
      28891  28892  55  The Spirits of Southwind
      28892  28893  57  Hive in the Tower
      28893  28894  57  Umber, Archivist
      28894  0  57  Uncovering Past Secrets
      28895  0  56  Befoulers of the Wind
      28896  28897  56  Recalling
      28897  28898  57  Baristolth's Plan
      28898  28899  57  Secretion and Subterfuge
      28899  28900  57  Riding in Plain Sight
      28900  0  57  Mysteries of the Twilight Hive
      28901  0  57  Prisoners of Madness
      28902  0  57  Hive'Zora B/C
      28903  0  57  Faceless
      28904  0  57  Bad Stuff
      28910  0  -1  Desecrate this Fire!
      28911  0  -1  Desecrate this Fire!
      28912  0  -1  Desecrate this Fire!
      28913  0  -1  Desecrate this Fire!
      28914  0  -1  Desecrate this Fire!
      28915  0  -1  Desecrate this Fire!
      28916  0  -1  Desecrate this Fire!
      28917  0  -1  Desecrate this Fire!
      28918  0  -1  Desecrate this Fire!
      28919  0  -1  Desecrate this Fire!
      28920  0  -1  Desecrate this Fire!
      28921  0  -1  Desecrate this Fire!
      28922  0  -1  Honor the Flame
      28923  0  -1  Honor the Flame
      28924  0  -1  Honor the Flame
      28925  0  -1  Honor the Flame
      28926  0  -1  Honor the Flame
      28927  0  -1  Honor the Flame
      28928  0  -1  Honor the Flame
      28929  0  -1  Honor the Flame
      28930  0  -1  Honor the Flame
      28931  0  -1  Honor the Flame
      28932  0  -1  Honor the Flame
      28933  0  -1  Honor the Flame
      28936  0  30  Diva Dilemma
      28937  0  30  Alliance Breadcrumb
      28938  0  30  Save the Children
      28939  28941  30  Beware of Strangers
      28940  28939  30  Get Antidote
      28941  0  30  Transformation
      28942  0  30  Revenge!
      28943  0  -1  Desecrate this Fire!
      28944  0  -1  Desecrate this Fire!
      28945  0  -1  Honor the Flame
      28946  0  -1  Honor the Flame
      28947  0  -1  Desecrate this Fire!
      28948  0  -1  Desecrate this Fire!
      28949  0  -1  Honor the Flame
      28950  0  -1  Honor the Flame
      28951  0  -1  Candy Bucket
      28952  0  -1  Candy Bucket
      28953  0  -1  Candy Bucket
      28954  0  -1  Candy Bucket
      28955  0  -1  Candy Bucket
      28956  0  -1  Candy Bucket
      28957  0  -1  Candy Bucket
      28958  0  -1  Candy Bucket
      28959  0  -1  Candy Bucket
      28960  0  -1  Candy Bucket
      28961  0  -1  Candy Bucket
      28962  0  -1  Candy Bucket
      28963  0  -1  Candy Bucket
      28964  0  -1  Candy Bucket
      28965  0  -1  Candy Bucket
      28966  0  -1  Candy Bucket
      28967  0  -1  Candy Bucket
      28968  0  -1  Candy Bucket
      28969  0  -1  Candy Bucket
      28970  0  -1  Candy Bucket
      28971  0  -1  Candy Bucket
      28972  0  -1  Candy Bucket
      28973  0  -1  Candy Bucket
      28974  0  -1  Candy Bucket
      28975  0  -1  Candy Bucket
      28976  0  -1  Candy Bucket
      28977  0  -1  Candy Bucket
      28978  0  -1  Candy Bucket
      28979  0  -1  Candy Bucket
      28980  0  -1  Candy Bucket
      28981  0  -1  Candy Bucket
      28982  0  -1  Candy Bucket
      28983  0  -1  Candy Bucket
      28984  0  -1  Candy Bucket
      28985  0  -1  Candy Bucket
      28986  0  -1  Candy Bucket
      28987  0  -1  Candy Bucket
      28988  0  -1  Candy Bucket
      28989  0  -1  Candy Bucket
      28990  0  -1  Candy Bucket
      28991  0  -1  Candy Bucket
      28992  0  -1  Candy Bucket
      28993  0  -1  Candy Bucket
      28994  0  -1  Candy Bucket
      28995  0  -1  Candy Bucket
      28996  0  -1  Candy Bucket
      28997  0  -1  Candy Bucket
      28998  0  -1  Candy Bucket
      28999  0  -1  Candy Bucket
      29000  0  -1  Candy Bucket
      29001  0  -1  Candy Bucket
      29002  0  -1  Candy Bucket
      29003  0  -1  Candy Bucket
      29004  0  -1  Candy Bucket
      29005  0  -1  Candy Bucket
      29006  0  -1  Candy Bucket
      29007  0  -1  Candy Bucket
      29008  0  -1  Candy Bucket
      29009  0  -1  Candy Bucket
      29010  0  -1  Candy Bucket
      29011  0  -1  Candy Bucket
      29012  0  -1  Candy Bucket
      29013  0  -1  Candy Bucket
      29014  0  -1  Candy Bucket
      29016  0  -1  Candy Bucket
      29017  0  -1  Candy Bucket
      29018  0  -1  Candy Bucket
      29019  0  -1  Candy Bucket
      29020  0  -1  Candy Bucket
      29030  0  -1  Honor the Flame
      29031  0  -1  Honor the Flame
      29032  29034  -1  Get Them While They're Young
      29033  0  53  [PH] Bridle Buy-In
      29034  0  -1  They Grow Up So Fast
      29035  0  -1  A Cub's Cravings
      29036  0  -1  Honor the Flame
      29037  0  -1  'Borrowing' From the Winterfall
      29038  0  -1  Hunting Practice
      29039  0  -1  Hunting Practice
      29040  0  -1  Cub's First Toy
      29041  0  85  Welcome to Paradise
      29042  0  85  Kitchen Clean-Up
      29043  0  85  Lunch Break
      29044  0  85  No Child of Mine
      29045  0  85  Fit for a King
      29046  0  85  Chef's Challenge: Steelback
      29047  0  85  Chef's Challenge: Faewing
      29048  0  85  Chef's Challenge: Grumpfin
      29049  0  85  So Sous Me
      29050  29055  85  Out of Gas
      29051  0  -1  Cub's First Toy
      29052  0  -1  A Cub's Cravings
      29053  0  -1  'Borrowing' From the Winterfall
      29054  24848  -1  Stink Bombs Away!
      29055  0  85  Float My Boat
      29056  0  85  Fruit Round-Up
      29057  29077  85  Firebeak
      29058  29057  84  Roc Collection
      29059  0  85  Save 'Em
      29060  29062  85  At Your Service
      29062  29064  85  Finding the Cultist
      29063  0  85  Subversion
      29064  29050  85  We Need a Boat
      29065  0  85  Out of This World
      29070  0  84  Twilight Plight
      29072  0  85  Last Resort, Literally
      29074  29075  -1  A Season for Celebration
      29075  0  -1  A Time to Gain
      29076  0  1  Kevin's Test Quest
      29077  29072  85  What Hath Dodd Wrought
      29086  0  16  Competition Schmompetition
      29087  29089  16  Sludge Investigation
      29088  0  16  Hyena Extermination
      29089  0  16  Sludge Beast!
      29090  0  16  A Burning Threat
      29091  0  17  Freedom Movement
      29092  0  -1  Inform the Elder
      29093  0  -1  Cruisin' the Chasm
      29094  867  16  The Short Way Home
      29095  29109  16  Report to Thork
      1027  0  23  Playing Possum
      29097  29098  17  Mor'shan Caravan Rescue
      29098  29099  17  Demon Seed
      29099  0  17  Mor'shan Caravan Delivery
      29100  0  85  Bwemba's Spirit
      29101  29122  85  Punting Season
      29102  29103  85  To Fort Livingston
      29103  0  85  Serpents and Poison
      29104  0  85  Spirits Are With Us
      29105  29114  85  Nesingwary Will Know
      29106  0  -1  The Biggest Diamond Ever!
      29107  0  -1  Malfurion Has Returned!
      29108  0  0  Mor'shan Test Quest
      29109  29110  17  Mor'shan Caravan Pick-Up
      29110  29112  17  Mor'shan Caravan Rescue
      29111  0  17  Mor'shan Caravan Delivery
      29112  29111  17  Demon Seed
      29114  29115  85  Track the Tracker
      29115  0  85  The Hunter's Revenge
      29116  29120  85  Follow That Cat
      29117  0  -1  Let's Go Fly a Kite
      29118  29120  85  Follow That Cat
      29119  0  -1  You Scream, I Scream...
      29120  29213  85  Mauti
      29121  0  85  Bury Me With Me Boots...
      29122  0  85  Echoes of Nemesis
      29123  0  85  Rage Against the Flames
      29124  29131  85  Warn the Rebel Camp
      29125  29126  85  Between the Trees
      29126  0  85  The Power of Malorne
      29127  0  85  Rage Against the Flames
      29128  0  85  The Protectors of Hyjal
      29129  29134  85  A Legendary Engagement
      29131  0  85  Defend the Rebel Camp
      29132  29134  85  A Legendary Engagement
      29133  29150  85  To the Digsite
      29134  29135  85  A Wrinkle in Time
      29135  0  85  All-Seeing Eye
      29137  0  85  Breach in the Defenses
      29138  0  85  Burn Victims
      29139  0  85  Aggressive Growth
      29140  0  85  Under the Skylord's Gaze
      29141  0  85  The Harder They Fall
      29142  0  85  Traitors Return
      29143  0  85  Wisp Away
      29144  24848  -1  Clean Up in Stormwind
      29145  29195  85  Opening the Door
      29146  0  -1  Ridin' the Rocketway
      29147  29148  85  Call the Flock
      29148  0  85  Wings Aflame
      29149  0  85  Rage Against the Flames
      29150  29151  85  Voodoo Zombies
      29151  0  85  Bad Supplies
      29152  0  85  Making Contact
      29153  29155  85  Booty Bay's Interests
      29154  29155  85  Booty Bay's Interests
      29155  0  85  A Shiny Reward
      29156  0  85  The Troll Incursion
      29157  29219  85  The Zandalari Menace
      29158  29100  85  The Zandalar Representative
      29159  0  85  Pyrorachnophobia
      29160  0  85  Egg-stinction
      29161  29162  85  Those Bears Up There
      29162  0  85  Nature's Blessing
      29163  0  85  Rage Against the Flames
      29164  29165  85  Perfecting Your Howl
      29165  0  85  The Call of the Pack
      29166  0  85  Supplies for the Other Side
      29167  0  -1  The Banshee Queen
      29168  0  85  Secondary Targets
      29169  0  85  The Beasts Within
      29170  0  82  UNUSED REUSE
      29171  0  82  UNUSED REUSE
      29172  0  85  The Beasts Within
      29173  0  85  Secondary Targets
      29174  0  85  Break Their Spirits
      29175  0  85  Break Their Spirits
      29176  0  -1  The Fallen Chieftain
      29177  0  81  Vigilance on Wings
      29178  0  85  Oooh, Shinies!
      29179  0  85  Hostile Elements
      29180  29184  85  Promises, Promises...
      29181  0  85  Druids of the Talon
      29182  0  85  Flight of the Storm Crows
      29183  0  85  Daily Tier 2 Heroic (Nth)
      29184  29186  85  X Marks... Your Doom!
      29185  0  85  Daily Tier 2 Heroic (1st)
      29186  0  85  The Hex Lord's Fetish
      29187  29188  85  Tuskin' Raiders
      29188  0  85  A Troll Among Trolls
      29189  0  85  Wicked Webs
      29190  0  -1  Let's Go Fly a Kite
      29191  0  -1  You Scream, I Scream...
      29192  0  85  The Wardens are Watching
      29193  29194  85  On a Wing and a Prayer
      29208  0  85  An Old Friend
      29213  29121  85  How's the Hunter Holding Up?
      29217  0  85  The Captive Scouts
      29219  0  85  Bwemba's Spirit
      29220  29221  85  To Bambala
      29221  0  85  Serpents and Poison
      29222  0  85  Spirits Are With Us
      29223  29226  85  Nesingwary Will Know
      29226  29227  85  Track the Tracker
      29227  0  85  The Hunter's Revenge
      29228  29230  85  Follow That Cat
      29229  29230  85  Follow That Cat
      29230  29231  85  Mauti
      29231  29232  85  How's the Hunter Holding Up?
      29232  0  85  Bury Me With Me Boots...
      29233  29235  85  Warn Grom'gol
      29235  0  85  Defend Grom'gol
      29236  29237  85  To Hardwrench Hideaway
      29237  29238  85  Voodoo Zombies
      29238  0  85  Bad Supplies
      29241  0  85  Break the Godbreaker
      29242  0  85  Putting a Price on Priceless
      29250  0  85  Making Contact
      29251  29253  85  Booty Bay's Interests
      29252  29253  85  Booty Bay's Interests
      29253  0  85  A Shiny Reward
      29261  0  -1  Zul'Aman Voodoo
      29262  0  -1  Zul'Gurub Voodoo
      29266  0  -1  DEPRECATED Zul'Gurub Voodoo (NYI)
      29267  0  85  Some Good Will Come
      29268  0  85  Some Good Will Come
      29313  0  -1  The Secret to Perfect Kimchi
      29314  0  -1  Remembering the Ancestors
      29315  0  -1  Fungus Among Us
      29316  0  -1  Back to Basics
      29317  0  -1  Fish Head
      29318  0  -1  Ribs for the Sentinels
      29319  0  -1  Tadpole Terror
      29320  0  -1  Like Pike?
      29321  0  -1  Happy as a Clam Digger
      29322  0  -1  Time for Slime
      29323  0  -1  Stocking Up
      29324  0  -1  The Sister's Pendant
      29325  0  -1  A Slippery Snack
      29332  0  -1  Lily, Oh Lily
      29333  0  -1  Escargot A Go-Go
      29334  0  -1  Roach Coach
      29339  0  85  Short-Supply Reward
      29340  0  85  Short-Supply Reward
      29341  0  85  Short-Supply Reward
      29342  0  -1  Cold Water Fishing
      29343  0  -1  One fer the Ages
      29344  0  -1  Fish fer Squirky
      29345  0  -1  Pond Predators
      29346  0  -1  The Ring's the Thing
      29347  0  -1  Live Bait
      29348  0  -1  The Race to Restock
      29349  0  -1  Craving Crayfish
      29350  0  -1  The Gnomish Bait-o-Matic
      29351  0  -1  A Round for the Guards
      29352  0  -1  A Fowl Shortage
      29353  0  -1  Keepin' the Haggis Flowin'
      29354  0  -1  Shiny Baubles
      29355  0  -1  Can't Get Enough Spice Bread
      29356  0  -1  I Need to Cask a Favor
      29357  0  -1  Spice Bread Aplenty
      29358  0  -1  Pining for Nuts
      29359  0  -1  An Old Favorite
      29360  0  -1  Would You Like Some Flies With That?
      29361  0  -1  Moat Monster!
      29362  0  -1  "Magic" Mushrooms
      29363  0  -1  Mulgore Spice Bread
      29364  0  -1  Corn Mash
      29365  0  -1  Perfectly Picked Portions
      29194  29225  85  Through a Glass, Darkly
      29195  29196  85  A Ritual of Flame
      29196  29197  85  To the Sanctuary!
      29197  29198  85  Caught Unawares
      29198  0  85  The Sanctuary Must Not Fall
      29199  29200  85  Calling for Reinforcements
      29200  0  85  Leyara
      29201  0  85  Through the Gates of Hell
      29202  0  85  The Fate of Runetotem
      29203  0  85  Into the Depths
      29204  29205  85  The Warden's Charge
      29205  0  85  The Forlorn Spire
      29206  0  85  Into the Fire
      29209  29210  85  Into the Fiery Depths
      29210  0  85  Enduring the Heat
      29211  0  85  Solar Core Destruction
      29212  0  85  [DEPRECATED] Fire Hawk Down
      29214  0  85  The Shadow Wardens
      29215  0  85  The Hunt Begins
      29216  0  85  Malfurion's Breach
      29218  0  85  Marks of the World Tree
      29224  0  85  [DEPRICATED] NO LONGER USED
      29225  29234  85  Actionable Intelligence
      29234  29239  85  Delegation
      29239  0  85  Nordrassil's Bough
      29240  29269  85  Emergency Extraction
      29243  0  85  Strike at the Heart
      29244  29243  85  A Lieutenant of Flame
      29245  29249  85  The Mysterious Seed
      29246  0  85  Relieving the Pain
      29247  0  85  Treating the Wounds
      29248  0  85  Releasing the Pressure
      29249  29254  85  Planting Season
      29254  0  85  Little Lasher
      29255  0  85  Embergris
      29256  0  85  [DEPRECATED] Eat Your Heart Out
      29257  0  85  Steal Magmolias
      29258  0  85  Meteorite Hunt
      29259  0  85  [DEPRECATED] Hide and Seek
      29260  0  85  [DEPRECATED] Enlighten Us
      29263  0  85  A Bitter Pill
      29264  0  85  Flamewakers of the Molten Flow
      29265  0  85  Fire Flowers
      29269  29270  85  At One
      29270  29285  85  Time Grows Short
      29271  0  85  Bound for Warmer Weather
      29272  0  85  Need... Water... Badly...
      29273  0  85  How Hot
      29274  0  85  Hounds of Shannox
      29275  0  85  Fandral's Methods
      29276  0  85  The Flame Spider Queen
      29277  0  85  Druid Tree, Stage 3 Tracking
      29278  0  85  Living Obsidium
      29279  0  85  Filling the Moonwell
      29280  0  85  Nourishing Waters
      29281  0  85  Additional Armaments
      29282  0  85  Well Armed
      29283  0  85  Calling the Ancients
      29284  0  85  Aid of the Ancients
      29285  0  85  Alignment
      29286  0  85  Druid Tree, Stage 2 Tracking
      29287  0  85  Peaked Interest
      29288  0  85  Starting Young
      29289  0  85  Mother's Malice
      29290  0  85  Fire in the Skies
      29291  0  85  Straight Chuting
      29292  0  85  Hawk Fire
      29293  0  85  Singed Wings
      29294  0  85  Animate Embers
      29295  0  85  The Bigger They Are
      29296  0  85  Territorial Birds
      29297  0  85  Bye Bye Burdy
      29298  29302  85  A Smoke-Stained Locket
      29299  0  85  Some Like It Hot
      29302  29303  85  Unlocking the Secrets Within
      29303  29310  85  Tragedy and Family
      29304  0  85  The Dogs of War
      29305  0  85  Strike at the Heart
      855  821  18  Centaur Bracers
      487  0  9  The Road to Darnassus
      29309  0  85  The Stuff of Legends
      29310  29311  85  The Tipping Point
      29311  0  85  The Rest is History
      29312  0  85  The Stuff of Legends
      29326  29335  85  The Nordrassil Summit
      29327  0  85  Elemental Bonds: Doubt
      29328  29337  85  Elemental Bonds: Desire
      29329  0  85  Elemental Bonds: Patience
      29330  29331  85  Elemental Bonds: Fury
      29331  0  85  Elemental Bonds: The Vow
      29335  29327  85  Into Slashing Winds
      29336  0  85  Into Coaxing Tides
      29337  0  85  Into Constant Earth
      29338  0  85  Into Unrelenting Flame
      29368  0  0  Tracking
      29371  0  -1  A Time to Lose
      29372  0  85  Trouble in Podunk
      29373  0  85  Trouble in Podunk
      29374  0  -1  Stink Bombs Away!
      29375  0  -1  Clean Up in Undercity
      29376  0  -1  A Time to Build Up
      29377  0  -1  A Time to Break Down
      29378  0  85  FLAG - Teleport to Vashj'ir
      29379  0  85  FLAG - Teleport to Deepholm
      29380  0  85  FLAG - Teleport to Firelands
      29381  0  85  FLAG - Teleport to Hyjal
      29382  0  -1  Thanks, But No Thanks
      29383  0  -1  Thanks, But No Thanks
      29385  0  -1  A Winter Veil Gift
      29386  25316  80  Hero's Call: Mount Hyjal!
      29387  29145  85  Guardians of Hyjal: Firelands Invasion!
      29388  29145  85  Guardians of Hyjal: Firelands Invasion!
      29389  29145  85  Guardians of Hyjal: Firelands Invasion!
      29390  29389  85  Guardians of Hyjal: Call of the Ancients
      29391  29389  85  Guardians of Hyjal: Call of the Ancients
      29392  29398  -1  Missing Heirlooms
      29393  0  -1  Brew For Brewfest
      29394  0  -1  Brew For Brewfest
      29395  0  85  FLAG - Teleport to Uldum
      29396  0  -1  A New Supplier of Souvenirs
      29397  0  -1  A New Supplier of Souvenirs
      29398  29399  -1  Fencing the Goods
      29399  29402  -1  Shopping Around
      29400  29376  -1  A Season for Celebration
      29401  0  20  Blown Away
      29402  29403  -1  Taking Precautions
      29403  29411  -1  The Collector's Agent
      29411  0  -1  What Now?
      29412  0  20  Blown Away
      29413  0  -1  The Creepy Crate
      29415  29416  -1  Missing Heirlooms
      29416  29425  -1  Fencing the Goods
      29425  29426  -1  Shopping Around
      29426  29427  -1  Taking Precautions
      29427  29428  -1  The Collector's Agent
      29428  0  -1  What Now?
      29429  0  -1  The Creepy Crate
      29430  0  -1  A Friend in Need
      29431  0  -1  A Friend in Need
      29432  29239  85  Delegation Tracker
      29437  0  85  The Fallen Guardian
      29439  29326  85  The Call of the World-Shaman
      29440  29326  85  The Call of the World-Shaman
      29441  0  19  From the Belly of the Beast
      29452  29129  85  Your Time Has Come
      29453  29132  85  Your Time Has Come
      29592  0  0  Caster Legendary BREADCRUMB TRACKER
      29433  0  -1  Test Your Strength
      29434  0  -1  Tonk Commander
      29436  0  -1  The Humanoid Cannonball
      29438  0  -1  He Shoots, He Scores!
      29443  0  -1  A Curious Crystal
      29444  0  -1  An Exotic Egg
      29445  0  -1  An Intriguing Grimoire
      29446  0  -1  A Wondrous Weapon
      29447  0  -1  A Curious Crystal
      29448  0  -1  An Exotic Egg
      29449  0  -1  An Intriguing Grimoire
      29450  0  -1  A Woundrous Weapon
      29451  0  85  The Master Strategist
      29454  0  85  The Master Strategist
      29455  0  -1  Target: Turtle
      29456  0  -1  A Captured Banner
      29457  0  -1  The Enemy's Insignia
      29458  0  -1  The Captured Journal
      29459  0  -1  A Captured Banner
      29460  0  -1  The Enemy's Insignia
      29461  0  -1  The Captured Journal
      29463  0  -1  It's Hammer Time
      29464  0  85  Tools of Divination
      29465  0  85  Tools of Divination
      29466  0  -1  Plenty of Plump Frogs
      29467  0  -1  Talkin' Tonks
      29468  0  -1  Baby Needs Two Pair of Shoes
      29469  0  -1  Rearm, Reuse, Recycle
      29470  0  -1  Tan My Hide
      29471  0  -1  Writing the Future
      29472  0  -1  Eyes on the Prizes
      29473  0  -1  Putting the Carnies Back Together Again
      29474  0  -1  Putting Trash to Good Use
      29475  0  -1  Goblin Engineering
      29476  0  -1  Gnomish Engineering
      29477  0  -1  Gnomish Engineering
      29478  0  -1  A Fizzy Fusion
      29479  0  -1  Herbs for Healing
      29480  0  -1  Banners, Banners Everywhere!
      29481  0  -1  Elixir Master
      29482  0  -1  Transmutation Master
      29483  0  -1  Keeping the Faire Sparkling
      29484  0  -1  Putting the Crunch in the Frog
      29485  0  -1  Fun for the Little Ones
      29506  0  -1  A Fizzy Fusion
      29507  0  -1  Fun for the Little Ones
      29508  0  -1  Baby Needs Two Pair of Shoes
      29509  0  -1  Putting the Crunch in the Frog
      29510  0  -1  Putting Trash to Good Use
      29511  0  -1  Talkin' Tonks
      29512  0  -1  Putting the Carnies Back Together Again
      29513  0  -1  Spoilin' for Salty Sea Dogs
      29514  0  -1  Herbs for Healing
      29515  0  -1  Writing the Future
      29516  0  -1  Keeping the Faire Sparkling
      29517  0  -1  Eyes on the Prizes
      29518  0  -1  Rearm, Reuse, Recycle
      29519  0  -1  Tan My Hide
      29520  0  -1  Banners, Banners Everywhere!
      29527  0  62  War on the Ramparts
      29528  0  62  War on the Ramparts
      29529  0  62  Demons in the Citadel
      29530  0  62  Demons in the Citadel
      29532  0  62  Dark Tidings
      29533  0  62  Dark Tidings
      29535  0  63  Make Them Bleed
      29536  0  63  Heart of Rage
      29537  0  63  Mind the Gap
      29538  0  63  Make Them Bleed
      29539  0  63  Heart of Rage
      29540  0  63  The Breaker
      29542  0  62  Invading the Citadel
      29543  0  62  Invading the Citadel
      29544  0  62  The Blood Furnace
      29545  0  62  The Blood Furnace
      29563  0  65  Lost in Action
      29564  0  65  A Brother Betrayed
      29565  0  65  The Heart of the Matter
      29566  0  65  Checking Up
      29567  0  65  Stalk the Stalker
      29568  0  65  A Necessary Evil
      29569  0  65  Warlord Kalithresh's Prized Possession
      29570  0  65  Rescuing the Expedition
      29571  0  65  Defending the Wilds
      29572  0  66  Safety Is Job One
      29573  0  66  Safety is Job One
      29574  0  66  Intriguing Specimens
      29575  0  66  Undercutting the Competition
      29582  0  66  Grek's Crazy Night
      29583  0  66  Eckert the Mad
      29590  0  67  The Dead Watcher
      29591  0  67  Raging Spirits
      29593  0  62  Hitting Them Where It Hurts
      29594  0  62  Hitting Them Where It Hurts
      29595  0  67  Everything Will Be Alright
      29596  0  67  The End of the Exarch
      29597  0  67  The End of the Exarch
      29598  0  68  Taretha's Diversion
      29599  0  68  Escape from Durnholde
      29601  0  -1  The Darkmoon Field Guide
      29605  0  69  Brother Against Brother
      29606  0  69  Terokk's Legacy
      29607  0  69  Eyes of Desire
      29608  0  70  Allies in Dalaran
      29609  0  70  Friends in Dalaran
      29613  0  70  A Proper Fate
      29614  0  70  Containment is Key
      29615  0  70  Windcaller Claw and the Water Thief
      29616  0  69  Storming the Steamvault
      29640  0  70  Find Spy To'gun
      29641  0  70  The Soul Devices
      29642  0  70  Trouble at Auchindoun
      29643  0  70  The Codex of Blood
      29644  0  70  Into the Heart of the Labyrinth
      29645  0  70  Ambassador Hellmaw
      29649  0  70  How to Save a Life
      29650  0  70  Fel Ember
      33  0  2  [DEPRECATED] Wolves Across the Border
      29652  0  70  One Last Favor
      29653  0  70  The Will of the Warchief
      29654  0  70  Turning the Tide
      29655  0  70  A Very Special Cloth
      29656  0  70  O'mrogg's Warcloth
      29657  0  70  With Great Power, Comes Great Responsibility
      29658  0  70  The Calculator
      29659  0  70  Lost Treasure
      29660  0  70  Saving the Botanica
      29667  0  70  Culling the Herd
      29669  0  70  A Most Somber Task
      29671  0  70  The Black Morass
      29672  0  70  The Opening of the Dark Portal
      29673  0  70  The Black Morass
      29674  0  70  Unbound Darkness
      29675  0  70  Hey There Dalliah
      29681  0  70  Maximum Security Breakout
      29682  0  70  Magisters' Terrace
      29683  0  70  The Scryer's Scryer
      29684  0  70  Severed Communications
      29685  0  70  Hard to Kill
      29686  0  70  A Radical Notion
      29687  0  70  Twisted Associations
      29688  0  70  Advancing the Campaign
      29689  0  70  Advancing the Campaign
      29691  0  65  Bring Me A Shrubbery!
      29692  0  65  Bring Me Another Shrubbery!
      29734  0  -1  Deepforge the Elder
      29735  0  -1  Stonebrand the Elder
      29736  0  -1  Darkfeather the Elder
      29737  0  -1  Firebeard the Elder
      29738  0  -1  Moonlance the Elder
      29739  0  -1  Windsong the Elder
      29740  0  -1  Evershade the Elder
      29741  0  -1  Sekhemi the Elder
      29742  0  -1  Menkhaf the Elder
      29760  0  85  Pit Fighter
      29761  0  85  Master Pit Fighter
      29763  0  71  Stealing Their Thunder
      29764  0  71  Disarmament
      29801  29802  85  Proving Your Worth
      29802  29934  85  A Hidden Message
      29803  0  71  Ears of the Lich King
      29807  0  74  Death to the Traitor King
      29808  0  74  Don't Forget the Eggs!
      29810  0  76  The Faceless Ones
      29811  0  74  The Gatewatcher's Talisman
      29820  0  71  Into the Nexus
      29825  0  76  Pupil No More
      29826  0  76  Reclaiming Ahn'Kahet
      29828  0  74  What the Scourge Dred
      29829  0  77  Discretion is Key
      29830  0  77  Containment
      29833  0  78  Unfinished Business
      29834  0  78  Gal'darah Must Pay
      29835  0  78  Gal'darah Must Pay
      29836  0  78  Just Checkin'
      29838  0  78  One of a Kind
      29839  0  78  One of a Kind
      29840  0  78  For Posterity
      29844  0  78  For Posterity
      29847  30092  85  To Catch a Thief
      29848  0  78  The Forlorn Watcher
      29850  0  78  Corrupt Constructs
      29851  0  78  Champion of the Tournament
      29853  0  78  Champion of the King
      29860  0  80  Diametrically Opposed
      29861  0  80  Whatever it Takes!
      29862  0  80  Clearing the Way
      29863  0  80  Stormherald Eljrrin
      29864  0  80  Working at the Source
      29934  29847  85  To Ravenholdt
      30092  30093  85  Our Man in Gilneas
      30093  30106  85  Assassinate Creed
      30094  30096  85  The End Time
      30095  30096  85  The End Time
      30096  0  85  Murozond
      30097  0  85  Archival Purposes
      30098  0  85  The Well of Eternity
      30099  0  85  In Unending Numbers
      30100  0  85  The Vainglorious
      30101  0  85  The Path to the Dragon Soul
      30102  0  85  The Hour of Twilight
      30103  0  85  To Wyrmrest!
      30104  0  85  Documenting the Timeways
      30105  0  85  The Twilight Prophet
      30106  0  85  The Deed is Done
      30107  0  85  Cluster Clutch
      30108  30109  85  Our Man in Karazhan
      30109  30113  85  Blood of the Betrayer
      30110  0  85  Raid Finder (1st)
      30111  0  85  Raid Finder (Nth)
      30112  0  71  A Score to Settle
      30113  0  85  Victory in the Depths
      30116  0  85  Sharpening Your Fangs
      30118  0  85  Patricide
      30119  0  85  Well of Eternity RP Tracker
      30120  0  75  Cleansing Drak'Tharon
      30173  0  70  War Pigs!
      30177  0  85  Daily Heroic Random (1st) (Cataclysm)
      30537  0  0  A Fizzy Fusion
      30538  0  0  Fun for the Little Ones
      30539  0  0  [DNT] Baby Needs Two Pair of Shoes TRACKER
      30540  0  0  [DNT] Putting the Crunch in the Frog TRACKER
      30541  0  0  [DNT] Putting Trash to Good Use TRACKER
      30542  0  0  [DNT] Talkin' Tonks TRACKER
      30543  0  0  [DNT] Putting the Carnies Back Together Again TRACKER
      30544  0  0  [DNT] Spoilin' for Salty Sea Dogs TRACKER
      30545  0  0  [DNT] Herbs for Healing TRACKER
      30546  0  0  [DNT] Writing the Future TRACKER
      30547  0  0  [DNT] Keeping the Faire Sparkling TRACKER
      30548  0  0  [DNT] Eyes on the Prizes TRACKER
      30549  0  0  [DNT] Rearm, Reuse, Recycle TRACKER
      30550  0  0  [DNT] Tan My Hide TRACKER
      30551  0  0  [DNT] Banners, Banners Everywhere! TRACKER
      30552  0  0  [DNT] The Master Strategist TRACKER
      30553  0  0  [DNT] A Curious Crystal TRACKER
      30554  0  0  [DNT] An Exotic Egg TRACKER
      30555  0  0  [DNT] An Intriguing Grimoire TRACKER
      30556  0  0  [DNT] A Wondrous Weapon TRACKER
      30557  0  0  [DNT] A Captured Banner TRACKER
      30558  0  0  [DNT] The Enemy's Insignia TRACKER
      30559  0  0  [DNT] The Captured Journal TRACKER
      30560  0  0  [DNT] Tools of Divination TRACKER
      30561  0  0  [DNT] Fun for the Little Ones TRACKER
      30562  0  0  [DNT] A Fizzy Fusion TRACKER
      26270  0  13  You Have Our Thanks
      26463  26464  21  Finding Teronis
      26478  26479  23  Playing Possum
      26520  0  16  Saving Foreman Oslow
      26709  0  83  The Stone Throne
      27147  0  43  Kirtonos the Herald
      27192  0  46  The Great Fras Siabi
      27523  0  44  Duskwing, Oh How I Hate Thee...
      27840  0  54  Draenethyst Crystals
      28178  28180  50  A Future Project
      28187  28193  83  Missed Me By Zhat Much!
      28269  28273  83  Meet Me In Vir'sar
      28325  0  22  Green Living
      28489  0  23  Stagwiches
      28522  0  50  Winterfall Activity
      28775  0  -1  Broken Serpent Figurine
      28776  0  -1  Broken Earthen Figurine
      28777  0  -1  Broken Owl Figurine
      28778  0  -1  Broken Boar Figurine
      29096  29097  17  Mor'shan Caravan Pick-Up
      29307  29312  85  Heart of Flame
      29308  29309  85  Heart of Flame
      29651  0  70  Honor the Dying

    auto-generated by the getMaNGOS.eu MAGNET dbdocs module

    Edited by Antz


    User Feedback

    Recommended Comments

    There are no comments to display.



    Create an account or sign in to comment

    You need to be a member in order to leave a comment

    Create an account

    Sign up for a new account in our community. It's easy!

    Register a new account

    Sign in

    Already have an account? Sign in here.

    Sign In Now

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use