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 MaNGOSTwo

    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 smallint(5) 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'    
    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'    
    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.
    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.
    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.
    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.
    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 smallint(5) 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

    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

    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.

    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.

    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.

    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.

    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
      1  0  80  The "Chow" Quest (123)aa
      2  247  30  Sharptalon's Claw
      5  0  20  Jitters' Growling Gut
      6  0  5  Bounty on Garrick Padfoot
      7  0  2  Kobold Camp Cleanup
      8  0  5  A Rogue's Deal
      9  0  15  The Killing Fields
      10  0  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  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  Skirmish at Echo Ridge
      22  0  12  Goretusk Liver Pie
      23  247  24  Ursangous's Paw
      24  247  27  Shadumbra's Head
      25  0  25  Stonetalon Standstill
      30  0  -1  Trial of the Sea Lion
      5061  0  -1  Aquatic Form
      27  0  -1  A Lesson to Learn
      26  0  -1  A Lesson to Learn
      28  0  -1  Trial of the Lake
      32  0  48  Rise of the Silithid
      13780  0  80  The Edge Of Winter
      34  0  24  An Unwelcome Guest
      35  0  10  Further Concerns
      36  0  10  Westfall Stew
      37  0  10  Find the Lost Guards
      38  0  13  Westfall Stew
      39  0  10  Deliver Thomas' Report
      40  0  10  A Fishy Peril
      45  0  10  Discover Rolf's Fate
      46  0  10  Bounty on Murlocs
      47  0  7  Gold Dust Exchange
      48  0  44  Sweet Amber
      49  0  44  Sweet Amber
      50  0  44  Sweet Amber
      51  0  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  0  24  The Night Watch
      57  0  26  The Night Watch
      58  0  30  The Night Watch
      59  0  10  Cloth and Leather Armor
      60  0  7  Kobold Candles
      61  0  7  Shipment to Stormwind
      62  0  7  The Fargodeep Mine
      63  0  -1  Call of Water
      64  0  12  The Forgotten Heirloom
      65  0  18  The Defias Brotherhood
      66  0  28  The Legend of Stalvan
      67  0  28  The Legend of Stalvan
      68  0  28  The Legend of Stalvan
      69  0  28  The Legend of Stalvan
      70  0  28  The Legend of Stalvan
      71  0  10  Report to Thomas
      72  0  28  The Legend of Stalvan
      74  0  28  The Legend of Stalvan
      75  0  28  The Legend of Stalvan
      76  0  10  The Jasperlode Mine
      77  0  48  A Sticky Situation
      78  0  28  The Legend of Stalvan
      79  0  28  The Legend of Stalvan
      80  0  28  The Legend of Stalvan
      81  0  48  Ripple Delivery
      82  0  47  Noxious Lair Investigation
      83  0  9  Red Linen Goods
      84  0  6  Back to Billy
      85  0  6  Lost Necklace
      86  0  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  0  20  Dusky Crab Cakes
      94  0  21  A Watchful Eye
      95  0  25  Sven's Revenge
      96  0  -1  Call of Water
      97  0  28  The Legend of Stalvan
      98  0  32  The Legend of Stalvan
      99  0  15  Arugal's Folly
      100  0  -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  0  60  Alas, Andorhal
      106  0  6  Young Lovers
      107  0  6  Note to William
      109  0  10  Report to Gryan Stoutmantle
      110  0  48  Insect Part Analysis
      111  0  6  Speak with Gramma
      112  114  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  0  18  The Price of Shoes
      119  0  18  Return to Verner
      120  0  14  Messenger to Stormwind
      121  0  14  Messenger to Stormwind
      122  0  18  Underbelly Scales
      123  0  10  The Collector
      124  0  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  0  15  A Free Lunch
      130  0  15  Visit the Herbalist
      131  0  15  Delivering Daffodils
      132  0  18  The Defias Brotherhood
      133  0  27  Ghoulish Effigy
      134  0  30  Ogre Thieves
      135  0  18  The Defias Brotherhood
      136  0  16  Captain Sanders' Hidden Treasure
      138  0  16  Captain Sanders' Hidden Treasure
      139  0  16  Captain Sanders' Hidden Treasure
      140  0  16  Captain Sanders' Hidden Treasure
      141  0  18  The Defias Brotherhood
      142  0  18  The Defias Brotherhood
      143  0  14  Messenger to Westfall
      144  0  14  Messenger to Westfall
      145  0  18  Messenger to Darkshire
      146  0  18  Messenger to Darkshire
      147  0  10  Manhunt
      148  0  24  Supplies from Darkshire
      149  0  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  0  24  Return the Comb
      155  0  18  The Defias Brotherhood
      156  0  24  Gather Rot Blossoms
      157  0  24  Deliver the Thread
      158  0  24  Zombie Juice
      159  0  24  Juice Delivery
      160  0  30  Note to the Mayor
      161  0  18  A Dark Threat Looms
      162  0  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  0  28  Worgen in the Woods
      174  0  25  Look To The Stars
      175  0  25  Look To The Stars
      176  0  11  Wanted: "Hogger"
      177  0  25  Look To The Stars
      178  0  23  Theocritus' Retrieval
      179  0  1  Dwarven Outfitters
      180  0  26  Wanted: Lieutenant Fangore
      181  0  30  Look To The Stars
      182  0  4  The Troll Cave
      183  0  3  The Boar Hunter
      184  0  9  Furlbrow's Deed
      185  0  31  Tiger Mastery
      186  0  33  Tiger Mastery
      187  0  35  Tiger Mastery
      188  208  37  Tiger Mastery
      189  0  35  Bloodscalp Ears
      190  0  31  Panther Mastery
      191  0  33  Panther Mastery
      192  0  38  Panther Mastery
      193  208  40  Panther Mastery
      194  0  34  Raptor Mastery
      195  0  36  Raptor Mastery
      196  0  41  Raptor Mastery
      197  208  43  Raptor Mastery
      198  0  32  Supplies to Private Thorsen
      199  0  18  A Dark Threat Looms
      200  0  35  Bookie Herod
      201  0  32  Investigate the Camp
      202  0  40  Colonel Kurzen
      203  574  33  The Second Rebellion
      204  574  34  Bad Medicine
      205  0  40  Troll Witchery
      206  0  46  Mai'Zoth
      207  0  38  Kurzen's Mystery
      208  0  43  Big Game Hunter
      209  0  42  Skullsplitter Tusks
      210  0  37  Krazek's Cookery
      211  0  60  Alas, Andorhal
      212  0  40  A Meal Served Cold
      213  0  36  Hostile Takeover
      214  0  17  Red Silk Bandanas
      215  0  33  Jungle Secrets
      216  0  24  Between a Rock and a Thistlefur
      217  0  17  In Defense of the King's Lands
      218  0  5  The Stolen Journal
      219  0  25  Missing In Action
      220  0  -1  Call of Water
      221  0  29  Worgen in the Woods
      222  0  31  Worgen in the Woods
      223  0  31  Worgen in the Woods
      224  0  12  In Defense of the King's Lands
      225  0  30  The Weathered Grave
      226  0  21  Wolves at Our Heels
      227  0  30  Morgan Ladimore
      228  0  30  Mor'Ladim
      229  0  30  The Daughter Who Lived
      230  0  25  Sven's Camp
      231  0  30  A Daughter's Love
      232  0  45  Errand for Apothecary Zinge
      233  0  3  Coldridge Valley Mail Delivery
      234  0  4  Coldridge Valley Mail Delivery
      235  0  20  The Ashenvale Hunt
      237  0  15  In Defense of the King's Lands
      238  0  45  Errand for Apothecary Zinge
      239  0  10  Westbrook Garrison Needs Help!
      240  0  20  Return to Jitters
      243  0  46  Into the Field
      244  0  16  Encroaching Gnolls
      245  0  21  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  0  18  A Dark Threat Looms
      251  0  30  Translate Abercrombie's Note
      252  0  30  Translation to Ello
      253  0  30  Bride of the Embalmer
      254  0  35  Digging Through the Dirt
      255  0  19  Mercenaries
      256  0  22  WANTED: Chok'sul
      257  0  16  A Hunter's Boast
      258  0  17  A Hunter's Challenge
      261  0  39  Down the Scarlet Path
      262  0  25  The Shadowy Figure
      263  0  15  In Defense of the King's Lands
      264  0  15  Until Death Do Us Part
      265  0  25  The Shadowy Search Continues
      266  0  25  Inquire at the Inn
      267  0  12  The Trogg Threat
      268  0  25  Return to Sven
      269  0  29  Seeking Wisdom
      270  0  29  The Doomed Fleet
      271  0  20  Vyrin's Revenge
      272  0  -1  Trial of the Sea Lion
      29  0  -1  Trial of the Lake
      31  0  -1  Aquatic Form
      273  0  15  Resupplying the Excavation
      274  0  18  A Dark Threat Looms
      275  0  26  Blisters on The Land
      276  0  21  Tramping Paws
      277  0  23  Fire Taboo
      278  0  18  A Dark Threat Looms
      279  0  22  Claws from the Deep
      280  0  18  A Dark Threat Looms
      281  0  25  Reclaiming Goods
      282  0  5  Senir's Observations
      283  0  20  A Dark Threat Looms
      284  0  25  The Search Continues
      285  0  25  Search More Hovels
      286  0  25  Return the Statuette
      287  0  9  Frostmane Hold
      288  0  27  The Third Fleet
      289  0  29  The Cursed Crew
      290  0  30  Lifting the Curse
      291  0  10  The Reports
      292  0  30  The Eye of Paleth
      293  0  30  Cleansing the Eye
      294  0  24  Ormer's Revenge
      295  0  27  Ormer's Revenge
      296  0  29  Ormer's Revenge
      297  0  18  Gathering Idols
      298  0  15  Excavation Progress Report
      299  0  28  Uncovering the Past
      301  0  15  Report to Ironforge
      302  0  15  Powder to Ironband
      303  0  30  The Dark Iron War
      304  0  31  A Grim Task
      305  0  24  In Search of The Excavation Team
      306  0  24  In Search of The Excavation Team
      307  0  15  Filthy Paws
      308  0  7  Distracting Jarven
      309  0  15  Protecting the Shipment
      310  0  6  Bitter Rivals
      311  0  7  Return to Marleth
      312  0  12  Tundra MacGrann's Stolen Stash
      313  0  7  The Grizzled Den
      314  0  12  Protecting the Herd
      315  0  9  The Perfect Stout
      317  0  6  Stocking Jetsteam
      318  0  7  Evershine
      319  0  8  A Favor for Evershine
      320  0  8  Return to Bellowfiz
      321  0  29  Lightforge Iron
      322  0  29  Blessed Arm
      323  0  28  Proving Your Worth
      324  0  29  The Lost Ingots
      325  0  29  Armed and Ready
      328  0  37  The Hidden Key
      329  0  37  The Spy Revealed!
      330  0  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  0  30  A Noble Brew
      336  0  30  A Noble Brew
      337  0  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  0  24  Speaking of Fortitude
      344  0  24  Brother Paxton
      345  0  24  Ink Supplies
      346  0  24  Return to Kristoff
      347  0  24  Rethban Ore
      348  0  45  Stranglethorn Fever
      349  0  35  Stranglethorn Fever
      350  0  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  0  10  Speak with Sevren
      356  0  11  Rear Guard Patrol
      357  0  8  The Lich's Identity
      358  0  8  Graverobbers
      359  0  9  Forsaken Duties
      360  0  9  Return to the Magistrate
      361  0  7  A Letter Undelivered
      362  0  10  The Haunted Mills
      363  0  1  Rude Awakening
      364  0  2  The Mindless Ones
      365  0  7  Fields of Grief
      366  0  8  Return the Book
      367  0  6  A New Plague
      368  0  9  A New Plague
      369  0  11  A New Plague
      370  0  9  At War With The Scarlet Crusade
      371  0  10  At War With The Scarlet Crusade
      372  0  12  At War With The Scarlet Crusade
      373  0  22  The Unsent Letter
      374  0  7  Proof of Demise
      375  0  8  The Chill of Death
      376  0  2  The Damned
      377  0  26  Crime and Punishment
      378  0  27  The Fury Runs Deep
      379  0  46  Slake That Thirst
      380  0  4  Night Web's Hollow
      381  0  4  The Scarlet Crusade
      382  0  5  The Red Messenger
      383  0  5  Vital Intelligence
      384  0  7  Beer Basted Boar Ribs
      385  0  15  Crocolisk Hunting
      386  0  25  What Comes Around...
      387  0  26  Quell The Uprising
      388  0  26  The Color of Blood
      389  0  22  Bazil Thredd
      391  0  29  The Stockade Riots
      392  0  29  The Curious Visitor
      393  0  29  Shadow of the Past
      394  0  31  The Head of the Beast
      395  0  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  0  30  Wait for Sirra to Finish
      402  0  30  Sirra is Busy
      403  0  1  Guarded Thunderbrew Barrel
      404  0  6  A Putrid Task
      405  0  8  The Prodigal Lich
      407  0  7  Fields of Grief
      408  0  13  The Family Crypt
      409  0  12  Proving Allegiance
      410  0  10  The Dormant Shade
      411  0  12  The Prodigal Lich Returns
      412  0  10  Operation Recombobulation
      413  0  10  Shimmer Stout
      414  0  10  Stout to Kadrell
      415  -315  10  Rejold's New Brew
      416  0  11  Rat Catching
      417  0  11  A Pilot's Revenge
      418  0  11  Thelsamar Blood Sausages
      419  0  10  The Lost Pilot
      420  0  5  Senir's Observations
      421  0  10  Prove Your Worth
      422  0  11  Arugal's Folly
      423  0  14  Arugal's Folly
      424  0  15  Arugal's Folly
      425  0  12  Ivar the Foul
      426  0  8  The Mills Overrun
      427  0  8  At War With The Scarlet Crusade
      428  0  12  Lost Deathstalkers
      429  0  11  Wild Hearts
      430  0  11  Return to Quinn
      431  0  10  Candles of Beckoning
      432  0  9  Those Blasted Troggs!
      433  0  11  The Public Servant
      434  0  31  The Attack!
      435  0  11  Escorting Erland
      436  0  18  Ironband's Excavation
      437  0  14  The Dead Fields
      438  0  16  The Decrepit Ferry
      439  0  16  Rot Hide Clues
      440  0  16  The Engraved Ring
      441  0  16  Raleigh and the Undercity
      442  0  20  Assault on Fenris Isle
      443  0  17  Rot Hide Ichor
      444  0  17  Rot Hide Origins
      445  0  10  Delivery to Silverpine Forest
      446  0  16  Thule Ravenclaw
      447  0  12  A Recipe For Death
      448  0  16  Report to Hadrec
      449  0  11  The Deathstalkers' Report
      450  0  15  A Recipe For Death
      451  0  18  A Recipe For Death
      452  0  15  Pyrewood Ambush
      453  0  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  The Balance of Nature
      458  0  1  The Woodland Protector
      459  0  3  The Woodland Protector
      460  0  17  Resting in Pieces
      461  0  18  The Hidden Niche
      463  0  21  The Greenwarden
      464  0  26  War Banners
      465  0  26  Nek'rosh's Gambit
      466  0  22  Search for Incendicite
      467  0  23  Stonegear's Search
      468  0  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  0  26  Report to Captain Stoutfist
      474  0  26  Defeat Nek'rosh
      13772  0  80  The Grand Melee
      476  0  6  Gnarlpine Corruption
      477  0  14  Border Crossings
      478  0  14  Maps and Runes
      479  0  16  Ambermill Investigations
      480  0  22  The Weaver
      481  0  14  Dalar's Analysis
      482  0  14  Dalaran's Intentions
      483  0  9  The Relics of Wakening
      484  0  22  Young Crocolisk Skins
      485  0  48  Find OOX-09/HL!
      486  0  12  Ursal the Mauler
      487  0  8  The Road to Darnassus
      488  0  5  Zenn's Bidding
      489  0  7  Seek Redemption!
      491  0  18  Wand to Bethor
      492  0  11  A New Plague
      493  0  20  Journey to Hillsbrad Foothills
      494  0  20  Time To Strike
      495  0  39  The Crown of Will
      496  0  22  Elixir of Suffering
      498  0  22  The Rescue
      499  0  22  Elixir of Suffering
      500  0  36  Crushridge Bounty
      501  0  24  Elixir of Pain
      502  0  24  Elixir of Pain
      503  0  36  Gol'dir
      504  0  40  Crushridge Warmongers
      505  0  33  Syndicate Assassins
      506  0  36  Blackmoore's Legacy
      507  0  42  Lord Aliden Perenolde
      508  0  40  Taretha's Gift
      509  0  28  Elixir of Agony
      510  0  34  Foreboding Plans
      511  0  34  Encrypted Letter
      512  0  36  Noble Deaths
      513  0  28  Elixir of Agony
      514  0  34  Letter to Stormpike
      515  0  30  Elixir of Agony
      516  0  21  Beren's Peril
      517  0  30  Elixir of Agony
      518  0  39  The Crown of Will
      519  0  41  The Crown of Will
      520  0  43  The Crown of Will
      521  0  43  The Crown of Will
      522  0  38  Assassin's Contract
      523  0  40  Baron's Demise
      524  0  30  Elixir of Agony
      525  0  34  Further Mysteries
      526  0  29  Lightforge Ingots
      527  0  24  Battle of Hillsbrad
      528  0  25  Battle of Hillsbrad
      529  0  26  Battle of Hillsbrad
      530  0  20  A Husband's Revenge
      531  0  20  Vyrin's Revenge
      532  0  26  Battle of Hillsbrad
      533  0  34  Infiltration
      535  0  34  Valik
      536  0  30  Down the Coast
      537  0  40  Dark Council
      538  0  38  Southshore
      539  0  28  Battle of Hillsbrad
      540  0  38  Preserving Knowledge
      541  0  30  Battle of Hillsbrad
      542  0  38  Return to Milton
      543  0  40  The Perenolde Tiara
      544  0  34  Prison Break In
      545  0  35  Dalaran Patrols
      546  0  25  Souvenirs of Death
      547  0  30  Humbert's Sword
      549  0  22  WANTED: Syndicate Personnel
      550  0  32  Battle of Hillsbrad
      551  0  40  The Ensorcelled Parchment
      552  0  33  Helcular's Revenge
      553  0  33  Helcular's Revenge
      554  0  40  Stormpike's Deciphering
      555  0  31  Soothing Turtle Bisque
      556  0  32  Stone Tokens
      557  0  34  Bracers of Binding
      558  0  -1  Jaina's Autograph
      559  0  32  Farren's Proof
      560  0  32  Farren's Proof
      561  0  32  Farren's Proof
      562  0  32  Stormwind Ho!
      563  0  32  Reassignment
      564  0  34  Costly Menace
      565  0  34  Bartolo's Yeti Fur Cloak
      566  0  40  WANTED: Baron Vardus
      567  0  28  Dangerous!
      568  0  36  The Defense of Grom'gol
      569  0  37  The Defense of Grom'gol
      570  0  38  Mok'thardin's Enchantment
      571  0  41  Mok'thardin's Enchantment
      572  0  41  Mok'thardin's Enchantment
      573  0  44  Mok'thardin's Enchantment
      574  0  38  Special Forces
      575  0  31  Supply and Demand
      576  0  42  Keep An Eye Out
      577  0  36  Some Assembly Required
      578  0  37  The Stone of the Tides
      579  0  1  Stormwind Library
      580  0  50  Whiskey Slim's Lost Grog
      581  0  34  Hunt for Yenniku
      582  0  37  Headhunting
      583  0  30  Welcome to the Jungle
      584  0  41  Bloodscalp Clan Heads
      585  588  40  Speaking with Nezzliok
      586  588  46  Speaking with Gan'zulah
      587  0  41  Up to Snuff
      588  0  45  The Fate of Yenniku
      589  0  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  0  42  Message in a Bottle
      595  0  41  The Bloodsail Buccaneers
      596  0  37  Bloody Bone Necklaces
      597  0  41  The Bloodsail Buccaneers
      598  0  42  Split Bone Necklace
      599  0  41  The Bloodsail Buccaneers
      600  0  41  Venture Company Mining
      601  0  37  Water Elementals
      602  0  37  Magical Analysis
      603  0  37  Ansirem's Key
      604  0  42  The Bloodsail Buccaneers
      605  0  35  Singing Blue Shards
      606  0  41  Scaring Shaky
      607  0  41  Return to MacKinley
      608  0  42  The Bloodsail Buccaneers
      609  0  44  Voodoo Dues
      610  0  39  "Pretty Boy" Duncan
      611  0  40  The Curse of the Tides
      613  0  44  Cracking Maury's Foot
      614  0  42  The Captain's Chest
      615  0  42  The Captain's Cutlass
      616  0  37  The Haunted Isle
      617  0  43  Akiris by the Bundle
      618  -619  42  Facing Negolash
      619  0  42  Enticing Negolash
      620  0  42  The Monogrammed Sash
      621  1119  44  Zanzil's Secret
      622  0  37  Return to Corporal Kaleb
      623  0  43  Akiris by the Bundle
      624  0  43  Cortello's Riddle
      625  0  43  Cortello's Riddle
      626  0  51  Cortello's Riddle
      627  0  37  Favor for Krazek
      628  0  38  Excelsior
      629  0  37  The Vile Reef
      630  0  42  Message in a Bottle
      631  0  31  The Thandol Span
      632  0  31  The Thandol Span
      633  0  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  0  30  Sully Balloo's Letter
      638  0  37  Trollbane
      639  0  37  Sigil of Strom
      640  0  40  The Broken Sigil
      641  0  40  Sigil of Thoradin
      642  0  37  The Princess Trapped
      643  0  41  Sigil of Arathor
      644  0  42  Sigil of Trollbane
      645  0  42  Trol'kalar
      646  0  42  Trol'kalar
      647  0  30  MacKreel's Moonshine
      648  3721  48  Rescue OOX-17/TN!
      649  0  48  Ripple Recovery
      650  0  48  Ripple Recovery
      651  0  38  Stones of Binding
      652  0  42  Breaking the Keystone
      653  687  40  Myzrael's Allies
      654  0  46  Tanaris Field Sampling
      655  0  34  Hammerfall
      656  0  50  Summoning the Princess
      657  0  36  Hints of a New Plague?
      658  0  36  Hints of a New Plague?
      659  0  33  Hints of a New Plague?
      660  0  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  0  40  Sunken Treasure
      666  0  40  Sunken Treasure
      667  0  44  Death From Below
      668  0  40  Sunken Treasure
      669  0  40  Sunken Treasure
      670  0  40  Sunken Treasure
      671  0  33  Foul Magics
      672  0  34  Raising Spirits
      673  0  40  Foul Magics
      674  0  34  Raising Spirits
      675  0  34  Raising Spirits
      676  0  32  The Hammer May Fall
      677  0  32  Call to Arms
      678  0  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  0  30  Sara Balloo's Plea
      684  0  39  Wanted! Marez Cowl
      685  0  40  Wanted! Otto and Falconcrest
      686  0  30  A King's Tribute
      687  0  40  Theldurin the Lost
      688  687  40  Myzrael's Allies
      689  0  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  0  39  Trelane's Defenses
      695  0  39  An Apprentice's Enchantment
      696  0  39  Attack on the Tower
      697  0  39  Malin's Request
      698  0  40  Lack of Surplus
      699  0  42  Lack of Surplus
      700  0  31  A King's Tribute
      701  0  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  0  37  Ironband Wants You!
      708  0  40  The Black Box
      709  0  40  Solution to Doom
      710  0  37  Study of the Elements: Rock
      711  0  39  Study of the Elements: Rock
      712  734  42  Study of the Elements: Rock
      713  0  37  Coolant Heads Prevail
      714  734  37  Gyro... What?
      715  0  37  Liquid Stone
      716  0  42  Stone Is Better than Cloth
      717  0  50  Tremors of the Earth
      718  0  38  Mirages
      719  0  35  A Dwarf and His Tools
      720  0  35  A Sign of Hope
      721  0  35  A Sign of Hope
      722  0  40  Amulet of Secrets
      723  0  40  Prospect of Faith
      724  0  40  Prospect of Faith
      725  0  40  Passing Word of a Threat
      726  0  40  Passing Word of a Threat
      727  0  40  To Ironforge for Yagyin's Digest
      728  0  40  To the Undercity for Yagyin's Digest
      729  0  20  The Absent Minded Prospector
      730  0  14  Trouble In Darkshore?
      731  0  20  The Absent Minded Prospector
      732  0  43  Tremors of the Earth
      733  0  40  Scrounging
      734  0  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  0  38  Find Agmond
      739  0  42  Murdaloc
      741  0  20  The Absent Minded Prospector
      742  0  20  The Ashenvale Hunt
      743  0  8  Dangers of the Windfury
      744  0  11  Preparation for Ceremony
      745  0  6  Sharing the Land
      746  0  8  Dwarven Digging
      747  0  2  The Hunt Begins
      748  0  5  Poison Water
      749  0  8  The Ravaged Caravan
      750  0  3  The Hunt Continues
      751  0  8  The Ravaged Caravan
      752  0  2  A Humble Task
      753  0  3  A Humble Task
      754  0  6  Winterhoof Cleansing
      755  0  3  Rites of the Earthmother
      756  0  7  Thunderhorn Totem
      757  0  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  0  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  0  6  Rite of Vision
      768  0  8  Gathering Leather
      769  0  10  Kodo Hide Bag
      770  0  12  The Demon Scarred Cloak
      771  772  7  Rite of Vision
      772  0  7  Rite of Vision
      773  0  10  Rite of Wisdom
      775  0  10  Journey into Thunder Bluff
      776  0  14  Rites of the Earthmother
      777  0  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
      782  0  43  Broken Alliances
      783  0  1  A Threat Within
      784  0  7  Vanquish the Betrayers
      785  0  8  A Strategic Alliance
      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  0  5  Sarkoth
      791  0  7  Carry Your Weight
      792  794  4  Vile Familiars
      793  0  50  Broken Alliances
      794  0  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  0  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  0  15  Chen's Empty Keg
      821  0  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  0  12  Margoz
      829  0  12  Neeru Fireblade
      830  0  7  The Admiral's Orders
      831  0  7  The Admiral's Orders
      832  0  12  Burning Shadows
      833  0  10  A Sacred Burial
      834  0  9  Winds in the Desert
      835  0  11  Securing the Lines
      836  3721  48  Rescue OOX-09/HL!
      837  0  10  Encroachment
      838  0  55  Scholomance
      840  0  12  Conscript of the Horde
      841  0  46  Another Power Source?
      842  0  12  Crossroads Conscription
      843  0  23  Gann's Reclamation
      844  0  12  Plainstrider Menace
      845  0  13  The Zhevra
      846  0  26  Revenge of Gann
      847  0  37  Guile of the Raptor
      848  0  15  Fungal Spores
      849  0  26  Revenge of Gann
      850  0  16  Kolkar Leaders
      851  0  18  Verog the Dervish
      852  0  19  Hezrul Bloodmark
      853  0  15  Apothecary Zamah
      854  0  12  Journey to the Crossroads
      855  0  14  Centaur Bracers
      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  Raptor Horns
      866  0  16  Root Samples
      867  0  15  Harpy Raiders
      868  0  22  Egg Hunt
      869  0  13  Raptor Thieves
      870  0  13  The Forgotten Pools
      871  0  12  Disrupt the Attacks
      872  0  15  The Disruption Ends
      873  0  27  Isha Awak
      874  0  27  Mahren Skyseer
      875  0  16  Harpy Lieutenants
      876  0  20  Serena Bloodfeather
      877  0  16  The Stagnant Oasis
      878  0  21  Tribes at War
      879  0  25  Betrayal from Within
      880  0  16  Altered Beings
      881  0  16  Echeyakee
      882  0  19  Ishamuhale
      883  0  22  Lakota'mani
      884  0  24  Owatanka
      885  0  25  Washte Pawne
      886  0  10  The Barrens Oases
      887  0  14  Southsea Freebooters
      888  0  16  Stolen Booty
      889  0  20  Spirit of the Wind
      890  0  14  The Missing Shipment
      891  0  20  The Guns of Northwatch
      892  0  14  The Missing Shipment
      893  0  24  Weapons of Choice
      894  0  14  Samophlange
      895  0  16  WANTED: Baron Longshore
      896  0  18  Miner's Fortune
      897  0  24  The Harvester
      898  0  20  Free From the Hold
      899  0  20  Consumed by Hatred
      900  0  14  Samophlange
      901  0  14  Samophlange
      902  0  16  Samophlange
      903  0  15  Prowlers of the Barrens
      905  0  17  The Angry Scytheclaws
      906  0  25  Betrayal from Within
      907  0  18  Enraged Thunder Lizards
      908  0  27  Amongst the Ruins
      909  0  30  Baron Aquanis
      910  0  -1  Down at the Docks
      911  0  -1  Gateway to the Frontier
      913  0  20  Cry of the Thunderhawk
      914  0  22  Leaders of the Fang
      915  0  -1  You Scream, I Scream...
      916  0  4  Webwood Venom
      917  920  5  Webwood Egg
      918  0  7  Timberling Seeds
      919  0  7  Timberling Sprouts
      920  0  5  Tenaron's Summons
      921  0  5  Crown of the Earth
      922  0  7  Rellian Greenspyre
      923  2498  9  Tumors
      924  0  14  The Demon Seed
      925  0  -1  Cairne's Hoofprint
      926  0  14  Flawed Power Stone
      927  0  12  The Moss-twined Heart
      928  0  5  Crown of the Earth
      929  0  5  Crown of the Earth
      930  0  10  The Glowing Fruit
      931  0  10  The Shimmering Frond
      932  0  7  Twisted Hatred
      933  0  9  Crown of the Earth
      934  0  11  Crown of the Earth
      935  0  11  Crown of the Earth
      936  0  50  Assisting Arch Druid Runetotem
      937  940  11  The Enchanted Glade
      938  0  12  Mist
      939  0  54  Flute of Xavaric
      940  0  11  Teldrassil
      941  0  12  Planting the Heart
      942  0  20  The Absent Minded Prospector
      943  0  24  The Absent Minded Prospector
      944  0  17  The Master's Glaive
      945  0  18  Therylune's Escape
      947  0  17  Cave Mushrooms
      948  0  17  Onu
      949  0  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  0  12  Bashal'Aran
      955  0  12  Bashal'Aran
      956  0  13  Bashal'Aran
      957  0  13  Bashal'Aran
      958  0  12  Tools of the Highborne
      959  0  18  Trouble at the Docks
      960  0  1  Onu is meditating
      961  0  1  Onu is meditating
      962  0  18  Serpentbloom
      963  0  16  For Love Eternal
      964  0  57  Skeletal Fragments
      965  0  18  The Tower of Althalaxx
      966  0  18  The Tower of Althalaxx
      967  0  18  The Tower of Althalaxx
      968  0  20  The Powers Below
      969  0  60  Luck Be With You
      970  0  21  The Tower of Althalaxx
      971  0  23  Knowledge in the Deeps
      972  0  -1  Water Sapta
      973  0  24  The Tower of Althalaxx
      974  0  55  Finding the Source
      975  0  60  Cache of Mau'ari
      976  0  24  Supplies to Auberdine
      977  0  58  Are We There, Yeti?
      978  0  55  Moontouched Wildkin
      979  0  57  Find Ranshalla
      980  0  55  The New Springs
      981  0  31  The Tower of Althalaxx
      982  0  17  Deep Ocean, Vast Sea
      983  0  10  Buzzbox 827
      984  0  14  How Big a Threat?
      985  0  14  How Big a Threat?
      986  0  20  A Lost Master
      990  0  19  Trek to Ashenvale
      991  0  19  Raene's Cleansing
      992  0  46  Gadgetzan Water Survey
      994  990  22  Escape Through Force
      995  990  20  Escape Through Stealth
      996  0  55  Corrupted Windblossom
      997  0  5  Denalan's Earth
      998  0  55  Corrupted Windblossom
      999  0  25  When Dreams Turn to Nightmares
      1000  0  55  The New Frontier
      1001  0  12  Buzzbox 411
      1002  0  14  Buzzbox 323
      1003  0  16  Buzzbox 525
      1004  0  55  The New Frontier
      1005  0  20  What Lurks Beyond
      1006  0  18  What Lies Beyond
      1007  0  20  The Ancient Statuette
      1008  0  19  The Zoram Strand
      1009  0  25  Ruuzel
      1010  0  20  Bathran's Hair
      1011  0  29  Forsaken Diseases
      1012  0  32  Insane Druids
      1013  0  26  The Book of Ur
      1014  0  27  Arugal Must Die
      1015  0  55  The New Frontier
      1016  0  24  Elemental Bracers
      1017  0  25  Mage Summoner
      1018  0  55  The New Frontier
      1019  0  55  The New Frontier
      1020  0  20  Orendil's Cure
      1021  0  32  Vile Satyr! Dryads in Danger!
      1022  0  30  The Howling Vale
      1023  0  21  Raene's Cleansing
      1024  0  21  Raene's Cleansing
      1025  0  24  An Aggressive Defense
      1026  0  27  Raene's Cleansing
      1027  0  28  Raene's Cleansing
      1028  0  28  Raene's Cleansing
      1029  0  28  Raene's Cleansing
      1030  0  28  Raene's Cleansing
      1031  0  32  The Branch of Cenarius
      1033  0  22  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  30  Raene's Cleansing
      1046  0  30  Raene's Cleansing
      1047  0  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
      1056  0  18  Journey to Stonetalon Peak
      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  Letter to Jin'Zil
      1061  0  17  The Spirits of Stonetalon
      1062  0  19  Goblin Invaders
      1063  0  18  The Elder Crone
      1064  0  18  Forsaken Aid
      1065  0  18  Journey to Tarren Mill
      1066  0  23  Blood of Innocents
      1067  0  23  Return to Thunder Bluff
      1068  0  23  Shredding Machines
      1069  0  20  Deepmoss Spider Eggs
      1070  0  21  On Guard in Stonetalon
      1071  0  21  A Gnome's Respite
      1072  0  21  An Old Colleague
      1073  0  21  Ineptitude + Chemicals = Fun
      1074  1080  21  Ineptitude + Chemicals = Fun
      1075  0  21  A Scroll from Mauren
      1076  0  21  Devils in Westfall
      1077  1079  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  0  22  Update for Sentinel Thenysil
      1083  1082  26  Enraged Spirits
      1084  1082  28  Wounded Ancients
      1085  0  21  On Guard in Stonetalon
      1086  0  23  The Flying Machine Airport
      1087  0  25  Cenarius' Legacy
      1088  0  29  Ordanus
      1089  0  29  The Den
      1090  0  22  Gerenzo's Orders
      1091  0  22  Kaela's Update
      1092  0  22  Gerenzo's Orders
      1093  0  21  Super Reaper 6000
      1094  0  21  Further Instructions
      1095  0  27  Further Instructions
      1096  0  27  Gerenzo Wrenchwhistle
      1097  0  15  Elmore's Task
      1098  0  25  Deathstalkers in Shadowfang
      1099  0  1  Goblins Win!
      1100  0  27  Lonebrow's Journal
      1101  0  27  The Crone of the Kraul
      1102  0  27  A Vengeful Fate
      1103  0  -1  Call of Water
      1104  0  30  Salt Flat Venom
      1105  0  30  Hardened Shells
      1106  0  35  Martek the Exiled
      1107  0  35  Encrusted Tail Fins
      1108  0  39  Indurium
      1109  0  26  Going, Going, Guano!
      1110  0  31  Rocket Car Parts
      1111  0  36  Wharfmaster Dizzywig
      1112  0  36  Parts for Kravel
      1113  0  33  Hearts of Zeal
      1114  0  36  Delivery to the Gnomes
      1115  0  36  The Rumormonger
      1116  0  36  Dream Dust in the Swamp
      1117  0  36  Rumors for Kravel
      1118  1119  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  0  55  Wasteland
      1125  0  55  The Spirits of Southwind
      1126  0  57  Hive in the Tower
      1127  0  44  Fool's Stout
      1130  0  30  Melor Sends Word
      1131  0  30  Steelsnap
      1132  0  20  Fiora Longears
      1133  0  20  Journey to Astranaar
      1134  0  21  Pridewings of Stonetalon
      1135  0  30  Highperch Venom
      1136  0  37  Frostmaw
      1137  0  38  News for Fizzle
      1138  0  17  Fruit of the Sea
      1139  0  45  The Lost Tablets of Will
      1140  0  28  The Tower of Althalaxx
      1141  0  14  The Family and the Fishing Pole
      1142  0  30  Mortality Wanes
      1143  0  31  The Tower of Althalaxx
      1144  0  30  Willix the Importer
      1145  0  33  The Swarm Grows
      1146  0  33  The Swarm Grows
      1147  0  35  The Swarm Grows
      1148  0  35  Parts of the Swarm
      1149  0  26  Test of Faith
      1150  0  30  Test of Endurance
      1151  0  30  Test of Strength
      1152  0  30  Test of Lore
      1153  0  29  A New Ore Sample
      1154  0  30  Test of Lore
      1159  0  30  Test of Lore
      1160  0  36  Test of Lore
      1164  0  36  To Steal From Thieves
      1166  0  41  Overlord Mok'Morokk's Concern
      1167  0  28  The Tower of Althalaxx
      1168  0  41  Army of the Black Dragon
      1169  0  41  Identifying the Brood
      1170  0  41  The Brood of Onyxia
      1171  0  41  The Brood of Onyxia
      1172  0  41  The Brood of Onyxia
      1173  0  45  Challenge Overlord Mok'Morokk
      1175  0  33  A Bump in the Road
      1176  0  30  Load Lightening
      1177  0  36  Hungry!
      1178  0  37  Goblin Sponsorship
      1179  0  30  The Brassbolts Brothers
      1180  0  37  Goblin Sponsorship
      1181  0  37  Goblin Sponsorship
      1182  0  37  Goblin Sponsorship
      1183  0  37  Goblin Sponsorship
      1184  0  35  Parts of the Swarm
      1185  0  57  Under the Chitin Was...
      1186  0  37  The Eighteenth Pilot
      1187  0  41  Razzeric's Tweaking
      1188  0  41  Safety First
      1189  0  41  Safety First
      1190  0  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  0  25  The Sacred Flame
      1196  0  29  The Sacred Flame
      1197  0  29  The Sacred Flame
      1198  0  24  In Search of Thaelrid
      1199  0  25  Twilight Falls
      1200  0  27  Blackfathom Villainy
      1201  0  35  Theramore Spies
      1202  0  35  The Theramore Docks
      1203  0  35  Jarl Needs a Blade
      1204  0  38  Mudrock Soup and Bugs
      1205  0  41  Deadmire
      1206  0  35  Jarl Needs Eyes
      1218  0  35  Marsh Frog Legs
      1219  0  35  The Orc Report
      1220  0  35  Captain Vimes
      1221  0  26  Blueleaf Tubers
      1222  1271  37  Stinky's Escape
      1238  0  35  The Lost Report
      1239  0  35  The Severed Head
      1240  0  35  The Troll Witchdoctor
      1241  0  28  The Missing Diplomat
      1242  0  28  The Missing Diplomat
      1243  0  28  The Missing Diplomat
      1244  0  30  The Missing Diplomat
      1245  0  30  The Missing Diplomat
      1246  0  31  The Missing Diplomat
      1247  0  31  The Missing Diplomat
      1248  0  33  The Missing Diplomat
      1249  1264  33  The Missing Diplomat
      1250  0  33  The Missing Diplomat
      1251  0  35  The Black Shield
      1252  0  35  Lieutenant Paval Reethe
      1253  0  35  The Black Shield
      1258  1271  40  ... and Bugs
      1259  0  40  Lieutenant Paval Reethe
      1260  0  38  Morgan Stern
      1261  0  40  Marg Speaks
      1262  0  40  Report to Zor
      1263  0  35  The Burning Inn
      1264  0  33  The Missing Diplomat
      1265  0  35  The Missing Diplomat
      1266  0  36  The Missing Diplomat
      1267  0  38  The Missing Diplomat
      1268  0  35  Suspicious Hoofprints
      1269  0  37  Lieutenant Paval Reethe
      1270  0  37  Stinky's Escape
      1271  0  37  Feast at the Blue Recluse
      1272  0  37  Finding Reethe
      1273  0  37  Questioning Reethe
      1274  0  28  The Missing Diplomat
      1275  0  24  Researching the Corruption
      1276  0  37  The Black Shield
      1281  0  35  Jim's Song
      1282  0  35  They Call Him Smiling Jim
      1284  0  35  Suspicious Hoofprints
      1285  0  38  Daelin's Men
      1286  0  38  The Deserters
      1287  0  38  The Deserters
      1288  0  38  Vimes's Report
      1301  0  35  James Hyal
      1302  0  35  James Hyal
      1318  0  60  Unfinished Gordok Business
      1319  0  35  The Black Shield
      1320  0  35  The Black Shield
      1321  0  35  The Black Shield
      1322  0  37  The Black Shield
      1323  0  37  The Black Shield
      1324  0  38  The Missing Diplomat
      1338  0  14  Stormpike's Order
      1339  0  15  Mountaineer Stormpike's Task
      1358  0  15  Sample for Helbrim
      1359  0  15  Zinge's Delivery
      1360  0  43  Reclaimed Treasures
      1361  0  32  Regthar Deathgate
      1362  0  32  The Kolkar of Desolace
      1363  0  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
      1368  1370  33  Gelkis Alliance
      1369  0  33  Broken Tears
      1370  0  35  Stealing Supplies
      1371  0  35  Gizmo for Warug
      1372  0  42  Nothing But The Truth
      1373  0  37  Ongeku
      1374  0  37  Khan Jehn
      1375  0  37  Khan Shaka
      1380  0  42  Khan Hratha
      1381  0  42  Khan Hratha
      1382  0  35  Strange Alliance
      1383  0  42  Nothing But The Truth
      1384  1370  32  Raid on the Kolkar
      1385  0  35  Brutal Politics
      1386  1369  32  Assault on the Kolkar
      1387  0  31  Centaur Bounty
      1388  0  42  Nothing But The Truth
      1389  0  35  Draenethyst Crystals
      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  0  37  Encroaching Wildlife
      1398  0  42  Driftwood
      1418  0  35  Neeka Bloodscar
      1419  0  40  Coyote Thieves
      1420  0  40  Report to Helgrum
      1421  0  35  The Lost Caravan
      1422  0  45  Threat From the Sea
      1423  0  40  The Lost Supplies
      1424  0  43  Pool of Tears
      1425  0  42  Deliver the Shipment
      1426  0  43  Threat From the Sea
      1427  0  43  Threat From the Sea
      1428  0  45  Continued Threat
      1429  0  44  The Atal'ai Exile
      1430  0  44  Fresh Meat
      1431  0  30  Alliance Relations
      1432  0  30  Alliance Relations
      1433  0  33  Alliance Relations
      1434  0  33  Befouled by Satyr
      1435  0  33  The Burning of Spirits
      1436  0  33  Alliance Relations
      1437  0  33  Vahlarriel's Search
      1438  0  33  Vahlarriel's Search
      1439  0  33  Search for Tyranis
      1440  0  33  Return to Vahlarriel
      1442  0  22  Seeking the Kor Gem
      1444  0  44  Return to Fel'Zerul
      1445  0  50  The Temple of Atal'Hakkar
      1446  0  53  Jammal'an the Prophet
      1447  0  31  The Missing Diplomat
      1448  0  43  In Search of The Temple
      1449  0  43  To The Hinterlands
      1450  0  43  Gryphon Master Talonaxe
      1451  0  43  Rhapsody Shindigger
      1452  0  43  Rhapsody's Kalimdor Kocktail
      1453  0  33  Reclaimers' Business in Desolace
      1454  0  39  The Karnitol Shipwreck
      1455  0  39  The Karnitol Shipwreck
      1456  0  39  The Karnitol Shipwreck
      1457  0  39  The Karnitol Shipwreck
      1458  0  33  Reagents for Reclaimers Inc.
      1459  0  35  Reagents for Reclaimers Inc.
      1462  0  4  Earth Sapta
      1463  0  4  Earth Sapta
      1464  0  -1  Fire Sapta
      1465  0  33  Vahlarriel's Search
      1466  0  40  Reagents for Reclaimers Inc.
      1467  0  40  Reagents for Reclaimers Inc.
      1468  0  -1  Children's Week
      1469  0  43  Rhapsody's Tale
      1470  0  -1  Piercing the Veil
      1471  0  -1  The Binding
      1472  0  -1  Devourer of Souls
      1473  0  -1  Creature of the Void
      1474  0  -1  The Binding
      1475  0  50  Into The Temple of Atal'Hakkar
      1476  0  -1  Hearts of the Pure
      1477  0  45  Vital Supplies
      1478  1473  -1  Halgar's Summons
      1479  0  -1  The Bough of the Eternals
      1480  0  33  The Corrupter
      1481  0  33  The Corrupter
      1482  0  35  The Corrupter
      1483  0  21  Ziz Fizziks
      1484  0  33  The Corrupter
      1485  0  -1  Vile Familiars
      1486  0  17  Deviate Hides
      1487  0  21  Deviate Eradication
      1488  0  40  The Corrupter
      1489  0  16  Hamuul Runetotem
      1490  0  16  Nara Wildmane
      1491  0  18  Smart Drinks
      1492  0  11  Wharfmaster Dizzywig
      1498  0  -1  Path of Defense
      1499  794  -1  Vile Familiars
      1500  0  25  Waking Naralex
      1501  0  -1  Creature of the Void
      1502  0  10  Thun'grim Firegaze
      1503  0  10  Forged Steel
      1504  0  -1  The Binding
      1505  0  -1  Veteran Uzzek
      1506  1501  -1  Gan'rul's Summons
      1507  0  -1  Devourer of Souls
      1508  0  -1  Blind Cazul
      1509  0  -1  News of Dogran
      1510  0  -1  News of Dogran
      1511  0  -1  Ken'zigla's Draught
      1512  0  -1  Love's Gift
      1513  0  -1  The Binding
      1514  0  55  Corrupted Windblossom
      1515  0  -1  Dogran's Captivity
      13750  0  80  The Grand Melee
      13767  0  80  The Grand Melee
      1517  0  4  Call of Earth
      1518  0  4  Call of Earth
      1519  0  4  Call of Earth
      1520  0  4  Call of Earth
      1521  0  4  Call of Earth
      1522  1524  -1  Call of Fire
      1523  1524  -1  Call of Fire
      1524  0  -1  Call of Fire
      1525  0  -1  Call of Fire
      1526  0  -1  Call of Fire
      1527  0  -1  Call of Fire
      1528  1530  -1  Call of Water
      1529  1530  -1  Call of Water
      1530  0  -1  Call of Water
      1531  0  -1  Call of Air
      1532  0  -1  Call of Air
      1534  0  -1  Call of Water
      1535  0  -1  Call of Water
      1536  0  -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  0  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  0  -1  A Warrior's Training
      1639  0  -1  Bartleby the Drunk
      1640  0  -1  Beat Bartleby
      1641  0  -1  The Tome of Divinity
      1642  0  -1  The Tome of Divinity
      1643  0  -1  The Tome of Divinity
      1644  0  -1  The Tome of Divinity
      1645  0  -1  The Tome of Divinity
      1646  0  -1  The Tome of Divinity
      1647  0  -1  The Tome of Divinity
      1648  0  -1  The Tome of Divinity
      1649  0  -1  The Tome of Valor
      1650  0  -1  The Tome of Valor
      1651  0  -1  The Tome of Valor
      1652  0  -1  The Tome of Valor
      1653  0  -1  The Test of Righteousness
      1654  0  22  The Test of Righteousness
      1655  0  22  Bailor's Ore Shipment
      1656  0  5  A Task Unfinished
      1657  0  -1  Stinking Up Southshore
      1658  0  -1  Crashing the Wickerman Festival
      1661  0  -1  The Tome of Nobility
      1665  0  -1  Bartleby's Mug
      1666  0  10  Marshal Haggard
      1667  0  10  Dead-tooth Jack
      1678  0  -1  Vejrek
      1679  0  -1  Muren Stormpike
      1680  0  11  Tormus Deepforge
      1681  0  11  Ironband's Compound
      1682  0  10  Grey Iron Weapons
      1683  0  -1  Vorlus Vilehoof
      1684  0  -1  Elanaria
      1685  0  -1  Gakin's Summons
      1686  0  10  The Shade of Elura
      13748  0  80  The Edge Of Winter
      1688  0  -1  Surena Caledon
      1689  0  -1  The Binding
      1690  0  43  Wastewander Justice
      13745  0  80  The Grand Melee
      1692  0  10  Smith Mathiel
      1693  0  10  Weapons of Elunite
      1698  0  20  Yorus Barleybrew
      1699  0  22  The Rethban Gauntlet
      1700  0  28  Grimand Elmore
      1701  0  28  Fire Hardened Mail
      1702  0  22  The Shieldsmith
      1703  0  28  Mathiel
      1704  0  28  Klockmort Spannerspan
      1705  0  28  Burning Blood
      1706  0  30  Grimand's Armor
      1707  0  44  Water Pouch Bounty
      1708  0  29  Iron Coral
      1709  0  30  Klockmort's Creation
      1710  0  30  Sunscorched Shells
      1711  0  30  Mathiel's Armor
      1712  0  40  Cyclonian
      1713  0  40  The Summoning
      1714  0  37  Essence of the Exile
      1715  0  -1  The Slaughtered Lamb
      1716  0  -1  Devourer of Souls
      1717  0  -1  Gakin's Summons
      1718  0  -1  The Islander
      1719  0  -1  The Affray
      1738  0  -1  Heartswood
      1739  0  -1  The Binding
      1740  0  25  The Orb of Soran'ruk
      1758  0  -1  Tome of the Cabal
      1778  0  -1  The Tome of Divinity
      1779  0  -1  The Tome of Divinity
      1780  0  -1  The Tome of Divinity
      1781  0  -1  The Tome of Divinity
      1782  0  28  Furen's Armor
      1783  0  -1  The Tome of Divinity
      1784  0  -1  The Tome of Divinity
      1785  0  -1  The Tome of Divinity
      1786  0  -1  The Tome of Divinity
      1787  0  -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  0  30  The Windwatcher
      1792  0  40  Whirlwind Weapon
      1793  0  -1  The Tome of Valor
      1794  0  -1  The Tome of Valor
      1795  0  -1  The Binding
      1796  0  31  Components for the Enchanted Gold Bloodrobe
      1798  0  -1  Seeking Strahad
      1799  0  40  Fragments of the Orb of Orahil
      13724  0  80  The Valiant's Challenge
      1801  0  -1  Tome of the Cabal
      1802  0  -1  Tome of the Cabal
      1803  0  -1  Tome of the Cabal
      1804  1795  -1  Tome of the Cabal
      1805  0  -1  Tome of the Cabal
      1806  0  22  The Test of Righteousness
      1818  0  -1  Speak with Dillinger
      1819  0  -1  Ulag the Cleaver
      1820  0  10  Speak with Coleman
      1821  0  11  Agamand Heirlooms
      1822  0  11  Heirloom Weapon
      1823  0  20  Speak with Ruga
      1824  0  20  Trial at the Field of Giants
      1825  0  20  Speak with Thun'grim
      1838  0  30  Brutal Armor
      1839  0  30  Ula'elek and the Brutal Gauntlets
      1840  0  30  Orm Stonehoof and the Brutal Helm
      1841  0  30  Velora Nitely and the Brutal Legguards
      1842  0  30  Satyr Hooves
      1843  0  30  Brutal Gauntlets
      1844  0  30  Chimaeric Horn
      1845  0  30  Brutal Helm
      1846  0  30  Dragonmaw Shinbones
      1847  0  30  Brutal Legguards
      1848  0  30  Brutal Hauberk
      1858  0  13  The Shattered Hand
      1859  0  10  Therzok
      1860  0  10  Speak with Jennea
      1861  0  10  Mirror Lake
      1878  0  44  Water Pouch Bounty
      1879  0  10  Speak with Bink
      1880  0  10  Mage-tastic Gizmonitor
      1881  0  10  Speak with Anastasia
      1882  0  10  The Balnir Farmstead
      1883  0  10  Speak with Un'thuwa
      1884  0  10  Ju-Ju Heaps
      1885  0  10  Mennet Carkad
      1886  0  13  The Deathstalkers
      1898  0  13  The Deathstalkers
      1899  0  13  The Deathstalkers
      1918  0  27  The Befouled Element
      1919  0  15  Report to Jennea
      1920  0  16  Investigate the Blue Recluse
      1921  0  15  Gathering Materials
      1938  0  28  Ur's Treatise on Shadow Magic
      1939  0  26  High Sorcerer Andromath
      1940  1942  26  Pristine Spider Silk
      1941  0  15  Manaweave Robe
      1942  0  26  Astral Knot Garment
      1943  0  26  Speak with Deino
      1944  0  26  Waters of Xavian
      1945  0  26  Laughing Sisters
      1946  0  26  Nether-lace Garment
      1947  0  38  Journey to the Marsh
      1948  0  40  Items of Power
      1949  0  38  Hidden Secrets
      1950  0  30  Get the Scoop
      1951  0  40  Rituals of Power
      1952  0  40  Mage's Wand
      1953  0  40  Return to the Marsh
      1954  0  40  The Infernal Orb
      1955  0  40  The Exorcism
      1956  0  40  Power in Uldaman
      1957  0  40  Mana Surges
      1958  0  40  Celestial Power
      1959  0  15  Report to Anastasia
      1960  0  16  Investigate the Alchemist Shop
      1961  0  15  Gathering Materials
      1962  0  15  Spellfire Robes
      1963  0  13  The Shattered Hand
      1978  0  13  The Deathstalkers
      1998  0  16  Fenwick Thatros
      1999  0  20  Tools of the Trade
      2000  2018  16  Rokar Bladeshadow
      2018  2019  16  Rokar's Test
      2019  0  16  Tools of the Trade
      2038  0  15  Bingles' Missing Supplies
      2039  0  15  Find Bingles
      13723  0  80  The Valiant's Challenge
      2078  0  20  Gyromast's Revenge
      2098  0  20  Gyromast's Retrieval
      2118  0  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  0  41  The Shattered Necklace
      2199  0  41  Lore for a Price
      2200  0  42  Back to Uldaman
      2201  0  43  Find the Gems
      2202  0  42  Uldaman Reagent Run
      2203  0  44  Badlands Reagent Run II
      2204  0  44  Restoring the Necklace
      13677  0  80  Learning The Reins
      13668  0  80  The Argent Tournament
      13665  0  80  The Grand Melee
      2238  0  10  Simple Subterfugin'
      13431  0  70  The Cudgel of Kar'desh
      2240  0  40  The Hidden Chamber
      2241  2242  10  The Apple Falls
      13427  0  -1  Call to Arms: Alterac Valley
      2258  0  39  Badlands Reagent Run
      13374  0  80  Amped for Revolt!
      2278  0  47  The Platinum Discs
      2279  0  47  The Platinum Discs
      2280  0  47  The Platinum Discs
      2281  0  16  Redridge Rendezvous
      2282  0  20  Alther's Mill
      2283  0  41  Necklace Recovery
      2284  0  41  Necklace Recovery, Take 2
      2298  0  16  Kingly Shakedown
      2299  0  16  To Hulfdan!
      13309  0  80  Assault by Air
      2338  0  42  Translating the Journal
      2339  0  44  Find the Gems and Power Source
      2340  0  44  Deliver the Gems
      2341  0  44  Necklace Recovery, Take 3
      2342  0  43  Reclaimed Treasures
      2358  0  22  Horns of Nez'ra
      13260  0  80  Takes One to Know One
      13294  0  80  Against the Giants
      2360  0  -1  Mathias and the Defias
      13242  0  74  Darkness Stirs
      13207  0  78  Halls of Stone
      13166  0  55  The Battle For The Ebon Hold
      13148  0  -1  Necklace Repair
      2383  0  1  Simple Parchment
      2398  0  40  The Lost Dwarves
      2399  0  10  The Sprouted Fronds
      2418  0  36  Power Stones
      2438  0  6  The Emerald Dreamcatcher
      2439  0  47  The Platinum Discs
      2440  0  47  The Platinum Discs
      13139  0  79  Into The Frozen Heart Of Northrend
      2459  0  8  Ferocitas the Dream Eater
      2460  0  -1  The Shattered Salute
      12963  0  -1  Shipment: Shifting Sun Curio
      13131  0  80  Junk in My Trunk
      2480  0  -1  Hinott's Assistance
      2498  0  9  Return to Denalan
      2499  0  9  Oakenscowl
      2500  0  39  Badlands Reagent Run
      2501  0  44  Badlands Reagent Run II
      2518  0  12  Tears of the Moon
      2519  0  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
      2523  0  55  Corrupted Songflower
      2541  0  8  The Sleeping Druid
      2561  0  10  Druid of the Claw
      2581  0  50  Snickerfang Jowls
      2582  0  50  Rage of Ages
      12962  0  -1  Shipment: Bright Armor Relic
      12960  0  -1  Shipment: Wicked Sun Brooch
      12961  0  -1  Shipment: Intricate Bone Figurine
      12959  0  -1  Shipment: Glowing Ivory Figurine
      2586  0  50  Salt of the Scorpok
      12958  0  -1  Shipment: Blood Jade Amulet
      12954  0  77  The Amphitheater of Anguish: Yggdras!
      12932  0  77  The Amphitheater of Anguish: Yggdras!
      12922  0  80  The Refiner's Fire
      2605  0  49  The Thirsty Goblin
      2606  0  49  In Good Taste
      2607  2608  20  The Touch of Zanzil
      2609  0  20  The Touch of Zanzil
      12904  0  76  Light Won't Grant Me Vengeance
      2622  0  50  The Missing Orders
      12859  0  75  This Just In: Fire Still Hot!
      2641  0  49  Sprinkle's Secret Ingredient
      2661  0  49  Delivery for Marin
      2662  0  49  Noggenfogger Elixir
      2681  0  57  The Stones That Bind Us
      2702  0  57  Heroes of Old
      2721  0  58  Kirith
      2741  0  47  The Super Egg-O-Matic
      2742  0  47  Rin'ji is Trapped!
      2743  0  60  The Cover of Darkness
      2744  0  60  The Demon Hunter
      2745  0  31  Infiltrating the Castle
      2746  0  31  Items of Some Consequence
      2747  0  60  An Extraordinary Egg
      2748  0  60  A Fine Egg
      10471  10475  70  Defender's Oath
      2749  0  60  An Ordinary Egg
      2750  0  60  A Bad Egg
      12850  0  55  Report To Scourge Commander Thalanor
      12857  0  75  Wanted: Ragemane's Flipper
      2752  0  32  On Iron Pauldrons
      2753  0  36  Trampled Under Foot
      12842  0  55  Runeforging: Preparation For Battle
      12781  0  1  Welcome!
      2757  2760  40  Booty Bay or Bust!
      2758  0  40  The Origins of Smithing
      2759  2760  40  In Search of Galvan
      12757  0  55  Scarlet Armies Approach...
      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  0  45  Expert Blacksmith!
      2766  0  45  Find OOX-22/FE!
      2767  3721  45  Rescue OOX-22/FE!
      2768  0  47  Divino-matic Rod
      2769  0  46  The Brassbolts Brothers
      2770  0  50  Gahz'rilla
      2771  3321  45  A Good Head On Your Shoulders
      12733  12697  55  Death's Challenge
      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  0  50  Fall From Grace
      2801  0  57  A Tale of Sorrow
      2821  0  46  The Mark of Quality
      2822  0  46  The Mark of Quality
      12723  12724  55  Behind Scarlet Lines
      2842  0  35  Chief Engineer Scooty
      12715  0  55  The Crypt of Remembrance
      2844  0  49  The Giant Guardian
      2845  0  49  Wandering Shay
      2846  0  46  Tiara of the Deep
      2847  0  45  Wild Leather Armor
      2848  2853  45  Wild Leather Shoulders
      2849  2853  45  Wild Leather Vest
      2850  2853  45  Wild Leather Helmet
      2851  2853  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  2860  45  Wild Leather Shoulders
      2856  2860  45  Wild Leather Vest
      2857  2860  45  Wild Leather Helmet
      2858  2860  45  Wild Leather Boots
      2859  2860  45  Wild Leather Leggings
      2860  0  45  Master of the Wild Leather
      2861  0  46  Tabetha's Task
      2862  0  42  War on the Woodpaw
      2863  0  43  Alpha Strike
      2864  0  45  Tran'rek
      2865  0  45  Scarab Shells
      2866  0  43  The Ruins of Solarsal
      2867  0  43  Return to Feathermoon Stronghold
      2869  0  43  Against the Hatecrest
      2870  0  45  Against Lord Shalzaru
      2871  0  45  Delivering the Relic
      2872  0  45  Stoley's Debt
      2873  0  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
      2878  0  55  Corrupted Songflower
      2879  0  50  The Stave of Equinex
      2880  0  45  Troll Necklace Bounty
      2881  0  45  Troll Necklace Bounty
      2882  0  45  Cuergo's Gold
      2902  0  43  Woodpaw Investigation
      2903  0  43  The Battle Plans
      2904  0  30  A Fine Mess
      2922  0  26  Save Techbot's Brain!
      2923  0  26  Tinkmaster Overspark
      2924  0  30  Essential Artificials
      2925  0  30  Klockmort's Essentials
      2926  0  27  Gnogaine
      2927  0  27  The Day After
      12700  0  55  An Attack Of Opportunity
      2929  0  35  The Grand Betrayal
      2930  0  30  Data Rescue
      2931  0  28  Castpipe's Task
      2932  0  42  Grim Message
      2933  0  43  Venom Bottles
      2934  0  45  Undamaged Venom Sac
      2935  0  45  Consult Master Gadrin
      2936  0  45  The Spider God
      2937  0  55  Summoning Shadra
      2938  0  55  Venom to the Undercity
      2939  0  47  In Search of Knowledge
      2940  0  47  Feralas: A History
      2941  0  48  The Borrower
      2942  0  50  The Morrow Stone
      2943  0  48  Return to Troyas
      2944  0  48  The Super Snapper FX
      2945  0  34  Grime-Encrusted Ring
      2946  2954  50  Seeing What Happens
      2947  0  34  Return of the Ring
      2948  0  35  Gnome Improvement
      2949  0  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
      12678  0  55  If Chaos Drives, Let Suffering Hold The Reins
      2963  0  50  Portents of Uldum
      2964  0  50  A Future Task
      2965  0  50  Portents of Uldum
      2966  2954  50  Seeing What Happens
      2967  0  50  Return to Thunder Bluff
      2968  0  50  A Future Task
      2969  0  47  Freedom for All Creatures
      2970  0  47  Doling Justice
      2972  0  47  Doling Justice
      2973  0  45  A New Cloak's Sheen
      2974  0  45  A Grim Discovery
      2975  0  43  The Ogres of Feralas
      2976  0  45  A Grim Discovery
      2977  0  50  Return to Ironforge
      2978  0  43  The Gordunni Scroll
      2979  0  46  Dark Ceremony
      2980  0  44  The Ogres of Feralas
      2981  0  43  A Threat in Feralas
      2982  0  44  The High Wilderness
      2983  1524  -1  Call of Fire
      2984  1524  -1  Call of Fire
      2985  1530  -1  Call of Water
      2986  1530  -1  Call of Water
      2987  0  43  Gordunni Cobalt
      2988  0  45  Witherbark Cages
      2989  0  48  The Altar of Zul
      2990  0  47  Thadius Grimshade
      2991  0  47  Nekrum's Medallion
      2992  0  47  The Divination
      2993  0  47  Return to the Hinterlands
      2994  0  51  Saving Sharpbeak
      2995  0  47  Lines of Communication
      2996  0  -1  Seeking Strahad
      2997  0  -1  Tome of Divinity
      2998  0  -1  Tome of Divinity
      2999  0  -1  Tome of Divinity
      3000  0  -1  Tome of Divinity
      3001  0  -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  1  Etched Parchment
      3088  0  1  Encrypted Parchment
      3089  0  1  Rune-Inscribed Parchment
      3090  0  1  Tainted Parchment
      12670  0  55  The Scarlet Harvest
      12662  0  77  Bringing Down Heb'Jin
      12657  0  55  The Might Of The Scourge
      3095  0  1  Simple Scroll
      3096  0  1  Encrypted Scroll
      3097  0  1  Hallowed Scroll
      3098  0  1  Glyphic Scroll
      3099  0  1  Tainted Scroll
      3100  0  1  Simple Letter
      3101  0  1  Consecrated Letter
      3102  0  1  Encrypted Letter
      3103  0  1  Hallowed Letter
      3104  0  1  Glyphic Letter
      3105  0  1  Tainted Letter
      3106  0  1  Simple Rune
      3107  0  1  Consecrated Rune
      3108  0  1  Etched Rune
      3109  0  1  Encrypted Rune
      3110  0  1  Hallowed Rune
      3112  0  1  Simple Memorandum
      3113  0  1  Encrypted Memorandum
      3114  0  1  Glyphic Memorandum
      3115  0  1  Tainted Memorandum
      3116  0  1  Simple Sigil
      3117  0  1  Etched Sigil
      3118  0  1  Encrypted Sigil
      3119  0  1  Hallowed Sigil
      3120  0  1  Verdant Sigil
      3121  0  45  A Strange Request
      3122  0  45  Return to Witch Doctor Uzer'i
      3123  0  47  Testing the Vessel
      3124  0  47  Hippogryph Muisek
      3125  0  45  Faerie Dragon Muisek
      3126  0  50  Treant Muisek
      3127  3129  50  Mountain Giant Muisek
      3128  3129  50  Natural Materials
      3129  0  50  Weapons of Spirit
      3130  0  43  Against the Hatecrest
      3141  0  57  Loramus
      3161  0  48  Gahz'ridian
      12636  0  55  The Eye Of Acherus
      3182  0  43  Proof of Deed
      3201  0  43  At Last!
      3221  0  12  Speak with Renferrel
      3261  0  18  Jorn Skyseer
      3281  0  18  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
      3363  0  55  Corrupted Songflower
      3364  0  5  Scalding Mornbrew Delivery
      3365  0  5  Bring Back the Mug
      3366  0  25  The Glowing Shard
      12593  0  55  In Service Of The Lich King
      12542  0  74  The Call Of The Crusade
      3369  0  25  In Nightmares
      3370  0  25  In Nightmares
      3371  0  46  Dwarven Justice
      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
      12541  0  76  Troll Patrol: The Alchemist's Apprentice
      12540  0  77  Just Following Orders
      3380  3444  51  The Sunken Temple
      3381  0  48  A Meeting with the Master
      3382  0  57  A Crew Under Fire
      12499  0  74  Return To Angrathar
      12511  0  73  The Hills Have Us
      3421  0  55  Return Trip
      3441  0  48  Divine Retribution
      3442  0  48  The Flawless Flame
      12478  0  73  Frostmourne Cavern
      3444  0  51  The Stone Circle
      3445  3444  51  The Sunken Temple
      3446  0  51  Into the Depths
      3447  0  51  Secret of the Circle
      3448  0  52  Passing the Burden
      3449  0  52  Arcane Runes
      3450  0  52  An Easy Pickup
      3451  0  52  Signal for Pickup
      3452  0  50  The Flame's Casing
      12476  0  73  The Return of the Crusade?
      3454  0  50  The Torch of Retribution
      3461  0  52  Return to Tymor
      3462  0  50  Squire Maltrake
      3481  0  50  Trinkets...
      3483  0  52  Signal for Pickup
      12474  0  73  To Fordragon Hold!
      12467  0  73  Chasing Icestorm: Thel'zan's Phylactery
      3503  0  55  Meeting with the Master
      3504  0  53  Betrayed
      3505  0  53  Betrayed
      3506  0  56  Betrayed
      3507  0  56  Betrayed
      3508  0  58  Breaking the Ward
      3509  0  58  The Name of the Beast
      12463  0  73  Plunderbeard Must Be Found!
      3512  0  55  In Eranikus' Own Words
      3513  0  25  The Runed Scroll
      3514  0  29  Horde Presence
      3517  0  52  Stealing Knowledge
      3518  0  52  Delivery to Magatha
      3519  0  4  A Friend in Need
      3520  0  44  Screecher Spirits
      3521  0  4  Iverron's Antidote
      3522  0  4  Iverron's Antidote
      3523  0  37  Scourge of the Downs
      3524  0  13  Washed Ashore
      3525  0  37  Extinguishing the Idol
      3526  3638  -1  Goblin Engineering
      3527  0  47  The Prophecy of Mosh'aru
      3528  0  53  The God Hakkar
      3541  0  52  Delivery to Jes'rimon
      3542  0  52  Delivery to Andron Gant
      3561  0  52  Delivery to Archmage Xylem
      3562  0  52  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
      3601  0  53  Kim'jael Indeed!
      12462  0  73  Breaking Off A Piece
      3621  0  58  The Formation of Felbane
      12457  0  73  The Chain Gun And You
      12440  12000  72  To Stars' Rest!
      12442  0  74  Wanted: Onslaught Commander Iustus
      12429  0  74  The Conquest Pit: Blood and Metal
      12430  0  75  The Conquest Pit: Death Is Likely
      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  0  47  The Pledge of Secrecy
      3639  0  -1  Show Your Work
      3640  0  47  The Pledge of Secrecy
      3641  0  -1  Show Your Work
      3642  0  47  The Pledge of Secrecy
      3643  0  -1  Show Your Work
      3644  0  47  Membership Card Renewal
      3645  0  47  Membership Card Renewal
      12428  0  74  The Conquest Pit: Mad Furbolg Fighting
      3647  0  47  Membership Card Renewal
      3661  0  47  Favored of Elune?
      3681  0  -1  Tome of Divinity
      3701  0  54  The Smoldering Ruins of Thaurissan
      3702  0  54  The Smoldering Ruins of Thaurissan
      3721  0  50  An OOX of Your Own
      3741  0  15  Hilary's Necklace
      3761  0  50  Un'Goro Soil
      3762  0  50  Assisting Arch Druid Runetotem
      3763  0  50  Assisting Arch Druid Staghelm
      3764  0  50  Un'Goro Soil
      3765  0  24  The Corruption Abroad
      3781  0  50  Morrowgrain Research
      3782  0  50  Morrowgrain Research
      3783  0  56  Are We There, Yeti?
      3784  0  50  Assisting Arch Druid Runetotem
      3785  3803  50  Morrowgrain Research
      3786  3804  50  Morrowgrain Research
      3787  0  50  Jonespyre's Request
      3788  0  50  Jonespyre's Request
      3789  0  50  Assisting Arch Druid Staghelm
      3790  0  50  Assisting Arch Druid Staghelm
      3791  0  50  The Mystery of Morrowgrain
      3792  0  55  Morrowgrain to Feathermoon Stronghold
      3801  0  52  Dark Iron Legacy
      3803  0  55  Morrowgrain to Darnassus
      3804  0  55  Morrowgrain to Thunder Bluff
      3821  0  52  Dreadmaul Rock
      12326  0  73  Steamtank Surprise
      3823  0  52  Extinguish the Firegut
      12313  0  -1  UNUSED Save Brewfest!
      12325  0  73  Into Hostile Territory
      3825  0  53  Ogre Head On A Stick = Party
      3841  0  47  An Orphan Looking For a Home
      3842  0  47  A Short Incubation
      3843  0  47  The Newest Member of the Family
      3844  0  52  It's a Secret to Everybody
      3845  0  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  0  4  Milly Osworth
      3904  0  4  Milly's Harvest
      3905  0  4  Grape Manifest
      12311  0  72  The Noble's Crypt
      12309  0  72  Find Durkon!
      3908  0  52  It's a Secret to Everybody
      3909  0  52  The Videre Elixir
      12298  0  72  High Commander Halford Wyrmbane
      12305  0  72  Parting Thoughts
      3912  0  52  Meet at the Grave
      3913  0  52  A Grave Situation
      3914  0  52  Linken's Sword
      3921  0  14  Wenikee Boltbucket
      3922  0  15  Nugget Slugs
      3923  0  18  Rilli Greasygob
      3924  0  19  Samophlange Manual
      3941  0  52  A Gnome's Assistance
      3942  0  54  Linken's Memory
      3961  0  54  Linken's Adventure
      3962  0  56  It's Dangerous to Go Alone
      12297  0  72  Of Traitors and Treason
      3982  0  54  What Is Going On?
      12275  0  72  The Demo-gnome
      4002  0  54  The Eastern Kingdoms
      12272  12281  72  The Bleeding Ore
      4005  0  54  Aquementas
      4021  0  20  Counterattack!
      12258  0  72  The Fate of the Dead
      4023  0  54  A Taste of Flame
      12251  0  72  Return to the High Commander
      4041  0  52  The Videre Elixir
      12235  0  72  Naxxramas and the Fall of Wintergarde
      12221  0  72  The Forsaken Blight
      4063  0  58  The Rise of the Machines
      12181  0  72  Give it a Name
      12189  12188  72  Imbeciles Abound!
      12174  0  72  High Commander Halford Wyrmbane
      4083  0  55  The Spectral Chalice
      4084  0  54  Silver Heart
      4101  0  55  Cleansing Felwood
      4102  0  55  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
      4113  0  55  Corrupted Songflower
      4114  0  55  Corrupted Songflower
      4115  0  55  Corrupted Windblossom
      4116  0  55  Corrupted Songflower
      4117  0  55  Corrupted Whipper Root
      4118  0  55  Corrupted Songflower
      4119  0  55  Corrupted Night Dragon
      4120  0  52  The Strength of Corruption
      12157  0  72  The Lost Courier
      12140  0  73  All Hail Roanauk!
      4123  0  55  The Heart of the Mountain
      4124  0  43  The Missing Courier
      4125  0  43  The Missing Courier
      4126  0  55  Hurley Blackbreath
      4127  0  44  Boat Wreckage
      4128  0  55  Ragnar Thunderbrew
      4129  0  44  The Knife Revealed
      4130  0  44  Psychometric Reading
      4131  0  44  The Woodpaw Gnolls
      12126  0  73  In Service of the Unholy
      4133  0  55  Vivian Lagrave
      4134  0  55  Lost Thunderbrew Recipe
      4135  0  46  The Writhing Deep
      4136  0  53  Ribbly Screwspigot
      4141  0  52  Muigin and Larion
      4142  0  52  A Visit to Gregan
      4143  0  52  Haze of Evil
      4144  0  53  Bloodpetal Sprouts
      4145  0  52  Larion and Muigin
      4146  0  52  Zapper Fuel
      4147  0  52  Marvon's Workshop
      4148  0  53  Bloodpetal Zapper
      4161  0  7  Recipe of the Kaldorei
      4181  3638  -1  Goblin Engineering
      4183  0  54  The True Masters
      12115  0  72  Koltira and the Language of Death
      12111  0  73  Where the Wild Things Roam
      4201  0  54  The Love Potion
      4221  0  55  Corrupted Windblossom
      4222  0  55  Corrupted Windblossom
      4223  0  54  The True Masters
      4224  0  54  The True Masters
      4241  0  54  Marshal Windsor
      4242  0  54  Abandoned Hope
      4243  0  53  Chasing A-Me 01
      4244  0  53  Chasing A-Me 01
      4245  0  53  Chasing A-Me 01
      4261  0  56  Ancient Spirit
      4262  0  52  Overmaster Pyron
      12101  0  72  The Good Doctor...
      12071  0  72  Attack by Air!
      12090  0  74  Wanted: Gigantaur
      4265  0  46  Freed from the Hive
      4266  0  46  A Hero's Welcome
      4267  0  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
      12064  0  72  Chains of the Anub'ar
      4287  4321  53  The Eastern Pylon
      4288  4321  53  The Western Pylon
      4289  0  55  The Apes of Un'Goro
      4290  0  53  The Fare of Lar'korwi
      4291  0  53  The Scent of Lar'korwi
      4292  0  56  The Bait for Lar'korwi
      4293  4642  52  A Sample of Slime...
      4294  4642  56  ... and a Batch of Ooze
      4295  0  1  Rocknot's Ale
      4296  0  50  Tablet of the Seven
      4297  0  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  0  58  Jail Break!
      4324  0  53  Yuka Screwspigot
      4341  0  59  Kharan Mighthammer
      4343  0  55  Corrupted Windblossom
      12056  0  72  Marked for Death: High Cultist Zangus
      4363  0  59  The Princess's Surprise
      4381  0  53  Crystal Restore
      4382  0  53  Crystal Force
      4383  0  53  Crystal Ward
      10939  0  70  Darkmoon Storms Deck
      4384  0  53  Crystal Yield
      4385  0  53  Crystal Charge
      4386  0  53  Crystal Spire
      4401  0  55  Corrupted Songflower
      4402  0  3  Galgar's Cactus Apple Surprise
      4403  0  55  Corrupted Windblossom
      4421  0  54  The Corruption of the Jadefire
      4441  0  54  Felbound Ancients
      4442  0  54  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  0  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
      4464  0  55  Corrupted Songflower
      4465  0  55  Corrupted Songflower
      4466  0  55  Corrupted Windblossom
      4467  0  55  Corrupted Windblossom
      4481  0  55  Libram of Constitution
      4482  0  55  Libram of Tenacity
      4483  0  55  Libram of Resilience
      4484  0  55  Libram of Voracity
      4485  0  40  The Tome of Nobility
      4486  0  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  0  53  March of the Silithid
      4494  0  53  March of the Silithid
      4495  3519  4  A Good Friend
      4496  0  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  Well of Corruption
      4506  0  54  Corrupted Sabers
      4507  0  54  Pawn Captures Queen
      4508  0  54  Calm Before the Storm
      4509  0  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  0  56  Wild Guardians
      12049  0  74  Hard to Swallow
      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  0  30  The Sparklematic 5200!
      4606  0  30  The Sparklematic 5200!
      4621  0  60  Avast Ye, Admiral!
      12046  0  74  Soft Packaging
      4642  0  55  Melding of Influences
      4661  0  52  Testing for Corruption - Felwood
      4681  0  14  Washed Ashore
      12045  0  74  Shaved Ice
      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  0  52  Broodling Essence
      4727  0  15  Beached Sea Turtle
      4728  0  14  Beached Sea Creature
      12044  0  74  Stocking Up
      4730  0  16  Beached Sea Creature
      4731  0  19  Beached Sea Turtle
      4732  0  19  Beached Sea Turtle
      4733  0  19  Beached Sea Creature
      4734  0  60  Egg Freezing
      4735  0  60  Egg Collection
      4736  0  31  In Search of Menara Voidrender
      4737  0  31  In Search of Menara Voidrender
      4738  0  31  In Search of Menara Voidrender
      4739  0  31  In Search of Menara Voidrender
      4740  0  18  WANTED: Murkdeep!
      4741  0  58  Wild Guardians
      4742  0  60  Seal of Ascension
      4743  0  60  Seal of Ascension
      4761  0  15  Thundris Windweaver
      4762  0  15  The Cliffspring River
      4763  0  18  The Blackwood Corrupted
      4764  0  60  Doomrigger's Clasp
      4765  0  60  Delivery to Ridgewell
      4766  0  60  Mayara Brightwing
      4767  0  29  Wind Rider
      4768  0  60  The Darkstone Tablet
      4769  0  60  Vivian Lagrave and the Darkstone Tablet
      4770  0  29  Homeward Bound
      4771  0  60  Dawn's Gambit
      4781  0  34  Components for the Enchanted Gold Bloodrobe
      4782  0  34  Components for the Enchanted Gold Bloodrobe
      4783  0  37  Components for the Enchanted Gold Bloodrobe
      4784  0  37  Components for the Enchanted Gold Bloodrobe
      4785  0  37  Fine Gold Thread
      4786  0  38  The Completed Robe
      4787  0  50  The Ancient Egg
      4788  0  58  The Final Tablets
      4801  0  60  Frostsaber E'ko
      4802  0  60  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  Wildkin E'ko
      4808  0  54  Felnok Steelspring
      4809  0  54  Chillwind Horns
      4810  0  54  Return to Tinkee
      4811  0  14  The Red Crystal
      4812  0  14  As Water Cascades
      4813  0  14  The Fragments Within
      4821  0  26  Alien Egg
      4822  0  -1  You Scream, I Scream...
      12041  0  72  The Lost Empire
      4842  0  56  Strange Sources
      4861  0  59  Enraged Wildkin
      12040  0  72  An Enemy in Arthas
      4863  0  59  Enraged Wildkin
      4864  0  59  Enraged Wildkin
      4865  0  26  Serpent Wild
      4866  0  60  Mother's Milk
      4867  0  60  Urok Doomhowl
      4882  0  59  Guarding Secrets
      4883  0  59  Guarding Secrets
      4901  0  59  Guardians of the Altar
      4902  0  57  Wildkin of Elune
      4903  0  60  Warlord's Command
      4904  0  29  Free at Last
      4906  0  54  Further Corruption
      4907  0  60  Tinkee Steamboil
      4921  0  20  Lost in Battle
      4941  0  60  Eitrigg's Wisdom
      4961  0  40  Cleansing of the Orb of Orahil
      4962  0  40  Shard of a Felhound
      4963  0  40  Shard of an Infernal
      4964  0  40  The Completed Orb of Dar'Orahil
      4965  0  35  Knowledge of the Orb of Orahil
      4966  0  28  Protect Kanati Greycloud
      4967  0  35  Knowledge of the Orb of Orahil
      4968  0  35  Knowledge of the Orb of Orahil
      4969  0  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  0  59  Operative Bijou
      12036  0  72  From the Depths of Azjol-Nerub
      12008  0  72  Agmar's Hammer
      11991  0  74  Subject to Interpretation
      4985  0  56  The Wildlife Suffers Too
      4986  0  56  Glyphed Oaken Branch
      4987  0  56  Glyphed Oaken Branch
      11980  0  72  Pride of the Horde
      5002  0  59  Message to Maxwell
      5021  0  52  Better Late Than Never
      5022  0  52  Better Late Than Never
      5023  0  52  Better Late Than Never
      5041  0  14  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  0  60  Finkle Einhorn, At Your Service!
      5048  5050  52  Good Natured Emma
      5049  5050  52  The Jeremiah Blues
      5050  0  52  Good Luck Charm
      5051  0  54  Two Halves Become One
      5052  0  21  Blood Shards of Agamaggan
      5054  0  56  Ursius of the Shardtooth
      5055  0  58  Brumeran of the Chillwind
      5056  0  60  Shy-Rotam
      5057  0  60  Past Endeavors
      5058  0  55  Mrs. Dalson's Diary
      5059  0  55  Locked Away
      5060  0  55  Locked Away
      5062  0  27  Sacred Fire
      5063  0  60  Cap of the Scarlet Savant
      5065  0  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  Threat of the Winterfall
      5083  0  56  Winterfall Firewater
      5084  0  56  Falling to Corruption
      5085  0  56  Mystery Goo
      5086  0  56  Toxic Horrors
      5087  0  57  Winterfall Runners
      5088  0  28  Arikara
      5089  0  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  0  56  All Along the Watchtowers
      5098  0  56  All Along the Watchtowers
      5101  0  5  Lee's Ultimate Test Quest... of Doom!
      5102  0  60  General Drakkisath's Demise
      5103  0  60  Hot Fiery Death
      5121  0  59  High Chief Winterfall
      5122  0  60  The Medallion of Faith
      5123  0  59  The Final Piece
      11957  0  71  Saragosa's End
      11979  11978  72  The Taunka and the Tauren
      5125  0  60  Aurius' Reckoning
      5127  0  60  The Demon Forge
      5128  0  59  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
      5149  0  55  Pamela's Doll
      5150  0  55  Dadanga is Hungry!
      11930  0  72  Across Transborea
      5152  0  56  Auntie Marlene
      5153  0  56  A Strange Historian
      5154  5210  56  The Annals of Darrowshire
      5155  0  51  Forces of Jaedenar
      5156  0  54  Verifying the Corruption
      5157  0  52  Collection of the Corrupt Water
      5158  0  52  Seeking Spiritual Aid
      5159  0  54  Cleansed Water Returns to Felwood
      5160  0  60  The Matron Protectorate
      5161  0  60  Wrath of the Blue Flight
      5163  0  58  Are We There, Yeti?
      11892  0  72  The Assassination of Harold Lane
      5165  0  55  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  A Strange Red Key
      5203  0  55  Rescue From Jaedenar
      5204  0  57  Retribution of the Light
      5206  0  60  Marauders of Darrowshire
      5210  0  56  Brother Carlin
      5211  0  55  Defenders of Darrowshire
      11872  11892  72  The Nefarious Clam Master...
      11870  0  72  The Abandoned Reach
      11867  0  72  Can't Get Ear-nough...
      5215  0  53  The Scourge Cauldrons
      11865  0  72  Unfit for Death
      11866  11892  72  Ears of Our Enemies
      5217  0  53  Return to Chillwind Camp
      5218  0  53  Felstone Field Cauldron
      5219  5221  55  Target: Dalson's Tears
      5220  0  55  Return to Chillwind Camp
      5221  0  55  Dalson's Tears Cauldron
      5222  5224  55  Target: Writhing Haunt
      5223  0  55  Return to Chillwind Camp
      5224  0  55  Writhing Haunt Cauldron
      5225  5227  58  Target: Gahrron's Withering
      5226  0  58  Return to Chillwind Camp
      5227  0  58  Gahrron's Withering Cauldron
      5228  0  53  The Scourge Cauldrons
      11720  0  71  The Invasion of Gammoth
      5230  0  53  Return to the Bulwark
      5231  5221  55  Target: Dalson's Tears
      5232  0  55  Return to the Bulwark
      11714  0  71  Vermin Extermination
      11717  0  71  Pollen from the Source
      5234  0  55  Return to the Bulwark
      5235  5227  58  Target: Gahrron's Withering
      5236  0  58  Return to the Bulwark
      5237  0  58  Mission Accomplished!
      5238  0  58  Mission Accomplished!
      5241  0  56  Uncle Carlin
      5242  0  58  A Final Blow
      11711  0  71  Coward Delivery... Under 30 Minutes or it's Free
      5244  0  56  The Ruins of Kel'Theril
      5245  0  56  Troubled Spirits of Kel'Theril
      5246  0  56  Fragments of the Past
      5247  0  57  Fragments of the Past
      5248  0  58  Tormented By the Past
      5249  0  56  To Winterspring!
      5250  0  56  Starfall
      5251  0  60  The Archivist
      5252  0  58  Remorseful Highborne
      5253  0  58  The Crystal of Zin-Malor
      5261  0  2  Eagan Peltskinner
      5262  0  60  The Truth Comes Crashing Down
      11705  11916  71  Foolish Endeavors
      5265  0  60  The Argent Hold
      5281  0  60  The Restless Souls
      5282  0  60  The Restless Souls
      5283  0  40  The Art of the Armorsmith
      11651  0  71  Tanks a lot...
      11656  0  71  Burn in Effigy
      5301  0  40  The Art of the Armorsmith
      11643  11651  71  Mobu's Pneumatic Tank Transjigamarig
      5306  0  60  Snakestone of the Shadow Huntress
      5307  0  60  Corruption
      5321  0  20  The Sleeper Has Awakened
      5341  0  60  Barov Family Fortune
      5342  0  60  The Last Barov
      5343  0  60  Barov Family Fortune
      5344  0  60  The Last Barov
      5361  0  35  Family Tree
      11611  0  71  Taken by the Scourge
      11602  0  71  Cutting Off the Source
      5383  5384  60  Krastinov's Bag of Horrors
      11527  0  71  Mutiny on the Mercy
      11530  11568  71  The Shield of the Aesirites
      5385  0  57  The Remains of Trey Lightforge
      5386  0  37  Catch of the Day
      5401  0  55  Argent Dawn Commission
      5402  0  55  Minion's Scourgestones
      5403  0  55  Invader's Scourgestones
      5404  0  55  Corruptor's Scourgestones
      5405  0  55  Argent Dawn Commission
      5406  0  55  Corruptor's Scourgestones
      5407  0  55  Invader's Scourgestones
      11511  11568  71  The Staff of Storm's Fury
      5421  0  25  Fish in a Bucket
      5441  0  4  Lazy Peons
      5461  0  60  The Human, Ras Frostwhisper
      5462  0  60  The Dying, Ras Frostwhisper
      11507  0  71  Elder Atuik and Kamagua
      5464  0  60  Menethil's Gift
      5465  0  60  Soulbound Keepsake
      5466  0  60  The Lich, Ras Frostwhisper
      11491  0  71  Iron Rune Constructs and You: The Bluff
      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
      5508  0  55  Corruptor's Scourgestones
      5509  0  55  Invader's Scourgestones
      5510  0  55  Minion's Scourgestones
      5511  0  60  The Key to Scholomance
      5513  0  60  Mantles of the Dawn
      5514  0  57  Mold Rhymes With...
      5515  0  60  Krastinov's Bag of Horrors
      5517  0  60  Chromatic Mantle of the Dawn
      5518  0  60  The Gordok Ogre Suit
      5519  0  60  The Gordok Ogre Suit
      5521  0  60  Chromatic Mantle of the Dawn
      5522  0  60  Leonid Barthalomew
      5524  0  60  Chromatic Mantle of the Dawn
      5525  0  60  Free Knot!
      5526  0  60  Shards of the Felvine
      5527  0  60  A Reliquary of Purity
      5528  0  60  The Gordok Taste Test
      5529  0  58  Plagued Hatchlings
      5531  0  60  Betina Bigglezink
      5533  0  55  Scholomance
      5534  0  53  Kim'jael's "Missing" Equipment
      5535  0  47  Spiritual Unrest
      5536  0  47  A Land Filled with Hatred
      5537  0  57  Skeletal Fragments
      5538  0  57  Mold Rhymes With...
      5541  0  6  Ammo for Rumbleshot
      5542  0  56  Demon Dogs
      5543  0  56  Blood Tinged Skies
      11485  0  71  Iron Rune Constructs and You: Rocket Jumping
      5545  0  9  A Bundle of Trouble
      5561  0  34  Kodo Roundup
      11468  0  71  Falcon Versus Hawk
      5582  0  58  Healthy Dragon Scale
      5601  5149  55  Sister Pamela
      5621  0  4  Garments of the Moon
      5622  0  4  In Favor of Elune
      5623  0  4  In Favor of the Light
      5624  0  4  Garments of the Light
      5625  0  4  Garments of the Light
      5626  0  4  In Favor of the Light
      5627  0  -1  Stars of Elune
      5628  0  -1  Returning Home
      5629  0  -1  Returning Home
      5630  0  -1  Returning Home
      5631  0  -1  Returning Home
      5632  0  -1  Returning Home
      5633  0  -1  Returning Home
      5634  0  -1  Desperate Prayer
      5635  0  -1  Desperate Prayer
      5636  0  -1  Desperate Prayer
      5637  0  -1  Desperate Prayer
      5638  0  -1  Desperate Prayer
      5639  0  -1  Desperate Prayer
      5640  0  -1  Desperate Prayer
      5641  0  -1  A Lack of Fear
      5642  0  -1  Shadowguard
      5643  0  -1  Shadowguard
      5644  0  -1  Devouring Plague
      5645  0  -1  A Lack of Fear
      5646  0  -1  Devouring Plague
      5647  0  -1  A Lack of Fear
      5648  0  4  Garments of Spirituality
      5649  0  4  In Favor of Spirituality
      5650  0  4  Garments of Darkness
      5651  0  4  In Favor of Darkness
      5652  0  -1  Hex of Weakness
      5654  0  -1  Hex of Weakness
      5655  0  -1  Hex of Weakness
      5656  0  -1  Hex of Weakness
      5657  0  -1  Hex of Weakness
      5658  0  -1  Touch of Weakness
      5660  0  -1  Touch of Weakness
      5661  0  -1  Touch of Weakness
      5662  0  -1  Touch of Weakness
      5663  0  -1  Touch of Weakness
      5672  0  -1  Elune's Grace
      5673  0  -1  Elune's Grace
      5674  0  -1  Elune's Grace
      5675  0  -1  Elune's Grace
      5676  0  -1  Arcane Feedback
      5677  0  -1  Arcane Feedback
      5678  0  -1  Arcane Feedback
      5679  0  -1  Devouring Plague
      5680  0  -1  Shadowguard
      5713  0  15  One Shot. One Kill.
      5721  0  60  The Battle of Darrowshire
      5722  0  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  0  12  Hidden Enemies
      5728  0  16  Hidden Enemies
      5729  0  15  Hidden Enemies
      5730  0  16  Hidden Enemies
      11430  0  71  Harpoon Master Yavus
      5761  0  16  Slaying the Beast
      5762  0  31  Hemet Nesingwary Jr.
      5763  0  31  Hunting in Stranglethorn
      11429  0  71  Drop It then Rock It!
      5801  0  57  Fire Plume Forged
      5802  0  57  Fire Plume Forged
      5803  0  60  Araj's Scarab
      10467  0  70  Defender's Vow
      5804  0  60  Araj's Scarab
      11427  0  71  Meet Lieutenant Icehammer...
      5821  0  35  Bodyguard for Hire
      5841  0  1  Welcome!
      5842  0  1  Welcome!
      5843  0  1  Welcome!
      5844  0  1  Welcome!
      5845  0  58  Of Lost Honor
      5846  0  58  Of Love and Family
      5847  0  1  Welcome!
      5848  0  60  Of Love and Family
      5861  0  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
      5892  0  -1  Irondeep Supplies
      5893  0  -1  Coldtooth Supplies
      5901  0  55  A Plague Upon Thee
      5902  0  55  A Plague Upon Thee
      5903  0  55  A Plague Upon Thee
      5904  0  55  A Plague Upon Thee
      5921  5929  -1  Moonglade
      5922  5930  -1  Moonglade
      5923  0  -1  Heeding the Call
      5924  0  -1  Heeding the Call
      5925  0  -1  Heeding the Call
      5926  0  -1  Heeding the Call
      5927  0  -1  Heeding the Call
      5928  0  -1  Heeding the Call
      5929  5931  -1  Great Bear Spirit
      5930  5932  -1  Great Bear Spirit
      5931  6001  -1  Back to Darnassus
      5932  6002  -1  Back to Thunder Bluff
      5941  0  60  Return to Chromie
      5942  0  60  Hidden Treasures
      5943  0  38  Gizelton Caravan
      5944  0  60  In Dreams
      5981  0  60  Rampaging Giants
      6001  0  -1  Body and Heart
      6002  0  -1  Body and Heart
      6004  0  56  Unfinished Business
      6021  0  55  Zaeldarr the Outcast
      6022  0  58  To Kill With Purpose
      6023  0  57  Unfinished Business
      6024  0  60  Hameya's Plea
      6025  0  58  Unfinished Business
      11421  0  71  It Goes to 11...
      11291  0  70  To Westguard Keep!
      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  0  -1  Taming the Beast
      6062  0  -1  Taming the Beast
      6063  0  -1  Taming the Beast
      6064  0  -1  Taming the Beast
      6065  0  -1  The Hunter's Path
      6066  0  -1  The Hunter's Path
      6067  0  -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  0  -1  The Hunter's Path
      6072  0  -1  The Hunter's Path
      6073  0  -1  The Hunter's Path
      6074  0  -1  The Hunter's Path
      6075  0  -1  The Hunter's Path
      6076  0  -1  The Hunter's Path
      6081  0  -1  Training the Beast
      11290  0  70  Dragonflayer Battle Plans
      6083  0  -1  Taming the Beast
      6084  0  -1  Taming the Beast
      11288  0  71  The Shining Light
      11883  0  -1  Fire Dancing?
      12318  0  -1  Save Brewfest!
      6087  0  -1  Taming the Beast
      11097  0  70  The Deadliest Trap Ever Laid
      11100  0  70  Commander Arcus
      6101  0  -1  Taming the Beast
      6102  0  -1  Taming the Beast
      6103  0  -1  Training the Beast
      6121  0  -1  Lessons Anew
      6122  0  -1  The Principal Source
      6123  0  -1  Gathering the Cure
      6124  0  -1  Curing the Sick
      6125  0  -1  Power over Poison
      6126  0  -1  Lessons Anew
      6127  0  -1  The Principal Source
      6128  0  -1  Gathering the Cure
      6129  0  -1  Curing the Sick
      6130  0  -1  Power over Poison
      6131  0  48  Timbermaw Ally
      6132  0  39  Get Me Out of Here!
      6133  0  60  The Ranger Lord's Behest
      6134  0  39  Ghost-o-plasm Round Up
      11070  0  70  Dragonmaw Race: Wing Commander Mulverick
      6136  0  60  The Corpulent One
      6141  0  39  Brother Anton
      6142  0  35  Clam Bait
      6143  0  36  Other Fish to Fry
      6144  0  60  The Call to Command
      6145  0  60  The Crimson Courier
      6146  0  60  Nathanos' Ruse
      11064  0  70  Dragonmaw Race: The Ballad of Oldie McOld
      11069  0  70  Dragonmaw Race: Wing Commander Ichman
      6161  0  36  Claim Rackmore's Treasure!
      6162  0  51  A Husband's Last Battle
      6163  0  60  Ramstein
      6164  0  55  Augustus' Receipt Book
      6181  0  10  A Swift Message
      6182  0  60  The First and the Last
      6183  0  60  Honor the Dead
      6185  0  60  The Eastern Plagues
      6186  0  60  The Blightcaller Cometh
      6187  0  60  Order Must Be Restored
      6221  0  55  Deadwood of the North
      6241  0  56  Winterfall Activity
      6261  0  10  Dungar Longdrink
      6281  0  10  Continue to Stormwind
      6282  0  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  0  10  Supplying the Sepulcher
      6322  0  10  Michael Garrett
      6323  0  10  Ride to the Undercity
      6324  0  10  Return to Podrig
      6341  0  10  The Bounty of Teldrassil
      6342  0  10  Flight to Auberdine
      6343  0  10  Return to Nessa
      6344  0  10  Nessa Shadowsong
      6361  0  10  A Bundle of Hides
      6362  0  10  Ride to Thunder Bluff
      6363  0  10  Tal the Wind Rider Master
      6364  0  10  Return to Jahan
      6365  0  10  Meats to Orgrimmar
      6381  0  25  New Life
      6382  0  20  The Ashenvale Hunt
      6383  0  20  The Ashenvale Hunt
      6384  0  10  Ride to Orgrimmar
      6385  0  10  Doras the Wind Rider Master
      6386  0  10  Return to the Crossroads.
      6387  0  10  Honor Students
      6388  0  10  Gryth Thurden
      6389  0  55  A Plague Upon Thee
      6390  0  55  A Plague Upon Thee
      6391  0  10  Ride to Ironforge
      6392  0  10  Return to Brock
      6393  0  25  Elemental War
      6394  0  4  Thazz'ril's Pick
      6395  0  5  Marla's Last Wish
      11057  0  70  The Trouble Below
      6403  0  60  The Great Masquerade
      6421  0  18  Boulderslide Ravine
      6441  0  26  Satyr Horns
      6442  0  19  Naga at the Zoram Strand
      6461  0  19  Blood Feeders
      6462  0  24  Troll Charm
      6481  0  20  Earthen Arise
      6482  0  24  Freedom to Ruul
      11020  0  70  A Slow Death
      6502  0  60  Drakefire Amulet
      6503  0  24  Ashenvale Outrunners
      10969  0  70  Seek Out Ameer
      11013  0  70  In Service of the Illidari
      6521  0  36  An Unholy Alliance
      6522  0  36  An Unholy Alliance
      6541  0  19  Report to Kadrak
      11342  0  -1  Call to Arms: Warsong Gulch
      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
      11336  0  -1  Call to Arms: Alterac Valley
      6561  0  27  Blackfathom Villainy
      6562  0  22  Trouble in the Deeps
      6563  0  22  The Essence of Aku'Mai
      6564  0  22  Allegiance to the Old Gods
      6565  0  26  Allegiance to the Old Gods
      6567  0  60  The Champion of the Horde
      6568  0  60  Mistress of Deception
      6569  0  60  Oculus Illusions
      11196  0  70  TEMP X
      6571  0  27  Warsong Supplies
      6581  0  27  Warsong Saw Blades
      6582  6585  60  The Test of Skulls, Scryer
      6583  6585  60  The Test of Skulls, Somnus
      6584  6585  60  The Test of Skulls, Chronalis
      6585  0  60  The Test of Skulls, Axtroz
      6601  0  60  Ascension...
      6602  0  60  Blood of the Black Dragon Champion
      11171  0  70  Hex Lord? Hah!
      6604  0  59  Enraged Wildkin
      6605  0  54  A Strange One
      6606  0  60  A Little Luck
      6607  0  45  Nat Pagle, Angler Extreme
      6608  0  45  You Too Good.
      6609  0  45  I Got Nothin' Left!
      6610  0  45  Clamlette Surprise
      6611  0  45  To Gadgetzan You Go!
      6621  0  26  King of the Foulweald
      11107  0  70  Bow to the Highlord
      11015  0  70  Netherwing Crystals
      11055  0  70  The Booterang: A Cure For The Common Worthless Peon
      11054  0  70  Overseeing and You: Making the Right Choices
      6625  0  45  Alliance Trauma
      6626  0  35  A Host of Evil
      6627  0  30  Test of Lore
      6628  0  30  Test of Lore
      11003  0  70  The Fall of Magtheridon
      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  6701  24  The Manor, Ravenholdt
      6701  0  60  Syndicate Emblems
      6722  0  -1  The Hunter's Path
      6741  0  -1  More Booty!
      6761  0  55  The New Frontier
      6762  1124  55  Rabine Saturna
      6781  0  -1  More Armor Scraps
      6801  0  -1  Lokholar the Ice Lord
      6804  6821  56  Poisoned Water
      6805  6821  57  Stormers and Rumblers
      6821  0  60  Eye of the Emberseer
      6822  0  60  The Molten Core
      6823  0  60  Agent of Hydraxis
      6824  0  60  Hands of the Enemy
      6825  0  -1  Call of Air - Guse's Fleet
      6826  0  -1  Call of Air - Jeztor's Fleet
      6827  0  -1  Call of Air - Mulverick's Fleet
      6843  0  0  Da Foo
      6844  0  57  Umber, Archivist
      6845  0  57  Uncovering Past Secrets
      6846  0  -1  Begin the Attack!
      6847  0  60  Master Ryson's All Seeing Eye
      6848  0  60  Master Ryson's All Seeing Eye
      11002  0  70  The Fall of Magtheridon
      6881  0  -1  Ivus the Forest Lord
      6901  0  -1  Launch the Attack!
      6921  0  27  Amongst the Ruins
      6922  0  30  Baron Aquanis
      6941  0  -1  Call of Air - Vipore's Fleet
      6942  0  -1  Call of Air - Slidore's Fleet
      6943  0  -1  Call of Air - Ichman's Fleet
      6961  0  -1  Great-father Winter is Here!
      6962  0  -1  Treats for Great-father Winter
      6963  0  -1  Stolen Winter Veil Treats
      6964  0  -1  The Reason for the Season
      6981  0  26  The Glowing Shard
      6982  0  -1  Coldtooth Supplies
      6983  0  -1  You're a Mean One...
      6984  0  -1  A Smokywood Pastures' Thank You!
      6985  0  -1  Irondeep Supplies
      7001  0  -1  Empty Stables
      7002  0  -1  Ram Hide Harnesses
      11258  11261  71  Burn Skorn, Burn!
      7003  0  48  Zapped Giants
      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!
      7025  0  -1  Treats for Greatfather Winter
      7026  0  -1  Ram Riding Harnesses
      10996  10998  70  Maggoc's Treasure Chest
      10997  10998  70  Even Gronn Have Standards
      7028  0  47  Twisted Evils
      7029  0  47  Vyletongue Corruption
      7041  0  47  Vyletongue Corruption
      7042  0  -1  Stolen Winter Veil Treats
      10995  10998  70  Grulloc Has Two Skulls
      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  0  -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
      7081  0  -1  Alterac Valley Graveyards
      7082  0  -1  The Graveyards of Alterac
      7101  0  -1  Towers and Bunkers
      7102  0  -1  Towers and Bunkers
      7121  0  -1  The Quartermaster
      7122  0  -1  Capture a Mine
      7123  0  -1  Speak with our Quartermaster
      7124  0  -1  Capture a Mine
      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
      11257  11261  71  Gruesome, But Necessary
      7165  0  -1  Earned Reverence
      7166  0  -1  Legendary Heroes
      7167  0  -1  The Eye of Command
      11256  0  71  Skorn Must Fall!
      7168  0  -1  Rise and Be Recognized
      7169  0  -1  Honored Amongst the Guard
      7170  0  -1  Earned Reverence
      11255  0  70  Prisoners of Wyrmskull
      7171  0  -1  Legendary Heroes
      7172  0  -1  The Eye of Command
      7181  0  60  The Legend of Korrak
      10930  0  65  The Big Bone Worm
      7202  0  60  Korrak the Bloodrager
      7221  7141  60  Speak with Prospector Stonehewer
      7222  7142  60  Speak with Voggah Deathgrip
      7223  0  -1  Armor Scraps
      7224  0  -1  Enemy Booty
      7241  0  -1  In Defense of Frostwolf
      7261  0  -1  The Sovereign Imperative
      10927  0  65  Killing the Crawlers
      10928  0  65  Killing the Crawlers
      7301  0  -1  Fallen Sky Lords
      7302  0  -1  Fallen Sky Lords
      7321  0  31  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
      7367  0  -1  Defusing the Threat
      7368  0  -1  Defusing the Threat
      7381  0  60  The Return of Korrak
      10922  0  65  Digging Through Bones
      7383  0  11  Crown of the Earth
      7385  0  -1  A Gallon of Blood
      11254  0  71  The Dragonskin Map
      7386  0  -1  Crystal Cluster
      7401  0  60  Wanted: DWARVES!
      7402  0  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  0  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  0  60  Victory for the Horde
      7491  0  60  For All To See
      7492  0  57  Camp Mojache
      7493  0  60  The Journey Has Just Begun
      7494  0  57  Feathermoon Stronghold
      7495  0  60  Victory for the Alliance
      7496  0  60  Celebrating Good Times
      7497  0  60  The Journey Has Just Begun
      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  0  60  The Forging of Quel'Serrar
      7509  0  60  The Forging of Quel'Serrar
      7521  0  1  Thunderaan the Windseeker
      7522  7521  1  Examine the Vessel
      7541  0  40  Service to the Horde
      7562  7563  -1  Mor'zul Bloodbringer
      7563  7564  -1  Rage of Blood
      7564  0  -1  Wildeyes
      10901  0  70  The Cudgel of Kar'desh
      7582  0  -1  The Prison's Casing
      7583  0  -1  Suppression
      7601  0  -1  What Niby Commands
      7602  0  -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  7624  -1  Lord Banehollow
      7624  7625  -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
      7629  7631  -1  Imp Delivery
      7630  7629  -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  7639  -1  Emphasis on Sacrifice
      7638  7637  -1  Lord Grayson Shadowbreaker
      7639  7640  -1  To Show Due Judgment
      7640  7641  -1  Exorcising Terrordale
      7641  7642  -1  The Work of Grimand Elmore
      7642  7643  -1  Collection of Goods
      7643  7644  -1  Ancient Equine Spirit
      7644  7646  -1  Blessed Arcanite Barding
      7645  0  -1  Manna-Enriched Horse Feed
      7646  7647  -1  The Divination Scryer
      7647  0  -1  Judgment and Redemption
      7648  0  -1  Grimand's Finest Work
      7649  0  60  Enchanted Thorium Platemail: Volume I
      7650  0  60  Enchanted Thorium Platemail: Volume II
      7651  0  60  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
      7666  0  -1  Again Into the Great Ossuary
      7667  0  60  Material Assistance
      7668  0  60  The Darkreaver Menace
      7669  0  60  Again Into the Great Ossuary
      7670  7637  -1  Lord Grayson Shadowbreaker
      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
      11253  0  71  Sniff Out the Enemy
      7678  0  1  Palomino Exchange
      7681  0  10  Hunter test quest
      7682  0  10  Hunter test quest2
      7701  0  50  WANTED: Overseer Maltorius
      7703  0  60  Unfinished Gordok Business
      7721  0  48  Fuel for the Zapping
      10891  0  50  Imperial Plate Armor
      10892  0  50  Imperial Plate Armor
      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  7732  47  Stinglasher
      7732  0  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  60  Gaining Even More Acceptance
      7738  0  48  Perfect Yeti Hide
      7741  0  59  Praise from the Emerald Circle
      7761  0  60  Blackhand's Command
      7781  0  60  The Lord of Blackrock
      7782  0  60  The Lord of Blackrock
      7783  0  60  The Lord of Blackrock
      7784  0  60  The Lord of Blackrock
      7785  0  60  Examine the Vessel
      7786  0  60  Thunderaan the Windseeker
      7787  0  60  Rise, Thunderfury!
      7788  0  25  Vanquish the Invaders!
      10884  10888  70  Trial of the Naaru: Mercy
      7791  0  60  A Donation of Wool
      7792  0  60  A Donation of Wool
      7793  0  60  A Donation of Silk
      7794  0  60  A Donation of Mageweave
      7795  0  60  A Donation of Runecloth
      7796  0  60  Additional Runecloth
      7797  0  1  Dimensional Ripper - Everlook
      7798  0  60  A Donation of Silk
      7799  0  60  A Donation of Mageweave
      7800  0  60  A Donation of Runecloth
      7801  0  60  Additional Runecloth
      7802  0  60  A Donation of Wool
      7803  0  60  A Donation of Silk
      7804  0  60  A Donation of Mageweave
      7805  0  60  A Donation of Runecloth
      7806  0  60  Additional Runecloth
      7807  0  60  A Donation of Wool
      7808  0  60  A Donation of Silk
      7809  0  60  A Donation of Mageweave
      7810  7838  55  Arena Master
      7811  0  60  A Donation of Runecloth
      7812  0  60  Additional Runecloth
      7813  0  60  A Donation of Wool
      7814  0  60  A Donation of Silk
      7815  0  50  Snapjaws, Mon!
      7816  0  48  Gammerita, Mon!
      7817  0  60  A Donation of Mageweave
      7818  0  60  A Donation of Runecloth
      7819  0  60  Additional Runecloth
      7820  0  60  A Donation of Wool
      7821  0  60  A Donation of Silk
      7822  0  60  A Donation of Mageweave
      7823  0  60  A Donation of Runecloth
      7824  0  60  A Donation of Runecloth
      7825  0  60  Additional Runecloth
      7826  0  60  A Donation of Wool
      7827  0  60  A Donation of Silk
      7828  0  48  Stalking the Stalkers
      7829  0  48  Hunt the Savages
      7830  0  48  Avenging the Fallen
      7831  0  60  A Donation of Mageweave
      7832  0  60  Additional Runecloth
      7833  0  60  A Donation of Wool
      7834  0  60  A Donation of Silk
      7835  0  60  A Donation of Mageweave
      7836  0  60  A Donation of Runecloth
      7837  0  60  Additional Runecloth
      7838  0  55  Arena Grandmaster
      7839  0  48  Vilebranch Hooligans
      7840  0  49  Lard Lost His Lunch
      7841  0  48  Message to the Wildhammer
      7842  0  48  Another Message to the Wildhammer
      7843  0  50  The Final Message to the Wildhammer
      7844  0  48  Cannibalistic Cousins
      7845  0  51  Kidnapped Elder Torntusk!
      7846  0  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
      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
      7871  0  35  Vanquish the Invaders!
      7872  0  45  Vanquish the Invaders!
      7873  0  55  Vanquish the Invaders!
      10883  0  70  The Tempest Key
      10858  0  70  Karynaku
      10873  0  65  Taken in the Night
      10837  0  70  To Netherwing Ledge!
      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
      7886  0  55  Talismans of Merit
      11252  0  71  Into Utgarde!
      7887  0  35  Talismans of Merit
      7888  0  45  Talismans of Merit
      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  0  -1  Evil Bat Eyes
      7905  0  -1  The Darkmoon Faire
      7906  0  0  Darkmoon Cards - Beasts
      7907  0  -1  Darkmoon Beast Deck
      7908  0  55  Arena Master
      7921  0  25  Talismans of Merit
      11251  0  71  Fresh Legs
      7922  0  55  Mark of Honor
      7923  0  45  Mark of Honor
      11250  0  72  All Hail the Conqueror of Skorn!
      7924  0  35  Mark of Honor
      7925  0  25  Mark of Honor
      7926  0  -1  The Darkmoon Faire
      7927  0  -1  Darkmoon Portals Deck
      7928  0  -1  Darkmoon Warlords Deck
      7929  0  -1  Darkmoon Elementals Deck
      7930  0  -1  5 Tickets - Darkmoon Flower
      7931  0  -1  5 Tickets - Minor Darkmoon Prize
      7932  0  -1  12 Tickets - Lesser Darkmoon Prize
      7933  0  -1  40 Tickets - Greater Darkmoon Prize
      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
      10775  0  70  Tabards of the Illidari
      7938  0  -1  Your Fortune Awaits You...
      7939  0  -1  More Dense Grinding Stones
      7940  0  -1  1200 Tickets - Orb of the Darkmoon
      7941  0  -1  More Armor Kits
      7942  0  -1  More Thorium Widgets
      7943  0  -1  More Bat Eyes
      10673  0  70  Felspine the Greater
      7946  0  -1  Spawn of Jubjub
      7961  0  1  Waskily Wabbits!
      7981  0  -1  1200 Tickets - Amulet of the Darkmoon
      8001  0  60  Warsong Outriders
      11249  0  72  Stop the Ascension!
      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
      8041  0  60  Strength of Mount Mugamba
      8042  0  60  Strength of Mount Mugamba
      8043  0  60  Strength of Mount Mugamba
      8044  0  60  The Rage of Mugamba
      8045  0  60  The Heathen's Brand
      8046  0  60  The Heathen's Brand
      8047  0  60  The Heathen's Brand
      8048  0  60  The Hero's Brand
      8049  0  60  The Eye of Zuldazar
      8050  0  60  The Eye of Zuldazar
      8051  0  60  The Eye of Zuldazar
      8052  0  60  The All-Seeing Eye of Zuldazar
      8053  0  60  Paragons of Power: The Freethinker's Armguards
      8054  0  60  Paragons of Power: The Freethinker's Belt
      8055  0  60  Paragons of Power: The Freethinker's Breastplate
      8056  0  60  Paragons of Power: The Augur's Bracers
      8057  0  60  Paragons of Power: The Haruspex's Bracers
      8058  0  60  Paragons of Power: The Vindicator's Armguards
      8059  0  60  Paragons of Power: The Demoniac's Wraps
      8060  0  60  Paragons of Power: The Illusionist's Wraps
      8061  0  60  Paragons of Power: The Confessor's Wraps
      8062  0  60  Paragons of Power: The Predator's Bracers
      8063  0  60  Paragons of Power: The Madcap's Bracers
      8064  0  60  Paragons of Power: The Haruspex's Belt
      8065  0  60  Paragons of Power: The Haruspex's Tunic
      8066  0  60  Paragons of Power: The Predator's Belt
      8067  0  60  Paragons of Power: The Predator's Mantle
      8068  0  60  Paragons of Power: The Illusionist's Mantle
      8069  0  60  Paragons of Power: The Illusionist's Robes
      8070  0  60  Paragons of Power: The Confessor's Bindings
      8071  0  60  Paragons of Power: The Confessor's Mantle
      8072  0  60  Paragons of Power: The Madcap's Mantle
      8073  0  60  Paragons of Power: The Madcap's Tunic
      8074  0  60  Paragons of Power: The Augur's Belt
      8075  0  60  Paragons of Power: The Augur's Hauberk
      8076  0  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
      8080  0  55  Arathi Basin Resources!
      8081  0  55  More Resource Crates
      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
      8105  0  55  The Battle for Arathi Basin!
      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  0  60  Enchanted South Seas Kelp
      8111  0  60  Enchanted South Seas Kelp
      8112  0  60  Enchanted South Seas Kelp
      8113  0  60  Pristine Enchanted South Seas Kelp
      8114  0  60  Control Four Bases
      8115  0  60  Control Five Bases
      8116  0  60  Vision of Voodress
      8117  0  60  Vision of Voodress
      8118  0  60  Vision of Voodress
      8119  0  60  The Unmarred Vision of Voodress
      8120  0  55  The Battle for Arathi Basin!
      8121  0  60  Take Four Bases
      8122  0  60  Take Five Bases
      8123  0  55  Cut Arathor Supply Lines
      8124  0  55  More Resource Crates
      11248  0  71  Operation: Skornful Wrath
      8141  0  60  Zandalarian Shadow Talisman
      8142  0  60  Zandalarian Shadow Talisman
      8143  0  60  Zandalarian Shadow Talisman
      8144  0  60  Zandalarian Shadow Mastery Talisman
      8145  0  60  The Maelstrom's Tendril
      8146  0  60  The Maelstrom's Tendril
      8147  0  60  The Maelstrom's Tendril
      8148  0  60  Maelstrom's Wrath
      8149  0  -1  Honoring a Hero
      8150  0  -1  Honoring a Hero
      8151  0  52  The Hunter's Charm
      8153  0  52  Courser Antlers
      8154  0  45  Arathi Basin Resources!
      8155  0  25  Arathi Basin Resources!
      8156  0  35  Arathi Basin Resources!
      8157  0  45  More Resource Crates
      11247  11250  71  Burn Skorn, Burn!
      8158  0  25  More Resource Crates
      11246  11250  71  Gruesome, But Necessary
      8159  0  35  More Resource Crates
      11245  11250  71  Towers of Certain Doom
      8160  0  45  Cut Arathor Supply Lines
      8161  0  35  Cut Arathor Supply Lines
      8162  0  25  Cut Arathor Supply Lines
      8163  0  45  More Resource Crates
      8164  0  35  More Resource Crates
      6548  0  18  Avenge My Village
      8165  0  25  More Resource Crates
      6566  0  60  What the Wind Carries
      6570  0  60  Emberstrife
      8166  0  45  The Battle for Arathi Basin!
      8167  0  35  The Battle for Arathi Basin!
      8168  0  25  The Battle for Arathi Basin!
      8169  0  45  The Battle for Arathi Basin!
      8170  0  35  The Battle for Arathi Basin!
      8171  0  25  The Battle for Arathi Basin!
      8181  0  58  Confront Yeh'kinya
      8182  0  58  The Hand of Rastakhan
      8183  0  60  The Heart of Hakkar
      8184  0  60  Presence of Might
      11241  0  71  Trail of Fire
      8185  0  60  Syncretist's Sigil
      11240  0  71  Leader of the Deranged
      8186  0  60  Death's Embrace
      11239  0  71  In Service to the Light
      8187  0  60  Falcon's Call
      8188  0  60  Vodouisant's Vigilant Embrace
      11238  0  72  The Frost Wyrm and its Master
      8189  0  60  Presence of Sight
      11237  0  72  Gjalerbron Attack Plans
      8190  0  60  Hoodoo Hex
      11236  0  72  Necro Overlord Mezhen
      8191  0  60  Prophetic Aura
      11235  0  71  Dealing With Gjalerbron
      8192  0  60  Animist's Caress
      11234  0  71  Report to Anselm
      8193  0  -1  Master Angler
      11007  0  70  Kael'thas and the Verdant Sphere
      8194  0  -1  Apprentice Angler
      8195  0  60  Zulian, Razzashi, and Hakkari Coins
      8196  0  60  Essence Mangoes
      11233  0  71  Landing the Killing Blow
      8201  0  60  A Collection of Heads
      8221  0  -1  Rare Fish - Keefer's Angelfish
      8222  0  -1  Glowing Scorpid Blood
      8223  0  -1  More Glowing Scorpid Blood
      8224  0  -1  Rare Fish - Dezian Queenfish
      10460  0  70  Defender's Pledge
      8225  0  -1  Rare Fish - Brownell's Blue Striped Racer
      8227  0  60  Nat's Measuring Tape
      8228  0  -1  Could I get a Fishing Flier?
      8229  0  -1  Could I get a Fishing Flier?
      8230  0  0  Collin's Test Quest
      8231  0  52  Wavethrashing
      8232  0  52  The Green Drake
      8233  0  52  A Simple Request
      8234  0  52  Sealed Azure Bag
      8235  0  52  Encoded Fragments
      8236  0  52  The Azure Key
      8238  0  60  Gurubashi, Vilebranch, and Witherbark Coins
      8239  0  60  Sandfury, Skullsplitter, and Bloodscalp Coins
      11232  0  71  Guide Our Sights
      8240  0  60  A Bijou for Zanza
      8241  0  60  Restoring Fiery Flux Supplies via Iron
      8243  0  60  Zanza's Potent Potables
      8246  0  60  Signets of the Zandalar
      11231  0  71  Of Keys and Cages
      8249  0  60  Junkboxes Needed
      8250  0  52  Magecraft
      8251  0  52  Magic Dust
      8252  0  52  The Siren's Coral
      8253  0  52  Destroy Morphaz
      8254  0  52  Cenarion Aid
      8255  0  52  Of Coursers We Know
      8256  0  52  The Ichor of Undeath
      8257  0  52  Blood of Morphaz
      8258  0  60  The Darkreaver Menace
      8259  0  60  A More Fitting Reward
      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
      8266  0  60  Ribbons of Sacrifice
      11230  0  71  Ambushed!
      8267  0  60  Ribbons of Sacrifice
      11229  0  71  The Windrunner Fleet
      8268  0  60  Ribbons of Sacrifice
      11228  0  70  Hell Has Frozen Over...
      8269  0  60  Ribbons of Sacrifice
      8271  0  -1  Hero of the Stormpike
      8272  0  -1  Hero of the Frostwolf
      8273  0  47  Oran's Gratitude
      8275  8280  55  Taking Back Silithus
      8276  8280  55  Taking Back Silithus
      8277  0  55  Deadly Desert Venom
      8278  0  57  Noggle's Last Hope
      8279  0  60  The Twilight Lexicon
      8280  0  55  Securing the Supply Lines
      8281  0  57  Stepping Up Security
      8282  0  58  Noggle's Lost Satchel
      8283  0  59  Wanted - Deathclasp, Terror of the Sands
      8284  0  58  The Twilight Mystery
      10672  0  69  Frankly, It Makes No Sense...
      8286  0  60  What Tomorrow Brings
      8287  0  60  A Terrible Purpose
      8288  0  60  Only One May Rise
      8289  0  15  Talismans of Merit
      8290  0  15  Vanquish the Invaders
      8291  0  60  Vanquish the Invaders!
      8292  0  60  Talismans of Merit
      11227  0  71  Let Them Eat Crow
      8293  0  60  Mark of Honor
      8294  0  60  Quell the Silverwing Usurpers
      8295  0  15  Quell the Silverwing Usurpers
      8296  0  15  Mark of Honor
      8297  0  60  Arathi Basin Resources!
      8298  0  60  More Resource Crates
      11224  0  71  Send Them Packing
      8299  0  60  Cut Arathor Supply Lines
      8300  0  60  More Resource Crates
      8301  0  60  The Path of the Righteous
      8302  0  60  The Hand of the Righteous
      8303  0  60  Anachronos
      8304  0  60  Dearest Natalia
      10644  10634  70  Teron Gorefiend - Lore and Legend
      10660  0  69  What Strange Creatures...
      8307  0  57  Desert Recipe
      8308  0  60  Brann Bronzebeard's Lost Letter
      8309  8314  60  Glyph Chasing
      8310  8314  60  Breaking the Code
      8311  0  -1  Hallow's End Treats for Jesper!
      8312  0  -1  Hallow's End Treats for Spoops!
      8313  0  57  Sharing the Knowledge
      8314  0  60  Unraveling the Mystery
      8315  0  60  The Calling
      8316  0  60  Armaments of War
      8317  0  57  Kitchen Assistance
      8318  0  60  Secret Communication
      8319  0  60  Encrypted Twilight Texts
      8320  0  60  Twilight Geolords
      8321  0  60  Vyral the Vile
      8322  0  -1  Rotten Eggs
      8323  0  59  True Believers
      8324  0  59  Still Believing
      8325  8326  1  Reclaiming Sunstrider Isle
      8326  0  3  Unfortunate Measures
      8327  0  3  Report to Lanthan Perilon
      8328  0  1  Mage Training
      8329  0  2  Warrior Training
      8330  8345  4  Solanian's Belongings
      8331  0  60  Aurel Goldleaf
      8332  0  60  Dukes of the Council
      8333  0  60  Medallion of Station
      8334  0  4  Aggression
      8335  8347  5  Felendren the Banished
      8336  0  4  A Fistful of Slivers
      8338  0  4  Tainted Arcane Sliver
      8339  0  60  Royalty of the Council UNUSED
      8340  0  60  Twilight Signet Ring
      8341  0  60  Lords of the Council
      8342  0  60  Twilight Ring of Lordship
      8343  0  60  Goldleaf's Discovery
      8344  0  -1  Windows to the Source
      8345  0  4  The Shrine of Dath'Remar
      8346  0  3  Thirst Unending
      8347  0  5  Aiding the Outrunners
      8348  0  60  Signet of the Dukes
      8349  0  60  Bor Wildmane
      8350  0  5  Completing the Delivery
      8351  0  60  Bor Wishes to Speak
      8352  0  60  Scepter of the Council
      8353  0  -1  Chicken Clucking for a Mint
      8355  0  -1  Incoming Gumdrop
      10642  0  69  A Ghost in the Machine
      8357  0  -1  Dancing for Marzipan
      10624  0  69  A Haunted History
      10578  0  70  The Cipher of Damnation - Borak's Charge
      8360  0  -1  Dancing for Marzipan
      8361  0  60  Abyssal Contacts
      8362  0  60  Abyssal Crests
      8363  0  60  Abyssal Signets
      8364  0  60  Abyssal Scepters
      8365  0  45  Pirate Hats Ahoy!
      8366  0  45  Southsea Shakedown
      8367  0  -1  For Great Honor
      8368  0  19  Battle of Warsong Gulch
      8369  0  60  Invaders of Alterac Valley
      8370  0  29  Conquering Arathi Basin
      8371  0  -1  Concerted Efforts
      8372  0  19  Fight for Warsong Gulch
      8373  0  -1  The Power of Pine
      8374  0  29  Claiming Arathi Basin
      8375  0  60  Remember Alterac Valley!
      8376  0  60  Armaments of War
      8377  0  60  Armaments of War
      8378  0  60  Armaments of War
      8379  0  60  Armaments of War
      8380  0  60  Armaments of War
      8381  0  60  Armaments of War
      8382  0  60  Armaments of War
      8383  0  60  Remember Alterac Valley!
      11221  0  71  Reports from the Field
      8384  0  29  Claiming Arathi Basin
      8385  0  -1  Concerted Efforts
      8386  0  19  Fight for Warsong Gulch
      11218  0  71  Danger! Explosives!
      8387  0  60  Invaders of Alterac Valley
      8388  0  -1  For Great Honor
      11202  0  71  Mission: Eternal Flame
      8389  0  19  Battle of Warsong Gulch
      8390  0  29  Conquering Arathi Basin
      11199  0  71  Report to Scout Knowles
      8391  0  39  Claiming Arathi Basin
      11190  0  71  One Size Does Not Fit All
      8392  0  49  Claiming Arathi Basin
      8393  0  39  Claiming Arathi Basin
      8394  0  49  Claiming Arathi Basin
      8395  0  59  Claiming Arathi Basin
      8396  0  60  Claiming Arathi Basin
      8397  0  59  Claiming Arathi Basin
      11189  0  72  One Last Time
      8398  0  60  Claiming Arathi Basin
      11188  0  71  Two Wrongs...
      8399  0  29  Fight for Warsong Gulch
      8400  0  39  Fight for Warsong Gulch
      8401  0  49  Fight for Warsong Gulch
      8402  0  59  Fight for Warsong Gulch
      8403  0  60  Fight for Warsong Gulch
      8404  0  29  Fight for Warsong Gulch
      11187  0  71  Mage-Lieutenant Malister
      8405  0  39  Fight for Warsong Gulch
      11182  0  71  Root Causes
      8406  0  49  Fight for Warsong Gulch
      11179  0  71  [Temporarily Deprecated Awaiting a New Mob]Finlay Is Gutless
      8407  0  59  Fight for Warsong Gulch
      8408  0  60  Fight for Warsong Gulch
      11175  0  71  My Daughter
      11176  0  71  See to the Operations
      8409  0  -1  Ruined Kegs
      8410  0  52  Elemental Mastery
      8411  0  52  Mastering the Elements
      8412  0  52  Spirit Totem
      8413  0  52  Da Voodoo
      8414  0  52  Dispelling Evil
      8415  0  52  Chillwind Camp
      8416  0  52  Inert Scourgestones
      8417  0  52  A Troubled Spirit
      8418  0  52  Forging the Mightstone
      8419  8421  52  An Imp's Request
      8420  8421  52  Hot and Itchy
      8421  0  52  The Wrong Stuff
      8422  0  52  Trolls of a Feather
      8423  0  52  Warrior Kinship
      8424  0  52  War on the Shadowsworn
      8425  0  52  Voodoo Feathers
      8426  0  29  Battle of Warsong Gulch
      8427  0  39  Battle of Warsong Gulch
      10576  0  70  The Shadowmoon Shuffle
      8429  0  59  Battle of Warsong Gulch
      8430  0  60  Battle of Warsong Gulch
      8431  0  29  Battle of Warsong Gulch
      8432  0  39  Battle of Warsong Gulch
      11170  0  71  Test at Sea
      8433  0  49  Battle of Warsong Gulch
      8434  0  59  Battle of Warsong Gulch
      11168  0  71  Spiking the Mix
      8435  0  60  Battle of Warsong Gulch
      8436  0  39  Conquering Arathi Basin
      8437  0  49  Conquering Arathi Basin
      8438  0  59  Conquering Arathi Basin
      8439  0  60  Conquering Arathi Basin
      8440  0  39  Conquering Arathi Basin
      11167  0  71  The New Plague
      8441  0  49  Conquering Arathi Basin
      11157  0  71  The Clutches of Evil
      8442  0  59  Conquering Arathi Basin
      8443  0  60  Conquering Arathi Basin
      11155  0  71  Shoveltusk Soup Again?
      8446  0  60  Shrouded in Nightmare
      8447  0  60  Waking Legends
      8460  0  48  Timbermaw Ally
      8461  0  55  Deadwood of the North
      8462  0  55  Speak to Nafien
      8463  0  5  Unstable Mana Crystals
      10550  0  70  The Bundle of Bloodthistle
      10555  0  66  Malaise
      8465  0  55  Speak to Salfa
      8466  0  55  Feathers for Grazle
      8467  0  55  Feathers for Nafien
      8468  0  6  Wanted: Thaelis the Hungerer
      8469  0  56  Beads for Salfa
      10541  10588  70  The Cipher of Damnation - The Second Fragment Recovered
      8471  0  56  Winterfall Ritual Totem
      8472  0  5  Major Malfunction
      8473  0  9  A Somber Task
      8474  0  10  Old Whitebark's Pendant
      8475  0  6  The Dead Scar
      8476  0  10  Amani Encroachment
      8477  0  10  The Spearcrafter's Hammer
      8478  0  9  Choose Your Weapon
      8479  0  11  Zul'Marosh
      8480  0  7  Lost Armaments
      8481  0  60  The Root of All Evil
      8482  0  6  Incriminating Documents
      8483  0  7  The Dwarven Spy
      8484  0  60  The Brokering of Peace
      8485  0  60  The Brokering of Peace
      8486  0  6  Arcane Instability
      8487  0  9  Corrupted Soil
      8488  0  9  Unexpected Results
      8489  0  6  An Intact Converter
      8490  0  10  Powering our Defenses
      8491  0  7  Pelt Collection
      8492  0  60  The Alliance Needs Copper Bars!
      8493  0  60  The Alliance Needs More Copper Bars!
      8494  0  60  The Alliance Needs Iron Bars!
      8495  0  60  The Alliance Needs More Iron Bars!
      8496  0  60  Bandages for the Field
      8497  0  60  Desert Survival Kits
      8498  0  60  Twilight Battle Orders
      8499  0  60  The Alliance Needs Thorium Bars!
      8500  0  60  The Alliance Needs More Thorium Bars!
      10513  0  70  Oronok Torn-heart
      8502  0  60  Target: Hive'Ashi Workers
      8503  0  60  The Alliance Needs Stranglekelp!
      8504  0  60  The Alliance Needs More Stranglekelp!
      8505  0  60  The Alliance Needs Purple Lotus!
      8506  0  60  The Alliance Needs More Purple Lotus!
      8507  0  60  Field Duty
      8508  0  60  Field Duty Papers
      8509  0  60  The Alliance Needs Arthas' Tears!
      8510  0  60  The Alliance Needs More Arthas' Tears!
      8511  0  60  The Alliance Needs Light Leather!
      8512  0  60  The Alliance Needs More Light Leather!
      8513  0  60  The Alliance Needs Medium Leather!
      8514  0  60  The Alliance Needs More Medium Leather!
      8515  0  60  The Alliance Needs Thick Leather!
      8516  0  60  The Alliance Needs More Thick Leather!
      8517  0  60  The Alliance Needs Linen Bandages!
      8518  0  60  The Alliance Needs More Linen Bandages!
      10497  9032  60  Anthion's Parting Words
      8520  0  60  The Alliance Needs Silk Bandages!
      8521  0  60  The Alliance Needs More Silk Bandages!
      8522  0  60  The Alliance Needs Runecloth Bandages!
      8523  0  60  The Alliance Needs More Runecloth Bandages!
      8524  0  60  The Alliance Needs Rainbow Fin Albacore!
      8525  0  60  The Alliance Needs More Rainbow Fin Albacore!
      8526  0  60  The Alliance Needs Roast Raptor!
      8527  0  60  The Alliance Needs More Roast Raptor!
      8528  0  60  The Alliance Needs Spotted Yellowtail!
      8529  0  60  The Alliance Needs More Spotted Yellowtail!
      8530  0  60  The Alliance Needs Singed Corestones!
      8532  0  60  The Horde Needs Copper Bars!
      8533  0  60  The Horde Needs More Copper Bars!
      8534  0  60  Hive'Zora Scout Report
      10480  0  70  Enraged Spirits of Water
      8536  0  60  Earthen Templar
      8537  0  60  Crimson Templar
      8538  0  60  The Four Dukes
      8539  0  60  Target: Hive'Zora Hive Sisters
      8540  0  60  Boots for the Guard
      8541  0  60  Grinding Stones for the Guard
      10451  0  70  Escape from Coilskar Cistern
      8543  0  60  The Horde Needs More Tin Bars!
      8544  0  60  Conqueror's Spaulders
      8545  0  60  The Horde Needs Mithril Bars!
      8546  0  60  The Horde Needs More Mithril Bars!
      11154  0  71  Scare the Guano Out of Them!
      8547  0  1  Welcome!
      8548  0  60  Volunteer's Battlegear
      8549  0  60  The Horde Needs Peacebloom!
      8550  0  60  The Horde Needs More Peacebloom!
      11153  0  71  Break the Blockade
      8551  0  42  The Captain's Chest
      8552  0  50  The Monogrammed Sash
      8553  0  42  The Captain's Cutlass
      8554  -619  42  Facing Negolash
      8555  0  60  The Charge of the Dragonflights
      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
      8563  0  1  Warlock Training
      8564  0  1  Priest Training
      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
      10438  0  70  On Nethery Wings
      8574  0  60  Stalwart's Battlegear
      8575  0  60  Azuregos's Magical Ledger
      8576  0  60  Translating the Ledger
      8577  0  60  Stewvul, Ex-B.F.F.
      8578  8728  60  Scrying Goggles? No Problem!
      8579  0  60  Mortal Champions
      8580  0  60  The Horde Needs Firebloom!
      8581  0  60  The Horde Needs More Firebloom!
      8582  0  60  The Horde Needs Purple Lotus!
      8583  0  60  The Horde Needs More Purple Lotus!
      11116  0  70  Trial of the Naaru: (QUEST FLAG)
      10425  0  70  Escape from the Staging Grounds
      10422  0  70  Captain Tyralius
      8586  0  60  Dirge's Kickin' Chimaerok Chops
      8587  8728  60  Return to Narain
      8588  0  60  The Horde Needs Heavy Leather!
      8589  0  60  The Horde Needs More Heavy Leather!
      236  0  80  Fueling the Demolishers
      8590  0  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  0  60  Draconic for Dummies
      8599  0  60  Love Song for Narain
      8600  0  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  0  60  The Horde Needs Wool Bandages!
      8605  0  60  The Horde Needs More Wool Bandages!
      10411  0  70  Electro-Shock Goodness!
      8607  0  60  The Horde Needs Mageweave Bandages!
      8608  0  60  The Horde Needs More Mageweave Bandages!
      10406  0  70  Delivering the Message
      8610  0  60  The Horde Needs More Runecloth Bandages!
      8611  0  60  The Horde Needs Lean Wolf Steaks!
      8612  0  60  The Horde Needs More Lean Wolf Steaks!
      8613  0  60  The Horde Needs Spotted Yellowtail!
      8614  0  60  The Horde Needs More Spotted Yellowtail!
      8615  0  60  The Horde Needs Baked Salmon!
      8616  0  60  The Horde Needs More Baked Salmon!
      8618  0  60  The Horde Needs More Singed Corestones!
      8619  0  -1  Morndeep the Elder
      8620  8728  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
      8635  0  -1  Splitrock the Elder
      8636  0  -1  Rumblerock the Elder
      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
      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
      8647  0  -1  Bellowrage the Elder
      8648  0  -1  Darkcore 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
      8654  0  -1  Primestone the Elder
      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
      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
      8676  0  -1  Wildmane the Elder
      8677  0  -1  Darkhorn 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
      8684  0  -1  Dreamseer the Elder
      8685  0  -1  Mistwalker the Elder
      8686  0  -1  High Mountain the Elder
      10401  0  63  Mission: End All, Be All
      8688  0  -1  Windrun the Elder
      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
      8713  0  -1  Starsong the Elder
      8714  0  -1  Moonstrike the Elder
      8715  0  -1  Bladeleaf the Elder
      8716  0  -1  Starglade the Elder
      8717  0  -1  Moonwarden the Elder
      8718  0  -1  Bladeswift the Elder
      8719  0  -1  Bladesing the Elder
      8720  0  -1  Skygleam 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
      8728  0  60  The Good News and The Bad News
      8729  8742  60  The Wrath of Neptulon
      8730  8742  60  Nefarius's Corruption
      8731  0  60  Field Duty
      8732  0  60  Field Duty Papers
      10400  0  63  Overlord
      8734  0  60  Tyrande and Remulos
      10399  0  61  The Heart of Darkness
      8737  0  60  Azure Templar
      8738  0  60  Hive'Regal Scout Report
      8739  0  60  Hive'Ashi Scout Report
      8740  0  60  Twilight Marauders
      10397  0  61  Invasion Point: Annihilator
      8742  0  60  The Might of Kalimdor
      8743  0  60  Bang a Gong!
      8744  0  -1  A Carefully Wrapped Present
      8745  0  60  Treasure of the Timeless One
      8746  0  -1  Metzen the Reindeer
      8747  0  60  The Path of the Protector
      8748  0  60  The Path of the Protector
      8749  0  60  The Path of the Protector
      8750  0  60  The Path of the Protector
      8751  0  60  The Protector of Kalimdor
      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
      8756  0  60  The Qiraji 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
      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
      8765  0  60  The Changing of Paths - Invoker No More
      8766  0  60  The Changing of Paths - Conqueror No More
      8767  0  -1  A Gently Shaken Gift
      8768  0  -1  A Gaily Wrapped Present
      8769  0  -1  A Ticking Present
      8770  0  60  Target: Hive'Ashi Defenders
      8771  0  60  Target: Hive'Ashi Sandstalkers
      8773  0  60  Target: Hive'Zora Reavers
      10396  0  61  Enemy of my Enemy...
      10395  0  61  The Dark Missive
      10394  0  61  Disruption - Forge Camp: Mageddon
      8778  0  60  The Ironforge Brigade Needs Explosives!
      8779  0  60  Scrying Materials
      8780  0  60  Armor Kits for the Field
      8781  0  60  Arms for the Field
      8782  0  60  Uniform Supplies
      8783  0  60  Extraordinary Materials
      10393  10389  61  Vile Plans
      8785  0  60  The Orgrimmar Legion Needs Mojo!
      8786  0  60  Arms for the Field
      8787  0  60  Armor Kits for the Field
      8788  0  -1  A Gently Shaken Gift
      8789  0  60  Imperial Qiraji Armaments
      10391  0  61  Cannons of Rage
      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!
      8798  0  60  A Yeti of Your Own
      8799  0  -1  The Hero of the Day
      8800  0  60  Cenarion Battlegear
      8801  0  60  C'Thun's Legacy
      10390  0  61  Forge Camp: Mageddon
      8803  0  -1  A Festive Gift
      8804  0  60  Desert Survival Kits
      8805  0  60  Boots for the Guard
      8806  0  60  Grinding Stones for the Guard
      8807  0  60  Scrying Materials
      8808  0  60  Uniform Supplies
      8809  0  60  Extraordinary Materials
      8810  0  60  Bandages for the Field
      8811  0  60  One Commendation Signet
      8812  0  60  One Commendation Signet
      8813  0  60  One Commendation Signet
      8814  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
      8819  0  60  Ten Commendation Signets
      8820  0  60  Ten Commendation Signets
      8821  0  60  Ten Commendation Signets
      8822  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
      8827  0  -1  Winter's Presents
      8828  0  -1  Winter's Presents
      10382  0  61  Go to the Front
      10388  0  61  Return to Thrallmar
      8830  0  60  One Commendation Signet
      8831  0  60  Ten Commendation Signets
      8832  0  60  One Commendation Signet
      8833  0  60  Ten Commendation Signets
      8834  0  60  One Commendation Signet
      8835  0  60  Ten Commendation Signets
      8836  0  60  One Commendation Signet
      8837  0  60  Ten Commendation Signets
      8838  0  60  One Commendation Signet
      8839  0  60  Ten Commendation Signets
      8840  0  60  One Commendation Signet
      8841  0  60  Ten Commendation Signets
      8842  0  60  One Commendation Signet
      8843  0  60  Ten Commendation Signets
      8844  0  60  One Commendation Signet
      8845  0  60  Ten Commendation Signets
      8846  0  19  Five Signets for War Supplies
      8847  0  29  Ten Signets for War Supplies
      8848  0  39  Fifteen Signets for War Supplies
      8849  0  49  Twenty 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
      8854  0  49  Twenty Signets for War Supplies
      8855  0  60  Thirty Signets for War Supplies
      8856  0  0  Desert Survival Kits
      10345  0  70  The Flesh Lies...
      10231  0  67  What Book? I Don't See Any Book.
      8860  0  -1  New Year Celebrations!
      8861  0  -1  New Year Celebrations!
      8862  0  -1  Elune's Candle
      8863  0  -1  Festival Dumplings
      8864  0  -1  Festive Lunar Dresses
      8865  0  -1  Festive Lunar Pant Suits
      8866  0  -1  Bronzebeard the Elder
      8867  0  -1  Lunar Fireworks
      8868  0  -1  Elune's Blessing
      10228  0  67  Ezekiel
      8870  0  -1  The Lunar Festival
      8871  0  -1  The Lunar Festival
      8872  0  -1  The Lunar Festival
      8873  0  -1  The Lunar Festival
      8874  0  -1  The Lunar Festival
      8875  0  -1  The Lunar Festival
      8876  0  -1  Small Rockets
      8877  0  -1  Firework Launcher
      8878  0  -1  Festive Recipes
      8879  0  -1  Large Rockets
      8880  0  -1  Cluster Rockets
      8881  0  -1  Large Cluster Rockets
      8882  0  -1  Cluster Launcher
      8883  0  -1  Valadar Starsong
      8884  0  7  Fish Heads, Fish Heads...
      8885  0  9  The Ring of Mmmrrrggglll
      10218  0  66  Someone Else's Hard Work Pays Off
      8887  0  8  Captain Kelisendra's Lost Rutters
      8888  0  10  The Magister's Apprentice
      8889  0  10  Deactivating the Spire
      8890  0  10  Word from the Spire
      8891  0  10  Abandoned Investigations
      8892  0  7  Situation at Sunsail Anchorage
      8893  0  47  The Super Egg-O-Matic
      8894  0  10  Cleaning up the Grounds
      8895  0  6  Delivery to the North Sanctum
      8896  0  7  The Dwarven Spy
      8897  0  -1  Dearest Colara,
      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,
      8903  0  -1  Dangerous Love
      8904  0  -1  Dangerous Love
      8905  8922  60  An Earnest Proposition
      8906  8922  60  An Earnest Proposition
      8907  8922  60  An Earnest Proposition
      8908  8922  60  An Earnest Proposition
      8909  8922  60  An Earnest Proposition
      10175  0  68  Thrall, Son of Durotan
      10212  0  68  Hero of the Mag'har
      10167  0  68  Auchindoun...
      10163  0  62  Mission: The Abyssal Shelf
      8913  8923  60  An Earnest Proposition
      8914  8923  60  An Earnest Proposition
      10149  0  63  Mission: End All, Be All
      10119  0  61  Through the Dark Portal
      10114  0  65  The Nesingwary Safari
      10113  0  65  The Nesingwary Safari
      8919  8923  60  An Earnest Proposition
      10109  0  66  I Must Have Them!
      8921  0  60  The Ectoplasmic Distiller
      8922  8921  60  A Supernatural Device
      8923  8921  60  A Supernatural Device
      8924  0  60  Hunting for Ectoplasm
      8925  0  60  A Portable Power Source
      8926  8929  60  Just Compensation
      8927  8930  60  Just Compensation
      8928  0  60  A Shifty Merchant
      8929  8945  60  In Search of Anthion
      8930  8945  60  In Search of Anthion
      8931  8929  60  Just Compensation
      10082  0  68  The Agitated Ancestors
      10081  0  68  To Meet Mother Kashur
      8934  8929  60  Just Compensation
      8935  8929  60  Just Compensation
      8936  8929  60  Just Compensation
      8937  8929  60  Just Compensation
      8938  8930  60  Just Compensation
      8939  8930  60  Just Compensation
      8940  8930  60  Just Compensation
      8941  8930  60  Just Compensation
      10045  0  68  Material Components
      10044  0  68  A Visit With the Greatmother
      8945  0  60  Dead Man's Plea
      8946  0  60  Proof of Life
      8947  0  60  Anthion's Strange Request
      8948  0  60  Anthion's Old Friend
      8949  0  60  Falrin's Vendetta
      8950  0  60  The Instigator's Enchantment
      8951  8960  60  Anthion's Parting Words
      8952  8960  60  Anthion's Parting Words
      8953  8960  60  Anthion's Parting Words
      8954  8960  60  Anthion's Parting Words
      8955  8960  60  Anthion's Parting Words
      8956  8960  60  Anthion's Parting Words
      8957  9032  60  Anthion's Parting Words
      8958  8960  60  Anthion's Parting Words
      8959  8960  60  Anthion's Parting Words
      8960  8961  60  Bodley's Unfortunate Fate
      8961  0  60  Three Kings of Flame
      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
      8970  0  60  I See Alcaz Island In Your Future...
      8977  0  60  Return to Deliana
      8978  0  60  Return to Mokvar
      8979  0  -1  Fenstad's Hunch
      8980  0  -1  Zinge's Assessment
      8981  0  -1  Gift Giving
      8982  0  -1  Tracing the Source
      8983  0  -1  Tracing the Source
      8984  0  -1  The Source Revealed
      8985  0  60  More Components of Importance
      8986  0  60  More Components of Importance
      10031  0  65  Helping the Lost Find Their Way
      8988  0  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
      8993  0  -1  Gift Giving
      8994  0  60  Final Preparations
      8995  0  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
      9015  0  60  The Challenge
      10030  0  65  Recover the Bones
      9017  9032  60  Anthion's Parting Words
      9018  9032  60  Anthion's Parting Words
      9019  9032  60  Anthion's Parting Words
      9020  9032  60  Anthion's Parting Words
      9021  9032  60  Anthion's Parting Words
      9022  9032  60  Anthion's Parting Words
      9023  0  60  The Perfect Poison
      9024  0  -1  Aristan's Hunch
      9025  0  -1  Morgan's Discovery
      9026  0  -1  Tracing the Source
      9027  0  -1  Tracing the Source
      9028  0  -1  The Source Revealed
      9029  0  -1  A Bubbling Cauldron
      9030  0  60  Anthion's Parting Words
      9032  8961  60  Bodley's Unfortunate Fate
      9033  0  60  Echoes of War
      10010  0  68  It's Just That Easy?
      10029  0  65  The Spirits Are Calling
      9035  0  6  Roadside Ambush
      9036  0  60  Dreadnaught Legplates
      9037  0  60  Dreadnaught Helmet
      9038  0  60  Dreadnaught Pauldrons
      10004  0  68  Patience and Understanding
      9040  0  60  Dreadnaught Gauntlets
      9041  0  60  Dreadnaught Waistguard
      9042  0  60  Dreadnaught Bracers
      9043  0  60  Redemption Tunic
      9044  0  60  Redemption Legguards
      9045  0  60  Redemption Headpiece
      9046  0  60  Redemption Spaulders
      9047  0  60  Redemption Boots
      9048  0  60  Redemption Handguards
      9049  0  60  Redemption Girdle
      9050  0  60  Redemption Wristguards
      9051  0  52  Toxic Test
      9052  0  52  Bloodpetal Poison
      9053  0  52  A Better Ingredient
      9054  0  60  Cryptstalker Tunic
      9055  0  60  Cryptstalker Legguards
      9056  0  60  Cryptstalker Headpiece
      9057  0  60  Cryptstalker Spaulders
      9058  0  60  Cryptstalker Boots
      9059  0  60  Cryptstalker Handguards
      9061  0  60  Cryptstalker Wristguards
      9062  0  6  Soaked Pages
      9063  0  52  Torwa Pathfinder
      9064  0  6  Taking the Fall
      9065  0  1  The Pattymac Special
      9066  0  6  Swift Discipline
      9067  0  9  The Party Never Ends
      9068  0  60  Earthshatter Tunic
      9069  0  60  Earthshatter Legguards
      9070  0  60  Earthshatter Headpiece
      9071  0  60  Earthshatter Spaulders
      9072  0  60  Earthshatter Boots
      9073  0  60  Earthshatter Handguards
      9074  0  60  Earthshatter Girdle
      10002  0  64  The Firewing Liaison
      9076  0  8  Wretched Ringleader
      9077  0  60  Bonescythe Breastplate
      9078  0  60  Bonescythe Legplates
      9991  0  68  Survey the Land
      9080  0  60  Bonescythe Pauldrons
      9081  0  60  Bonescythe Sabatons
      9082  0  60  Bonescythe Gauntlets
      9083  0  60  Bonescythe Waistguard
      9084  0  60  Bonescythe Bracers
      9085  0  -1  Shadows of Doom
      9086  0  60  Dreamwalker Tunic
      9087  0  60  Dreamwalker Legguards
      9088  0  60  Dreamwalker Headpiece
      9089  0  60  Dreamwalker Spaulders
      9090  0  60  Dreamwalker Boots
      9091  0  60  Dreamwalker Handguards
      9092  0  60  Dreamwalker Girdle
      9093  0  60  Dreamwalker Wristguards
      9094  0  -1  Argent Dawn Gloves
      9095  0  60  Frostfire Robe
      9096  0  60  Frostfire Leggings
      9097  0  60  Frostfire Circlet
      9962  9967  67  The Ring of Blood: Brokentoe
      9973  9977  67  The Ring of Blood: The Warmaul Champion
      9099  0  60  Frostfire Sandals
      9100  0  60  Frostfire Gloves
      9101  0  60  Frostfire Belt
      9102  0  60  Frostfire Bindings
      9103  0  60  Plagueheart Robe
      9104  0  60  Plagueheart Leggings
      9105  0  60  Plagueheart Circlet
      9106  0  60  Plagueheart Shoulderpads
      9107  0  60  Plagueheart Sandals
      9108  0  60  Plagueheart Gloves
      9109  0  60  Plagueheart Belt
      9110  0  60  Plagueheart Bindings
      9111  0  60  Robe of Faith
      9112  0  60  Leggings of Faith
      9113  0  60  Circlet of Faith
      9114  0  60  Shoulderpads of Faith
      9944  0  67  Missing Mag'hari Procession
      9948  0  67  Finding the Survivors
      9117  0  60  Belt of Faith
      9118  0  60  Bindings of Faith
      9119  0  5  Malfunction at the West Sanctum
      9120  0  60  The Fall of Kel'Thuzad
      9937  0  67  Wanted: Durn the Hungerer
      9122  9033  60  The Dread Citadel - Naxxramas
      9123  9033  60  The Dread Citadel - Naxxramas
      9124  0  60  Cryptstalker Armor Doesn't Make Itself...
      9125  0  60  Crypt Fiend Parts
      9933  0  66  Message to Telaar
      9127  0  60  Bone Fragments
      9924  0  66  Corki's Gone Missing Again!
      9923  0  65  HELP!
      9130  0  10  Goods from Silvermoon City
      9131  0  60  Binding the Dreadnaught
      9133  0  10  Fly to Silvermoon City
      9134  0  10  Skymistress Gloaming
      9135  0  10  Return to Quartermaster Lymel
      9890  0  65  Success!
      9137  0  60  Savage Fronds
      9138  0  10  Suncrown Village
      9139  0  11  Goldenmist Village
      9140  0  14  Windrunner Village
      9871  0  67  Murkblood Invaders
      9874  0  67  Stopping the Spread
      9142  0  60  Craftsman's Writ
      9143  0  12  Dealing with Zeb'Sora
      9144  0  10  Missing in the Ghostlands
      9145  0  12  Help Ranger Valanna!
      9146  0  12  Report to Captain Helios
      9147  0  10  The Fallen Courier
      9148  0  10  Delivery to Tranquillien
      9149  0  13  The Plagued Coast
      9150  0  12  Salvaging the Past
      9151  0  20  The Sanctum of the Sun
      9152  0  11  Tomber's Supplies
      9153  0  -1  Under the Shadow
      9154  0  -1  Light's Hope Chapel
      9155  0  14  Down the Dead Scar
      9156  0  21  Wanted: Knucklerot and Luzran
      9157  0  12  Forgotten Rituals
      9158  0  14  Bearers of the Plague
      9159  0  15  Curbing the Plague
      9160  0  11  Investigate An'daroth
      9161  0  16  The Traitor's Shadow
      9162  0  16  Hints of the Past
      9163  0  14  Into Occupied Territory
      9164  0  20  Captives at Deatholme
      9165  0  60  Writ of Safe Passage
      9166  0  16  Deliver the Plans to An'telas
      9167  0  21  The Traitor's Destruction
      9168  0  20  Heart of Deatholme
      9169  0  16  Deactivate An'owyn
      9170  0  20  Dar'Khan's Lieutenants
      9171  0  15  Culinary Crunch
      9172  0  16  Report to Magister Kaendris
      9173  0  15  Retaking Windrunner Spire
      9174  0  13  Vanquishing Aquantion
      9175  0  15  The Lady's Necklace
      9176  0  17  The Twin Ziggurats
      9177  0  15  Journey to Undercity
      9178  0  60  Craftsman's Writ - Dense Weightstone
      9179  0  60  Craftsman's Writ - Imperial Plate Chest
      9180  0  15  Journey to Undercity
      9181  0  60  Craftsman's Writ - Volcanic Hammer
      9182  0  60  Craftsman's Writ - Huge Thorium Battleaxe
      9183  0  60  Craftsman's Writ - Radiant Circlet
      9819  0  65  The Tortured Earth
      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
      9189  0  15  Delivery to the Sepulcher
      9190  0  60  Craftsman's Writ - Runecloth Boots
      9191  0  60  Craftsman's Writ - Runecloth Bag
      9192  0  14  Trouble at the Underlight Mines
      9193  0  17  Investigate the Amani Catacombs
      9194  0  60  Craftsman's Writ - Runecloth Robe
      9195  0  60  Craftsman's Writ - Goblin Sapper Charge
      9815  0  66  Muck Diving
      9197  0  60  Craftsman's Writ - Gnomish Battle Chicken
      9198  0  60  Craftsman's Writ - Thorium Tube
      9199  0  17  Troll Juju
      9810  0  66  The Spirit Polluted
      9761  0  20  Clearing the Way
      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
      9205  0  60  Craftsman's Writ - Plated Armorfish
      9206  0  60  Craftsman's Writ - Lightning Eel
      9207  0  14  Underlight Ore Samples
      9760  0  20  Vindicator's Rest
      9751  9674  18  The Bloodcurse Legacy
      9749  0  19  They're Alive! Maybe...
      9212  0  17  Escape from the Catacombs
      9213  0  60  The Shadow Guard
      9214  0  18  Shadowpine Weaponry
      9215  0  20  Bring Me Kel'gash's Head!
      9216  0  16  Rotting Hearts
      9217  0  16  More Rotting Hearts
      9218  0  18  Spinal Dust
      9219  0  18  More Spinal Dust
      9220  0  20  War on Deatholme
      9748  0  18  Don't Drink the Water
      9746  0  18  Limits of Physical Exhaustion
      9223  0  60  Superior Armaments of Battle - Honored Amongst the Dawn
      9224  0  60  Epic Armaments of Battle - Honored Amongst the Dawn
      9225  0  60  Epic Armaments of Battle - Revered Amongst the Dawn
      9741  0  18  Critters of the Void
      9227  0  60  Superior Armaments of Battle - Exalted Amongst the Dawn
      9228  0  60  Epic Armaments of Battle - Exalted Amongst the Dawn
      9229  0  60  The Fate of Ramaladni
      9711  0  18  Matis the Cruel
      9232  0  60  The Only Song I Know...
      9706  0  18  Galaen's Journal - The Fate of Vindicator Saruan
      9234  0  60  Icebane Gauntlets
      9235  0  60  Icebane Bracers
      9703  0  17  The Cryo-Core
      9237  0  60  Glacial Cloak
      9238  0  60  Glacial Wrists
      9239  0  60  Glacial Gloves
      9240  0  60  Glacial Vest
      9242  0  60  Polar Gloves
      9243  0  60  Polar Tunic
      9244  0  60  Icy Scale Bracers
      9245  0  60  Icy Scale Gauntlets
      9246  0  60  Icy Scale Breastplate
      9247  0  -1  The Keeper's Call
      9700  0  16  I Shoot Magic Into the Darkness
      9249  0  -1  40 Tickets - Schematic: Steam Tonk Controller
      9250  0  60  Frame of Atiesh
      9251  0  60  Atiesh, the Befouled Greatstaff
      9252  0  9  Defending Fairbreeze Village
      9253  0  10  Runewarden Deryan
      9254  0  9  The Wayward Apprentice
      9255  0  9  Research Notes
      9256  0  7  Fairbreeze Village
      9257  0  60  Atiesh, Greatstaff of the Guardian
      9258  0  10  The Scorched Grove
      9259  0  -1  Traitor to the Bloodsail
      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
      9266  0  -1  Making Amends
      9267  0  -1  Mending Old Wounds
      9268  0  -1  War at Sea
      9269  0  60  Atiesh, Greatstaff of the Guardian
      9270  0  60  Atiesh, Greatstaff of the Guardian
      9271  0  60  Atiesh, Greatstaff of the Guardian
      9272  0  55  Dressing the Part
      9274  0  12  Spirits of the Drowned
      9275  0  19  A Little Dash of Seasoning
      9276  0  18  Attack on Zeb'Tela
      9277  0  19  Assault on Zeb'Nowa
      9698  0  16  Audience with the Prophet
      9279  0  1  You Survived!
      9280  9409  1  Replenishing the Healing Crystals
      9281  0  18  Clearing the Way
      9282  0  16  The Farstrider Enclave
      9283  0  2  Rescue the Survivors!
      9284  0  60  Aldor Faction Test
      9285  0  60  Consortium Faction Test
      9286  0  60  Scryers Faction Test
      9287  0  2  Paladin Training
      9288  0  2  Hunter Training
      9289  0  2  Warrior Training
      9290  0  2  Mage Training
      9291  0  2  Priest Training
      9292  0  -1  Cracked Necrotic Crystal
      9293  0  2  What Must Be Done...
      9294  0  3  Healing the Lake
      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
      9303  0  4  Inoculation
      9304  0  -1  Document from the Front
      9305  0  4  Spare Parts
      9309  0  5  The Missing Scout
      9310  0  -1  Faint Necrotic Crystal
      9311  0  5  Blood Elf Spy
      9312  0  5  The Emitter
      9313  0  5  Travel to Azure Watch
      9314  0  5  Word from Azure Watch
      9315  0  11  Anok'suten
      9317  0  -1  Consecrated Sharpening Stones
      9318  0  -1  Blessed Wizard Oil
      9319  0  -1  A Light in Dark Places
      9320  0  -1  Super Mana Potion
      9321  0  -1  Super Healing Potion
      9322  0  -1  Wild Fires in Kalimdor
      9323  0  -1  Wild Fires in the Eastern Kingdoms
      9324  9339  -1  Stealing Orgrimmar's Flame
      9325  9339  -1  Stealing Thunder Bluff's Flame
      9326  9339  -1  Stealing the Undercity's Flame
      9327  9758  10  The Forsaken
      9328  0  21  Hero of the Sin'dorei
      9329  9758  10  The Forsaken
      9330  9365  -1  Stealing Stormwind's Flame
      9331  9365  -1  Stealing Ironforge's Flame
      9332  9365  -1  Stealing Darnassus's Flame
      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
      9338  0  60  Allegiance to Cenarion Circle
      9339  0  -1  A Thief's Reward
      9340  0  62  The Great Fissure
      9341  0  -1  Tabard of the Argent Dawn
      9342  0  61  Marauding Crust Bursters
      9343  0  -1  Tabard of the Argent Dawn
      9344  0  61  A Hasty Departure
      9345  0  61  Preparing the Salve
      9346  0  61  When Helboars Fly
      9349  0  61  Ravager Egg Roundup
      9351  0  61  Voidwalkers Gone Wild
      9352  0  6  Darnassian Intrusions
      9355  0  61  A Job for an Intelligent Man
      9356  0  61  Smooth as Butter
      9357  0  5  Report to Aeldon Sunbrand
      9358  0  9  Ranger Sareyn
      9359  0  10  Farstrider Retreat
      9360  0  11  Amani Invasion
      9361  0  61  Helboar, the Other White Meat
      9362  0  60  Warlord Krellian
      9363  0  11  Warning Fairbreeze Village
      9364  0  -1  Fragmented Magic
      9365  0  -1  A Thief's Reward
      9366  0  62  In Need of Felblood
      9367  0  -1  The Festival of Fire
      9368  0  -1  The Festival of Fire
      9369  9409  1  Replenishing the Healing Crystals
      9370  0  62  The Cleansing Must Be Stopped
      9371  0  2  Botanist Taerix
      9372  0  63  Demonic Contamination
      9373  0  61  Missing Missive
      9374  0  62  Arelion's Journal
      9375  0  63  The Road to Falcon Watch
      9376  0  63  A Pilgrim's Plight
      9378  0  60  DND FLAG The Dread Citadel - Naxxramas
      9380  0  61  Hounded for More
      9381  0  63  Trueflight Arrows
      9383  0  63  An Ambitious Plan
      9385  0  63  Rampaging Ravagers
      9386  0  -1  A Light in Dark Places
      9387  0  63  Source of the Corruption
      9388  0  25  Flickering Flames in Kalimdor
      9389  0  25  Flickering Flames in the Eastern Kingdoms
      9390  0  62  In Search of Sedai
      9391  0  62  Marking the Path
      9392  0  1  Rogue Training
      9393  0  1  Hunter Training
      9394  0  10  Where's Wyllithen?
      9395  0  9  Saltheril's Haven
      9396  0  62  Magic of the Arakkoa
      9397  0  62  Birds of a Feather
      9398  0  62  Deadly Predators
      9399  0  63  Cruel Taskmasters
      9400  0  62  The Assassin
      9401  0  62  A Strange Weapon
      9402  0  10  Fetch!
      9403  0  10  The Purest Water
      9404  0  10  Recently Living
      9405  0  62  The Warchief's Mandate
      9406  0  62  The Mag'har
      9674  0  18  The Bloodcursed Naga
      9408  0  60  Forgotten Heroes
      9409  0  2  Urgent Delivery!
      9410  0  62  A Spirit Guide
      9415  0  60  Report to Marshal Bluewall
      9416  0  60  Report to General Kirika
      9417  0  63  The Arakkoa Threat
      9418  0  63  Avruu's Orb
      9419  0  60  Scouring the Desert
      9420  0  62  The Finest Down
      9421  0  2  Shaman Training
      9422  0  60  Scouring the Desert
      9423  0  62  Return to Obadei
      9424  0  63  Makuru's Vengeance
      9425  0  20  Report to Tarren Mill
      9426  0  62  The Pools of Aggonar
      9427  0  62  Cleansing the Waters
      9428  0  20  Report to Splintertree Post
      9429  0  20  Travel to Darkshire
      9430  0  63  Sha'naar Relics
      9431  0  28  A Different Approach
      9432  0  20  Travel to Astranaar
      9433  0  28  A Dip in the Moonwell
      9434  0  28  Testing the Tonic
      9435  0  29  Missing Crystals
      9436  0  34  Bloodscalp Insight
      9437  0  37  Twilight of the Dawn Runner
      9438  0  62  Messenger to Thrall
      9439  0  40  Unclaimed Baggage
      9440  0  38  Little Morsels
      9441  0  63  Envoy to the Mag'har
      9442  0  63  A Debilitating Sickness
      9443  0  58  The So-Called Mark of the Lightbringer
      9672  9674  18  The Bloodcurse Legacy
      9446  0  58  Tomb of the Lightbringer
      9447  0  63  Administering the Salve
      9448  0  38  Mercy for the Cursed
      9449  0  -1  Call of Earth
      9450  0  -1  Call of Earth
      9451  0  -1  Call of Earth
      9452  0  6  Red Snapper - Very Tasty!
      9670  0  19  They're Alive! Maybe...
      9454  0  6  The Great Moongraze Hunt
      9455  0  7  Strange Findings
      9456  0  8  Nightstalker Clean Up, Isle 2...
      9457  0  36  An Unusual Patron
      9460  0  12  Combining Forces
      9461  0  -1  Call of Fire
      9462  0  -1  Call of Fire
      9463  0  6  Medicinal Purpose
      9464  0  -1  Call of Fire
      9465  0  -1  Call of Fire
      9466  0  63  Wanted: Blacktalon the Savage
      9467  0  -1  Call of Fire
      9468  0  -1  Call of Fire
      9469  0  46  Featherbeard's Endorsement
      9470  0  46  A Gesture of Goodwill
      9471  0  44  Preying on the Predators
      9472  0  62  Arelion's Mistress
      9473  0  8  An Alternative Alternative
      9474  0  58  The Mark of the Lightbringer
      9475  0  46  Reclaiming the Eggs
      9476  0  46  In Pursuit of Featherbeard
      9483  0  62  Life's Finer Pleasures
      9484  0  -1  Taming the Beast
      9485  0  -1  Taming the Beast
      9486  0  -1  Taming the Beast
      9487  0  16  Arcane Reavers
      9488  0  16  A Simple Robe
      9489  0  5  Cleansing the Scar
      9490  0  63  The Rock Flayer Matriarch
      9491  0  18  Greed
      9492  0  70  Turning the Tide
      9493  0  70  Pride of the Fel Horde
      9494  0  70  Fel Embers
      9495  0  70  The Will of the Warchief
      9649  0  18  Ysera's Tears
      9498  0  62  Falcon Watch
      9499  0  62  Falcon Watch
      9500  0  -1  Call of Water
      9501  0  -1  Call of Water
      9502  0  -1  Call of Water
      9503  0  -1  Call of Water
      9504  0  -1  Call of Water
      9505  0  8  The Prophecy of Velen
      9600  0  -1  Redemption
      9508  0  -1  Call of Water
      9509  0  -1  Call of Water
      9510  0  62  Bristlehide Clefthoof Hides
      9511  0  70  Kargath's Battle Plans
      9571  0  10  The Kurken's Hide
      9573  0  11  Chieftain Oomooroo
      9513  0  8  Reclaiming the Ruins
      9515  0  10  Warlord Sriss'tiz
      9516  0  30  Destroy the Legion
      9517  0  28  A Shameful Waste
      9518  0  28  Agents of Destruction
      9519  0  27  The Lost Chalice
      9520  0  30  Diabolical Plans
      9521  0  25  Report from the Northern Front
      9522  0  32  Never Again!
      9570  0  12  The Kurken is Lurkin'
      9524  0  70  Imprisoned in the Citadel
      9525  0  70  Imprisoned in the Citadel
      9526  0  30  Reclaiming Felfire Hill
      9527  0  10  All That Remains
      9528  0  10  A Cry For Help
      9529  0  -1  The Stone
      9530  0  9  I've Got a Plant
      9531  0  9  Tree's Company
      9532  0  10  Find Keltus Darkleaf
      9533  0  25  A Helping Hand
      9534  0  30  Destroy the Legion
      9535  0  30  Diabolical Plans
      9536  0  32  Never Again!
      9566  0  10  Blood Crystals
      9538  0  8  Learning the Language
      9539  0  10  Totem of Coo
      9540  0  10  Totem of Tikti
      9541  0  10  Totem of Yor
      9542  0  10  Totem of Vark
      9543  0  63  Atonement
      9544  0  10  The Prophecy of Akida
      9545  0  63  The Seer's Relic
      9547  0  -1  Call of Air
      9548  0  17  Pilfered Equipment
      9549  0  17  Artifacts of the Blacksilt
      9550  0  16  A Map to Where?
      9551  0  -1  Call of Air
      9552  0  -1  Call of Air
      9553  0  -1  Call of Air
      9554  0  -1  Call of Air
      9555  0  -1  Call of Fire
      9556  0  60  To The Victor...
      9557  0  16  Deciphering the Book
      9558  0  62  The Longbeards
      9559  0  10  Stillpine Hold
      9560  9565  10  Beasts of the Apocalypse!
      9561  0  16  Nolkai's Words
      9562  0  10  Murlocs... Why Here? Why Now?
      9563  0  62  Gaining Mirren's Trust
      9564  0  11  Gurf's Dignity
      9565  0  10  Search Stillpine Hold
      9537  0  9  Show Gnomercy
      9567  0  14  Know Thine Enemy
      9568  0  15  On the Offensive
      9569  0  18  Containing the Threat
      9523  0  8  Precious and Fragile Things Need Special Handling
      9514  0  8  Rune Covered Tablet
      9572  0  62  Weaken the Ramparts
      9512  0  7  Cookie's Jumbo Gumbo
      9574  0  14  Victims of Corruption
      9575  0  62  Weaken the Ramparts
      9576  0  12  Cruelfin's Necklace
      9578  0  18  Searching for Galaen
      9579  0  18  Galaen's Fate
      9580  0  16  The Bear Necessities
      9581  0  11  Learning from the Crystals
      9582  0  10  Strength of One
      9584  0  14  The Second Sample
      9585  0  18  The Final Sample
      9586  0  5  Help Tavara
      9587  0  62  Dark Tidings
      9588  0  62  Dark Tidings
      9589  0  63  The Blood is Life
      9590  0  63  The Blood is Life
      9591  0  -1  Taming the Beast
      9592  0  -1  Taming the Beast
      9593  0  -1  Taming the Beast
      9594  0  14  Signs of the Legion
      9595  0  11  Control
      9598  0  -1  Redemption
      9601  0  52  To The Bulwark
      9602  0  9  Deliver Them From Evil...
      9603  0  10  Beds, Bandages, and Beyond
      9604  0  10  On the Wings of a Hippogryph
      9605  0  10  Hippogryph Master Stephanos
      9606  0  10  Return to Topher Loaal
      9607  0  63  Heart of Rage
      9608  0  63  Heart of Rage
      9609  0  37  Help Watcher Biggs
      9610  0  43  Pool of Tears
      9612  0  8  A Hearty Thanks!
      9616  0  7  Bandits!
      9617  0  -1  Seek the Farstriders
      9618  0  10  Return the Reports
      9619  0  -1  The Rune of Summoning
      9620  0  14  The Missing Survey Team
      9621  0  21  Envoy to the Horde
      9622  0  11  Warn Your People
      9623  0  11  Coming of Age
      9624  0  12  A Favorite Treat
      9625  0  11  Elekks Are Serious Business
      9626  0  21  Meeting the Warchief
      9627  0  21  Allegiance to the Horde
      9628  0  14  Salvaging the Data
      9629  0  13  Catch and Release
      9630  0  70  Medivh's Journal
      9631  0  70  A Colleague's Aid
      9632  0  15  Newfound Allies
      9633  0  15  The Way to Auberdine
      9634  0  11  Alien Predators
      9635  0  60  The Zapthrottle Mote Extractor!
      9636  0  60  The Zapthrottle Mote Extractor!
      9637  0  70  Kalynna's Request
      9638  0  70  In Good Hands
      9639  0  70  Kamsis
      9640  0  70  The Shade of Aran
      9641  0  15  Irradiated Crystal Shards
      9642  0  15  More Irradiated Crystal Shards
      9643  0  15  Constrictor Vines
      9644  0  70  Nightbane
      9645  0  70  The Master's Terrace
      9646  0  17  WANTED: Deathclaw
      9647  0  16  Culling the Flutterers
      9648  0  14  Mac'Aree Mushroom Menagerie
      9506  0  7  A Small Start
      9663  0  12  The Kessel Run
      9664  0  60  Establishing New Outposts
      9665  0  60  Bolstering Our Defenses
      9666  0  13  Declaration of Power
      9667  0  13  Saving Princess Stillpine
      9668  0  13  Report to Exarch Admetius
      9669  0  19  The Missing Expedition
      9496  0  70  Pride of the Fel Horde
      9671  0  18  Urgent Delivery
      9453  0  6  Find Acteon!
      9673  0  -1  Beast Training
      9444  0  58  Defiling Uther's Tomb
      9675  0  -1  Beast Training
      9676  0  1  Paladin Training
      9677  0  -1  Summons from Knight-Lord Bloodvalor
      9678  0  -1  The First Trial
      9680  0  70  Digging Up the Past
      9681  0  -1  A Study in Power
      9682  0  18  The Hopeless Ones...
      9683  0  19  Ending the Bloodcurse
      9684  0  -1  Claiming the Light
      9685  0  -1  Redeeming the Dead
      9686  0  -1  The Second Trial
      9687  0  18  Restoring Sanctity
      9688  0  19  Into the Dream
      9689  0  21  Razormaw
      9690  0  -1  The Second Trial
      9691  0  -1  Return to Silvermoon
      9692  0  23  The Path of the Adept
      9693  0  15  What Argus Means to Me
      9694  0  15  Blood Watch
      9696  0  16  Translations...
      9697  0  63  Watcher Leesa'oh
      9407  0  61  Through the Dark Portal
      9699  0  16  Truth or Fiction
      9248  0  60  A Humble Offering
      9278  0  1  Welcome!
      9701  0  63  Observing the Sporelings
      9702  0  64  A Question of Gluttony
      9241  0  60  Polar Bracers
      9704  0  5  Slain by the Wretched
      9705  0  5  Package Recovery
      9236  0  60  Icebane Breastplate
      9707  0  23  Forging the Weapon
      9708  0  63  Familiar Fungi
      9709  0  64  Stealing Back the Mushrooms
      9710  0  23  The Blood-Tempered Ranseur
      9233  0  60  Omarion's Handbook
      9712  0  -1  The Thalassian Warhorse
      9713  0  0  Glowcap Harvesting Enabling Flag
      9714  0  65  Bring Me Another Shrubbery!
      9715  0  65  Bring Me A Shrubbery!
      9716  0  63  Disturbance at Umbrafen Lake
      9717  0  65  Oh, It's On!
      9718  0  63  As the Crow Flies
      9719  0  65  Stalk the Stalker
      9720  0  64  Balance Must Be Preserved
      9721  0  -1  A Summons from Lord Solanar
      9722  0  -1  The Master's Path
      9723  0  -1  A Gesture of Commitment
      9724  0  64  Warning the Cenarion Circle
      9725  0  -1  A Demonstration of Loyalty
      9726  0  64  Now That We're Friends...
      9727  0  64  Now That We're Still Friends...
      9728  0  64  A Warm Welcome
      9729  0  65  Fhwoor Smash!
      9730  0  64  Leader of the Darkcrest
      9731  9724  63  Drain Schematics
      9732  0  63  Return to the Marsh
      9733  9734  64  Warning the Cenarion Circle
      9734  0  63  Return to the Marsh
      9735  0  -1  True Masters of the Light
      9736  0  -1  True Masters of the Light
      9737  0  -1  True Masters of the Light
      9738  0  65  Lost in Action
      9739  0  63  The Sporelings' Plight
      9740  0  18  The Sun Gate
      9230  0  60  Ramaladni's Icy Grasp
      9742  0  63  More Spore Sacs
      9743  0  64  Natural Enemies
      9744  0  64  More Tendrils!
      9226  0  60  Superior Armaments of Battle - Revered Amongst the Dawn
      9747  0  62  The Umbrafen Tribe
      9222  0  60  Epic Armaments of Battle - Friend of the Dawn
      9221  0  60  Superior Armaments of Battle - Friend of the Dawn
      9750  0  18  UNUSED Urgent Delivery
      9211  0  60  The Ice Guard
      9752  0  63  Escape from Umbrafen
      9753  0  20  What We Know...
      9756  0  20  What We Don't Know...
      9757  0  -1  Seek Huntress Kella Nightbow
      9758  0  10  Return to Arcanist Vandril
      9759  0  20  Ending Their World
      9210  0  60  The Savage Guard - Arcanum of Focus
      9208  0  60  The Savage Guard - Arcanum of Protection
      9209  0  60  The Savage Guard - Arcanum of Rapidity
      9762  0  20  The Unwritten Prophecy
      9763  0  70  The Warlord's Hideout
      9764  0  70  Orders from Lady Vashj
      9765  9766  70  Preparing for War
      9766  0  70  Coilfang Armaments
      9767  0  70  Know Your Enemy
      9769  0  62  There's No Explanation for Fashion
      9770  9898  62  Menacing Marshfangs
      9771  0  62  Searching for Scout Jyoba
      9772  0  62  Jyoba's Report
      9773  0  61  No More Mushrooms!
      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  0  64  Warden Hamoot
      9779  0  16  Intercepting the Message
      9780  0  62  Umbrafen Eel Filets
      9781  9790  62  Too Many Mouths to Feed
      9782  0  62  The Dead Mire
      9783  0  62  An Unnatural Drought
      9784  0  64  Identify Plant Parts
      9785  0  64  Blessings of the Ancients
      9786  0  62  The Boha'mu Ruins
      9787  0  62  Idols of the Feralfen
      9788  0  62  A Damp, Dark Place
      9789  0  66  Clefthoof Mastery
      9790  0  62  Diaphanous Wings
      9791  0  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
      9798  0  5  Blood Elf Plans
      9799  0  3  Botanical Legwork
      9800  0  65  A Rare Bean
      9801  0  62  Gathering the Reagents
      9802  9784  63  Plants of Zangarmarsh
      9803  0  62  Messenger to the Feralfen
      9804  0  65  Agitated Spirits of Skysong
      9805  0  65  Blessing of Incineratus
      9806  0  64  Fertile Spores
      9807  0  64  More Fertile Spores
      9808  0  64  Glowcap Mushrooms
      9809  0  64  More Glowcaps
      9201  0  60  Craftsman's Writ - Greater Arcane Protection Potion
      9811  0  21  Friend of the Sin'dorei
      9812  0  21  Envoy to the Horde
      9813  0  21  Meeting the Warchief
      9814  0  64  Burstcap Mushrooms, Mon!
      9200  0  60  Craftsman's Writ - Major Mana Potion
      9816  0  64  Have You Ever Seen One of These?
      9817  0  63  Leader of the Bloodscale
      9818  0  65  The Underneath
      9196  0  60  Craftsman's Writ - Thorium Grenade
      9820  0  64  WANTED: Boss Grog'ak
      9821  0  66  Eating Damnation
      9822  0  64  Impending Attack
      9823  0  64  Us or Them
      9824  9826  70  Arcane Disturbances
      9825  9826  70  Restless Activity
      9826  0  70  Contact from Dalaran
      9827  0  62  Withered Basidium
      9828  0  62  Withered Basidium
      9829  0  70  Khadgar
      9830  0  64  Stinger Venom
      9831  0  70  Entry Into Karazhan
      9832  0  70  The Second and Third Fragments
      9833  0  64  Lines of Communication
      9834  0  64  Natural Armor
      9835  0  64  Ango'rosh Encroachment
      9836  0  70  The Master's Touch
      9837  0  70  Return to Khadgar
      9838  0  70  The Violet Eye
      9839  0  64  Overlord Gorefist
      9840  0  70  Assessing the Situation
      9841  0  64  Stinging the Stingers
      9842  0  64  The Sharpest Blades
      9843  0  70  Keanna's Log
      9844  0  70  A Demonic Presence
      9845  0  64  Angling to Beat the Competition
      9846  0  62  Spirits of the Feralfen
      9847  0  64  A Spirit Ally?
      9848  0  64  Secrets of the Daggerfen
      9849  0  67  Shattering the Veil
      9850  0  67  Clefthoof Mastery
      9851  0  67  Clefthoof Mastery
      9852  0  68  The Ultimate Bloodsport
      9853  0  67  Gurok the Usurper
      9854  0  65  Windroc Mastery
      9855  0  67  Windroc Mastery
      9856  0  67  Windroc Mastery
      9857  0  65  Talbuk Mastery
      9858  0  66  Talbuk Mastery
      9859  0  66  Talbuk Mastery
      9860  0  70  The New Directive
      9861  0  67  The Howling Wind
      9862  0  67  Murkblood Corrupters
      9863  0  66  Vile Idolatry
      9864  0  67  The Missing War Party
      9865  0  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
      9870  0  66  The Throne of the Elements
      9872  0  67  Murkblood Invaders
      9873  0  67  Ortor My Old Friend...
      9184  0  60  Craftsman's Writ - Wicked Leather Headband
      9185  0  60  Craftsman's Writ - Rugged Armor Kit
      9875  0  63  Uncatalogued Species
      9876  0  65  Failed Incursion
      9877  0  20  A Restorative Draught
      9878  0  67  Solving the Problem
      9879  0  67  The Totem of Kar'dash
      9882  9883  66  Stealing from Thieves
      9883  0  66  More Crystal Fragments
      9884  0  70  Membership Benefits
      9885  0  70  Membership Benefits
      9886  0  70  Membership Benefits
      9887  0  70  Membership Benefits
      9888  0  65  The Impotent Leader
      9889  0  65  Don't Kill the Fat One
      9891  0  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  9896  62  Unfinished Business
      9902  0  64  The Terror of Marshlight Lake
      9903  0  64  The Biggest of Them All
      9904  0  64  Pursuing Terrorclaw
      9905  0  64  Maktu's Revenge
      9906  0  65  Message in a Battle
      9907  0  66  An Audacious Advance
      9910  0  65  Standards and Practices
      9911  0  64  The Count of the Marshes
      9912  0  62  The Cenarion Expedition
      9913  0  66  The Consortium Needs You!
      9914  0  66  A Head Full of Ivory
      9915  0  66  More Heads Full of Ivory
      9916  0  66  Bleeding Hollow Supply Crates
      9917  0  65  Do My Eyes Deceive Me
      9918  0  65  Not On My Watch!
      9919  0  64  Sporeggar
      9920  0  65  Mo'mor the Breaker
      9921  0  65  The Ruins of Burning Blade
      9922  0  66  The Twin Clefts of Nagrand
      9141  0  60  They Call Me "The Rooster"
      9132  0  60  Dark Iron Scraps
      9136  0  60  Savage Flora
      9925  0  66  Matters of Security
      9926  0  66  FLAG Shadow Council/Warmaul Questline
      9927  0  66  Ruthless Cunning
      9928  0  66  Armaments for Deception
      9929  0  63  The Missing Merchant
      9930  0  63  The Missing Merchant
      9931  0  66  Returning the Favor
      9932  0  66  Body of Evidence
      9129  0  60  Core of Elements
      9934  10044  66  Message to Garadar
      9935  9937  66  Wanted: Giselda the Crone
      9936  9938  66  Wanted: Giselda the Crone
      9128  0  60  The Elemental Equation
      9938  0  67  Wanted: Durn the Hungerer
      9939  9937  66  Wanted: Zorbo the Advisor
      9940  9938  66  Wanted: Zorbo the Advisor
      9941  0  63  Tracking Down the Culprits
      9942  0  63  Tracking Down the Culprits
      9943  0  64  Return to Thander
      9126  0  60  Bonescythe Digs
      9945  0  67  War on the Warmaul
      9946  0  67  Cho'war the Pillager
      9947  0  64  Return to Rokag
      9949  0  64  A Bird's-Eye View
      9950  0  64  A Bird's-Eye View
      9951  0  64  It's Watching You!
      9952  0  65  Prospector Balmoral
      9953  0  65  Lookout Nodak
      9954  0  67  Corki's Ransom
      9955  0  67  Cho'war the Pillager
      9956  0  67  The Ravaged Caravan
      9957  9968  63  What's Wrong at Cenarion Thicket?
      9958  0  65  Scouting the Defenses
      9959  0  65  Scouting the Defenses
      9960  9968  63  What's Wrong at Cenarion Thicket?
      9961  9968  63  What's Wrong at Cenarion Thicket?
      9121  9033  60  The Dread Citadel - Naxxramas
      9963  0  65  Seeking Help from the Source
      9964  0  65  Seeking Help from the Source
      9965  0  65  A Show of Good Faith
      9966  0  65  A Show of Good Faith
      9967  9970  67  The Ring of Blood: The Blue Brothers
      9968  9978  63  Strange Energy
      9969  0  65  The Final Reagents
      9970  9972  67  The Ring of Blood: Rokdar the Sundered Lord
      9971  0  63  Clues in the Thicket
      9972  9973  67  The Ring of Blood: Skra'gath
      9116  0  60  Gloves of Faith
      9974  0  65  The Final Reagents
      9975  0  65  Primal Magic
      9976  0  65  Primal Magic
      9977  0  68  The Ring of Blood: The Final Challenge
      9978  9979  63  By Any Means Necessary
      9979  0  63  Wind Trader Lathrai
      9980  0  65  Rescue Deirom!
      9981  0  65  Rescue Dugar!
      9982  9991  68  He Called Himself Altruis...
      9983  9991  68  He Called Himself Altruis...
      9984  0  65  Host of the Hidden City
      9985  0  65  Host of the Hidden City
      9986  0  64  Stymying the Arakkoa
      9987  0  64  Stymying the Arakkoa
      9988  0  65  A Dandy's Best Friend
      9989  0  65  Alien Spirits
      9990  0  64  Investigate Tuurem
      9115  0  60  Sandals of Faith
      9992  0  63  Olemba Seeds
      9993  0  63  Olemba Seed Oil
      9994  0  64  What Are These Things?
      9995  0  64  What Are These Things?
      9996  0  64  Attack on Firewing Point
      9997  0  64  Attack on Firewing Point
      9998  0  63  Unruly Neighbors
      9999  0  68  Buying Time
      10000  0  63  An Unwelcome Presence
      10001  0  68  The Master Planner
      9098  0  60  Frostfire Shoulderpads
      10003  0  64  The Firewing Liaison
      9079  0  60  Bonescythe Helmet
      10005  0  63  Letting Earthbinder Tavgren Know
      10006  0  63  Letting Earthbinder Tavgren Know
      10007  0  64  Thinning the Ranks
      10008  0  64  What Happens in Terokkar Stays in Terokkar
      10009  0  68  Crackin' Some Skulls
      9075  0  60  Earthshatter Wristguards
      10011  0  68  Forge Camp: Annihilated
      10012  0  64  Fel Orc Plans
      10013  0  64  An Unseen Hand
      10014  0  64  The Firewing Point Project
      10015  0  64  The Firewing Point Project
      10016  0  64  Timber Worg Tails
      10017  0  64  Strained Supplies
      10018  0  64  Vestments of the Wolf Spirit
      10019  0  64  More Venom Sacs
      10020  0  64  A Cure for Zahlia
      10021  0  64  Restoring the Light
      10022  0  64  The Elusive Ironjaw
      10023  0  64  Patriarch Ironjaw
      10024  0  65  Voren'thal's Visions
      10025  0  65  More Basilisk Eyes
      10026  0  64  Magical Disturbances
      10027  0  64  Magical Disturbances
      10028  0  63  Vessels of Power
      9039  0  60  Dreadnaught Sabatons
      9060  0  60  Cryptstalker Girdle
      9034  0  60  Dreadnaught Breastplate
      10033  0  65  Wanted: Bonelashers Dead!
      10034  0  65  Wanted: Bonelashers Dead!
      10035  0  65  Torgos!
      10036  0  65  Torgos!
      10037  0  64  Rather Be Fishin'
      10038  0  64  Speak with Private Weeks
      10039  0  64  Speak with Scout Neftis
      10040  0  65  Who Are They?
      10041  0  65  Who Are They?
      10042  0  65  Kill the Shadow Council!
      10043  0  65  Kill the Shadow Council!
      9016  9032  60  Anthion's Parting Words
      10046  0  60  Through the Dark Portal
      10047  0  61  The Path of Glory
      10048  0  64  A Handful of Magic Dust
      10049  0  64  A Handful of Magic Dust
      10050  0  61  Unyielding Souls
      10051  0  64  Escape from Firewing Point!
      10052  0  64  Escape from Firewing Point!
      10053  0  61  Dealing with Zeth'Gor
      10054  0  61  Impending Doom
      10055  10078  61  Waste Not, Want Not
      10056  0  61  Bleeding Hollow Supplies
      10057  0  61  Looking to the Leadership
      10058  0  61  An Old Gift
      10059  0  61  Dealing With Zeth'Gor
      10060  0  61  Impending Doom
      10061  10062  61  The Unyielding
      10062  0  61  Looking to the Leadership
      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
      10068  0  2  Well Watcher Solanian
      10069  0  2  Well Watcher Solanian
      10070  0  2  Well Watcher Solanian
      10071  0  2  Well Watcher Solanian
      10072  0  2  Well Watcher Solanian
      10073  0  2  Well Watcher Solanian
      10074  0  67  Oshu'gun Crystal Powder
      10075  0  67  Oshu'gun Crystal Powder
      10076  0  67  Oshu'gun Crystal Powder
      10077  0  67  Oshu'gun Crystal Powder
      10078  0  61  Laying Waste to the Unwanted
      10079  0  61  When This Mine's a-Rockin'
      8987  0  60  More Components of Importance
      8944  8930  60  Just Compensation
      10084  0  61  Assault on Mageddon
      10085  0  68  A Visit With The Ancestors
      10086  0  61  I Work... For the Horde!
      10087  0  61  Burn It Up... For the Horde!
      10088  0  61  When This Mine's a-Rockin'
      10089  10090  61  Forge Camps of the Legion
      10090  10092  61  The Legion's Plans
      10091  0  70  The Soul Devices
      10092  0  61  Assault on Mageddon
      10093  0  63  The Temple of Telhamat
      10094  0  70  The Codex of Blood
      10095  0  70  Into the Heart of the Labyrinth
      10096  0  62  Saving the Sporeloks
      10097  0  69  Brother Against Brother
      10098  0  69  Terokk's Legacy
      10099  0  61  The Mastermind
      10100  0  61  The Mastermind
      10101  0  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
      10106  0  60  Hellfire Fortifications
      10107  9927  66  Diplomatic Measures
      10108  9928  66  Diplomatic Measures
      8942  8930  60  Just Compensation
      8943  8930  60  Just Compensation
      10110  0  60  Hellfire Fortifications
      10111  0  66  Bring Me The Egg!
      10112  0  64  A Personal Favor
      8933  8929  60  Just Compensation
      8932  8929  60  Just Compensation
      10115  0  64  Daggerfen Deviance
      10116  0  64  Wanted: Chieftain Mummaki
      10117  0  64  Wanted: Chieftain Mummaki
      10118  0  64  Message to the Daggerfen
      8920  8923  60  An Earnest Proposition
      10120  0  61  Arrival in Outland
      10121  0  61  Eradicate the Burning Legion
      10122  0  61  The Citadel's Reach
      10123  0  61  Felspark Ravine
      10124  0  61  Forward Base: Reaver's Fall
      10125  0  62  Mission: Disrupt Communications
      10126  10128  61  Warboss Nekrogg's Orders
      10127  0  62  Mission: Sever the Tie
      10128  10131  61  Saving Private Imarion
      10129  0  62  Mission: Gateways Murketh and Shaadraz
      10130  0  61  The Western Flank
      10131  10137  61  Planning the Escape
      10132  0  63  Colossal Menace
      10133  10135  62  Mission: Kill the Messenger
      10134  0  63  Crimson Crystal Clue
      10135  10136  62  Mission: Be the Messenger
      10136  0  63  Cruel's Intentions
      10137  0  61  Provoking the Warboss
      10138  0  61  Under Whose Orders?
      10139  0  62  Dispatching the Commander
      10140  0  61  Journey to Honor Hold
      10141  0  61  The Legion Reborn
      10142  0  61  The Path of Anguish
      10143  0  61  Expedition Point
      10144  0  62  Disrupt Their Reinforcements
      10145  0  62  Mission: Sever the Tie UNUSED
      10146  0  62  Mission: The Murketh and Shaadraz Gateways
      10147  10148  62  Mission: Kill the Messenger
      10148  10149  62  Mission: Be the Messenger
      8918  8923  60  An Earnest Proposition
      10150  0  61  The Citadel's Reach
      10151  10153  61  Warboss Nekrogg's Orders
      10152  0  61  The Western Flank
      10153  10154  61  Saving Scout Makha
      10154  10155  61  Planning the Escape
      10155  10059  61  Provoking the Warboss
      10156  0  61  Under Whose Orders?
      10157  0  62  Dispatching the Commander
      10158  0  61  Bleeding Hollow Supplies
      10159  0  63  Keep Thornfang Hill Clear!
      10160  0  61  Know your Enemy
      10161  9351  61  In Case of Emergency...
      10162  0  62  Mission: The Abyssal Shelf
      8917  8923  60  An Earnest Proposition
      10164  0  67  Everything Will Be Alright
      10165  0  66  Undercutting the Competition
      10166  0  10  Whitebark's Memory
      8916  8923  60  An Earnest Proposition
      10168  0  68  What the Soul Sees
      10169  0  65  Losing Gracefully
      10170  0  68  Return to the Greatmother
      10171  0  68  The Inconsolable Chieftain
      10172  0  68  There Is No Hope
      10173  0  68  The Archmage's Staff
      10174  0  68  Curse of the Violet Tower
      10176  0  68  Ar'kelos the Guardian
      10177  0  70  Trouble at Auchindoun
      10178  0  70  Find Spy To'gun
      10179  0  68  The Custodian of Kirin'Var
      10180  0  69  Can't Stay Away
      10182  0  68  Battle-Mage Dathric
      10183  0  68  Off To Area 52
      10184  0  68  Malevolent Remnants
      10185  0  68  A Fate Worse Than Death
      10186  0  68  You're Hired!
      10187  0  69  A Message for the Archmage
      10188  0  69  The Sigil of Krasus
      10189  0  68  Manaforge B'naar
      10190  0  68  Recharging the Batteries
      10191  0  68  Mark V is Alive!
      10192  0  69  Krasus's Compendium
      10193  0  68  High Value Targets
      10194  0  68  Stealth Flight
      10195  0  65  Mercenary See, Mercenary Do
      10196  0  65  More Arakkoa Feathers
      10197  0  68  A Convincing Disguise
      10198  0  68  Information Gathering
      10199  0  68  That Little Extra Kick
      10200  0  68  Return to Thalodien
      10201  0  65  And Now, the Moment of Truth
      10202  0  70  A Defector
      10203  0  69  Invaluable Asset Zapping
      10204  0  68  Bloodgem Crystals
      10205  0  69  Warp-Raider Nesaad
      10206  0  68  Pick Your Part
      10207  0  61  Forward Base: Reaver's Fall REUSE
      10208  0  62  Disrupt Their Reinforcements
      10209  0  69  Summoner Kanthin's Prize
      10210  0  65  A'dal
      10211  0  65  City of Light
      8915  8923  60  An Earnest Proposition
      10213  0  61  Investigate the Crash
      10214  0  61  When This Mine's a-Rockin'
      10216  0  66  Safety Is Job One
      8912  8922  60  An Earnest Proposition
      10219  0  255  Walk the Dog
      10220  0  61  Make Them Listen
      10221  0  68  Dr. Boom!
      10222  0  69  The Sunfury Garrison
      10223  0  69  Down With Daellis
      10224  0  68  Essence for the Engines
      10225  0  68  Report to Engineering
      10226  0  68  Elemental Power Extraction
      10227  0  67  I See Dead Draenei
      10229  0  61  Decipher the Tome
      10230  0  61  The Battle Horn
      8911  8922  60  An Earnest Proposition
      10232  0  69  In A Scrap With The Legion
      10233  0  69  Torching Sunfury Hold
      10234  0  69  One Demon's Trash...
      10235  0  69  Declawing Doomclaw
      10236  0  61  Outland Sucks!
      10237  0  69  Warn Area 52!
      10238  0  61  How to Serve Goblins
      10239  0  69  Potential Energy Source
      10240  0  69  Building a Perimeter
      10241  0  68  Distraction at Manaforge B'naar
      10242  0  60  Spinebreaker Post
      10243  0  68  Naaru Technology
      10244  0  69  R.T.F.R.C.M.
      10245  0  68  B'naar Console Transcription
      10246  0  68  Attack on Manaforge Coruu
      10247  0  69  Doctor Vomisa, Ph.T.
      10248  0  69  You, Robot
      10249  0  69  Back to the Chief!
      10250  0  61  Bloody Vengeance
      10251  0  67  The Master's Grand Design?
      10252  0  67  Vision of the Dead
      10253  0  67  Levixus the Soul Caller
      10254  0  60  Force Commander Danath
      10255  0  63  Testing the Antidote
      10256  0  69  Finding the Keymaster
      10257  0  70  Capturing the Keystone
      10258  0  61  Honor the Fallen
      10259  0  60  Into the Breach
      10260  0  68  Netherologist Coppernickels
      10261  0  68  Wanted: Annihilator Servo!
      10262  0  68  A Heap of Ethereals
      10263  10265  68  Assisting the Consortium
      10264  10265  68  Assisting the Consortium
      10265  0  69  Consortium Crystal Collection
      10266  0  69  Request for Assistance
      10267  0  69  Rightful Repossession
      10268  0  69  An Audience with the Prince
      10269  0  69  Triangulation Point One
      10270  0  70  A Not-So-Modest Proposal
      10271  0  70  Getting Down to Business
      10272  0  70  A Promising Start
      10273  0  70  Troublesome Distractions
      10274  0  70  Securing the Celestial Ridge
      10275  0  70  Triangulation Point Two
      10276  0  70  Full Triangle
      10277  0  68  The Caverns of Time
      10278  0  61  The Warp Rifts
      10279  0  66  To The Master's Lair
      10280  0  70  Special Delivery to Shattrath City
      10281  0  70  Formal Introductions
      10282  0  68  Old Hillsbrad
      10283  0  68  Taretha's Diversion
      10284  0  68  Escape from Durnholde
      10285  0  68  Return to Andormu
      10286  0  62  Arelion's Secret
      10287  0  62  The Mistress Revealed
      10288  0  61  Arrival in Outland
      10289  0  61  Journey to Thrallmar
      10290  0  70  In Search of Farahlite
      10291  0  60  Report to Nazgrel
      10292  0  69  More Power!
      10293  0  69  Hitting the Motherlode
      10294  0  61  Void Ridge
      10295  0  63  From the Abyss
      10296  0  70  The Black Morass
      10297  0  70  The Opening of the Dark Portal
      10298  0  70  Hero of the Brood
      10299  0  68  Shutting Down Manaforge B'naar
      10300  0  69  Rebuilding the Staff
      10301  0  69  Unlocking the Compendium
      10302  0  2  Volatile Mutations
      10303  0  4  The Blood Elves
      10304  0  4  Vindicator Aldar
      10305  0  69  Abjurist Belmara
      10306  0  69  Conjurer Luminrath
      10307  0  69  Cohlien Frostweaver
      10308  0  68  Another Heap of Ethereals
      10309  0  68  It's a Fel Reaver, But with Heart
      10310  0  70  Sabotage the Warp-Gate!
      10311  0  70  Drijya Needs Your Help
      10312  0  69  The Annals of Kirin'Var
      10313  10328  68  Measuring Warp Energies
      10314  0  69  A Lingering Suspicion
      10315  0  70  Neutralizing the Nethermancers
      10316  0  69  Searching for Evidence
      10317  0  70  Dealing with the Foreman
      10318  0  70  Dealing with the Overmaster
      10319  0  69  Capturing the Phylactery
      10320  0  69  Destroy Naberius!
      10321  10328  69  Shutting Down Manaforge Coruu
      10322  0  70  Shutting Down Manaforge Duro
      10323  0  70  Shutting Down Manaforge Ara
      10324  0  8  The Great Moongraze Hunt
      10325  0  65  Marks of Kil'jaeden
      10326  0  65  More Marks of Kil'jaeden
      10327  0  65  Single Mark of Kil'jaeden
      10328  0  70  Sunfury Briefings
      10329  0  68  Shutting Down Manaforge B'naar
      10330  0  69  Shutting Down Manaforge Coruu
      10331  0  69  Indispensable Tools
      10332  0  69  Master Smith Rhonsus
      10333  0  69  Help Mama Wheeler
      10334  0  69  Needs More Cowbell
      10335  0  70  Surveying the Ruins
      10336  0  70  The Minions of Culuthas
      10337  0  69  When the Cows Come Home
      10338  0  70  Shutting Down Manaforge Duro
      10339  0  70  The Ethereum
      10340  0  60  Shatter Point
      10341  0  70  Kick Them While They're Down
      10342  0  68  Securing the Shaleskin Shale
      10343  0  69  The Unending Invasion
      10344  0  60  Wing Commander Gryphongar
      8910  8922  60  An Earnest Proposition
      10346  0  62  Return to the Abyssal Shelf
      10347  0  62  Return to the Abyssal Shelf
      10348  0  69  New Opportunities
      10349  0  63  The Earthbinder
      10350  0  10  Behomat
      10351  0  63  Natural Remedies
      10352  0  60  A Donation of Wool
      10353  0  70  Arconus the Insatiable
      10354  0  60  A Donation of Silk
      10355  0  62  Withered Flesh
      10356  0  60  A Donation of Mageweave
      10357  0  60  A Donation of Runecloth
      10358  0  60  Additional Runecloth
      10359  0  60  A Donation of Wool
      10360  0  60  A Donation of Silk
      10361  0  60  A Donation of Mageweave
      10362  0  60  A Donation of Runecloth
      10363  0  60  Additional Runecloth
      10364  0  10  Caedmos
      10365  0  70  Shutting Down Manaforge Ara
      10366  0  -1  Jol
      10367  0  62  A Traitor Among Us
      10368  0  62  The Dreghood Elders
      10369  0  62  Arzeth's Demise
      10370  0  70  Nazgrel's Command
      10371  0  20  Yorus Barleybrew
      10372  0  16  A Discreet Inquiry
      10373  5092  50  A Call to Arms: The Plaguelands!
      10374  5096  50  A Call to Arms: The Plaguelands!
      10375  0  67  Obsidian Warbeads
      10376  0  10  Symbol of Hope
      10377  0  20  Nothing to Fear
      10378  0  20  Consume Magic
      10379  0  10  Touch of Weakness
      10380  0  70  A Dark Pact
      10381  0  70  Aldor No More
      10383  0  1  This is a Breadcrumb!
      10384  0  70  Ethereum Data
      10385  0  70  Potential for Brain Damage = High
      10386  10089  61  The Fel Reaver Slayer
      10387  10089  61  The Fel Reaver Slayer
      8886  0  8  Grimscale Pirates!
      10389  0  61  The Agony and the Darkness
      8859  0  60  Secrets of the Colossus - Zora
      8869  0  60  Sweet Serenity
      8858  0  60  Secrets of the Colossus - Regal
      10392  0  61  Doorway to the Abyss
      8857  0  60  Secrets of the Colossus - Ashi
      8829  0  60  The Ultimate Deception
      8791  0  60  The Fall of Ossirian
      8802  0  60  The Savior of Kalimdor
      8790  0  60  Imperial Qiraji Regalia
      8777  0  60  Target: Hive'Regal Burrowers
      8784  0  60  Secrets of the Qiraji
      10398  0  61  Return to Honor Hold
      8776  0  60  Target: Hive'Regal Slavemakers
      8775  0  60  Target: Hive'Regal Spitfires
      8774  0  60  Target: Hive'Regal Ambushers
      10403  0  62  Naladu
      10404  0  70  Against the Legion
      10405  0  70  S-A-B-O-T-A-G-E
      8741  8742  60  The Champion Returns
      8772  0  60  Target: Hive'Zora Waywatchers
      10407  0  70  Socrethar's Shadow
      10408  0  70  Nexus-King Salhadaar
      10409  0  70  Deathblow to the Legion
      10410  0  70  Ishanah's Help
      8736  0  60  The Nightmare Manifests
      10412  0  65  Firewing Signets
      10413  0  70  The Horrors of Pollution
      10414  0  70  Single Firewing Signet
      10415  0  70  More Firewing Signets
      10416  0  70  Synthesis of Power
      10417  0  68  Run a Diagnostic!
      10418  0  68  Deal With the Saboteurs
      10419  0  70  Arcane Tomes
      10420  0  70  A Cleansing Light
      10421  0  70  Fel Armaments
      8733  0  60  Eranikus, Tyrant of the Dream
      8735  0  60  The Nightmare's Corruption
      10423  0  69  To the Stormspire
      10424  0  69  Diagnosis: Critical
      8687  0  60  Target: Hive'Zora Tunnelers
      10426  0  69  Flora of the Eco-Domes
      10427  0  69  Creatures of the Eco-Domes
      10428  0  10  The Missing Fisherman
      10429  0  69  When Nature Goes Too Far
      10430  0  69  Testing the Prototype
      10431  0  70  Outside Assistance
      10432  0  70  Damning Evidence
      10433  0  69  Keeping Up Appearances
      10434  0  69  The Dynamic Duo
      10435  0  69  Retrieving the Goods
      10436  0  69  All Clear!
      10437  0  70  Recipe for Destruction
      8609  0  60  The Horde Needs Runecloth Bandages!
      10439  0  70  Dimensius the All-Devouring
      10440  0  69  Success!
      10441  0  69  Peddling the Goods
      10442  0  61  Helping the Cenarion Post
      10443  0  61  Helping the Cenarion Post
      10444  0  64  Report to the Allerian Post
      10445  0  70  The Vials of Eternity
      10446  0  65  The Final Code
      10447  0  65  The Final Code
      10448  0  64  Report to Stonebreaker Camp
      10449  0  60  Apothecary Zelana
      10450  0  60  Bonechewer Blood
      8598  0  60  rAnS0m
      8606  0  60  Decoy!
      10454  0  0  FLAG - OFF THE RAILS
      10455  0  66  The Encroaching Wilderness
      10456  0  66  Marauding Wolves
      10457  0  66  Protecting Our Own
      10458  0  70  Enraged Spirits of Fire and Earth
      10459  0  70  Revered Among the Cenarion Expedition
      10474  0  70  Champion's Covenant
      10476  0  67  Fierce Enemies
      10477  0  68  More Warbeads
      10478  0  68  More Warbeads!
      10479  0  67  Proving Your Strength
      8585  0  60  The Isle of Dread!
      10481  0  70  Enraged Spirits of Air
      10482  0  58  Fel Orc Scavengers
      10483  0  58  Ill Omens
      10484  0  58  Cursed Talismans
      10485  0  60  Warlord of the Bleeding Hollow
      10486  0  66  The Encroaching Wilderness
      10487  0  66  Dust from the Drakes
      10488  0  66  Protecting Our Own
      10489  0  66  Felling an Ancient Tree
      10490  0  -1  Call of Water
      10491  0  -1  Call of Air
      10492  8922  60  An Earnest Proposition
      10493  8923  60  An Earnest Proposition
      10494  8929  60  Just Compensation
      10495  8930  60  Just Compensation
      10496  8960  60  Anthion's Parting Words
      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!
      10502  0  66  The Bloodmaul Ogres
      10503  0  66  The Bladespire Threat
      10504  0  66  The Bladespire Ogres
      10505  0  66  The Bloodmaul Ogres
      10506  0  66  A Dire Situation
      10507  0  70  Turning Point
      10508  0  70  A Gift for Voren'thal
      10509  0  70  Bound for Glory
      10510  0  66  Into the Draenethyst Mine
      10511  0  66  Strange Brew
      10512  0  66  Getting the Bladespire Tanked
      8584  0  60  Never Ask Me About My Business
      10514  0  70  I Was A Lot Of Things...
      10515  0  70  A Lesson Learned
      10516  0  66  The Trappings of a Vindicator
      10517  0  67  Gorr'Dim, Your Time Has Come...
      10518  0  67  Planting the Banner
      10519  0  70  The Cipher of Damnation - Truth and History
      10520  0  50  Assisting Arch Druid Staghelm
      10521  0  70  Grom'tor, Son of Oronok
      10522  0  70  The Cipher of Damnation - Grom'tor's Charge
      10523  10588  70  The Cipher of Damnation - The First Fragment Recovered
      10524  0  66  Thunderlord Clan Artifacts
      10525  0  66  Vision Guide
      10526  0  67  The Thunderspike
      10527  0  70  Ar'tor, Son of Oronok
      10528  0  70  Demonic Crystal Prisons
      10529  0  -1  The Hunter's Path
      10530  0  -1  The Hunter's Path
      10531  0  55  The Battle for Arathi Basin!
      10532  0  70  Cut Arathor Supply Lines
      10533  0  70  More Resource Crates
      10534  0  10  Returning Home
      10535  0  70  Arathi Basin Resources!
      10536  0  70  More Resource Crates
      10537  0  70  Lohn'goron, Bow of the Torn-heart
      10538  0  60  Boiling Blood
      10539  0  10  Returning Home
      10540  0  70  The Cipher of Damnation - Ar'tor's Charge
      8573  0  60  Champion's Battlegear
      10542  0  66  They Stole Me Hookah and Me Brews!
      10543  0  67  Grimnok and Korgaah, I Am For You!
      10544  0  66  A Curse Upon Both of Your Clans!
      10545  0  66  Bladespire Kegger
      10546  0  70  Borak, Son of Oronok
      10547  0  70  Of Thistleheads and Eggs...
      10548  0  18  The Sad Truth
      8572  0  60  Veteran's Battlegear
      10551  0  65  Allegiance to the Aldor
      10552  0  65  Allegiance to the Scryers
      10553  0  65  Voren'thal the Seer
      10554  0  65  Ishanah
      8542  0  60  The Horde Needs Tin Bars!
      10556  0  66  Scratches
      10557  10710  64  Test Flight: The Zephyrium Capacitorium
      10558  0  70  Revered Among Honor Hold
      10559  0  70  Revered Among Thrallmar
      10560  0  70  Revered Among the Sha'tar
      10561  0  70  Revered Among the Keepers of Time
      10562  0  69  Besieged!
      10563  0  69  To Legion Hold
      10564  0  69  Blast the Infernals!
      10565  0  66  The Stones of Vekh'nir
      10567  0  66  Creating the Pendant
      10568  0  70  Tablets of Baa'ri
      10569  0  69  The Sketh'lon Wreckage
      10570  0  70  To Catch A Thistlehead
      10571  0  70  Oronu the Elder
      10572  0  69  Setting Up the Bomb
      10573  0  69  The Deathforge
      10574  0  70  The Ashtongue Corruptors
      10575  10622  70  The Warden's Cage
      8535  0  60  Hoary Templar
      10577  0  70  What Illidan Wants, Illidan Gets...
      8519  0  60  A Pawn on the Eternal Board
      10579  10588  70  The Cipher of Damnation - The Third Fragment Recovered
      10580  0  67  Where Did Those Darn Gnomes Go?
      10581  0  67  Follow the Breadcrumbs
      10582  0  69  Minions of the Shadow Council
      10583  10586  69  The Fate of Flanis
      10584  0  67  Picking Up Some Power Converters
      10585  10586  69  The Summoning Chamber
      10586  0  69  Bring Down the Warbringer!
      10587  0  70  Karabor Training Grounds
      10588  0  70  The Cipher of Damnation
      10589  0  69  Gaining Access
      10590  0  52  Prove Your Hatred
      10592  0  52  Wisdom of the Banshee Queen
      10593  0  52  Ancient Evil
      10594  0  67  Gauging the Resonant Frequency
      10595  0  69  Besieged!
      10596  0  69  To Legion Hold
      10597  0  69  Setting Up the Bomb
      10598  0  69  Blast the Infernals!
      10599  0  69  The Deathforge
      10600  0  69  Minions of the Shadow Council
      10601  10603  69  The Fate of Kagrosh
      10602  10603  69  The Summoning Chamber
      10603  0  69  Bring Down the Warbringer!
      10604  0  69  Gaining Access
      10605  0  -1  Carendin Summons
      10606  0  69  The Art of Fel Reaver Maintenance
      10607  0  68  Whispers of the Raven God
      10608  0  67  Crystal Clear
      10609  0  67  What Came First, the Drake or the Egg?
      10610  0  5  Prospecting Basics
      10611  0  69  The Art of Fel Reaver Maintenance
      10612  0  69  The Fel and the Furious
      10613  0  69  The Fel and the Furious
      10614  0  66  Whispers on the Wind
      10615  0  64  Ruuan Weald
      10617  0  66  Silkwing Cocoons
      10618  0  65  The Softest Wings
      10619  0  70  The Ashtongue Tribe
      10620  0  67  Ridgespine Menace
      10621  0  69  Illidari-Bane Shard
      10622  0  70  Proof of Allegiance
      10623  0  69  Illidari-Bane Shard
      8501  0  60  Target: Hive'Ashi Stingers
      10625  0  69  Spectrecles
      10626  0  69  Capture the Weapons
      10627  0  69  Capture the Weapons
      10628  0  70  Akama
      10629  0  61  Shizz Work
      10630  0  61  Beneath Thrallmar
      10632  0  67  Cutting Your Teeth
      10633  10635  70  Teron Gorefiend - Lore and Legend
      10634  0  70  Divination: Gorefiend's Armor
      10635  0  70  Divination: Gorefiend's Cloak
      10636  0  70  Divination: Gorefiend's Truncheon
      10637  0  70  A Necessary Distraction
      10639  0  70  Teron Gorefiend, I am...
      10640  10668  70  Altruis
      10641  10646  70  Against the Legion
      8470  0  55  Deadwood Ritual Totem
      10643  0  69  Harbingers of Shadowmoon
      8464  0  58  Winterfall Activity
      10645  0  70  Teron Gorefiend, I am...
      10646  0  70  Illidan's Pupil
      10647  0  70  Wanted: Uvuros, Scourge of Shadowmoon
      10648  0  70  Wanted: Uvuros, Scourge of Shadowmoon
      10649  0  70  The Book of Fel Names
      10650  0  70  Return to the Aldor
      10651  0  70  Varedis Must Be Stopped
      10652  0  69  Behind Enemy Lines
      10653  0  70  Marks of Sargeras
      10654  0  70  More Marks of Sargeras
      10655  0  70  Single Mark of Sargeras
      10656  0  70  Sunfury Signets
      10657  0  67  Ride the Lightning
      10658  0  70  More Sunfury Signets
      10659  0  70  Single Sunfury Signet
      10661  0  69  Spleendid!
      10662  10664  69  The Hermit Smith
      10663  10664  69  The Hermit Smith
      10664  0  69  Additional Materials
      10665  10667  69  Fresh from the Mechanar
      10666  10670  69  The Lexicon Demonica
      10667  10676  70  Underworld Loam
      10668  10646  70  Against the Illidari
      10669  10646  70  Against All Odds
      10670  10676  70  Tear of the Earthmother
      10671  0  67  More than a Pound of Flesh
      8359  0  -1  Flexing for Nougat
      8428  0  49  Battle of Warsong Gulch
      8358  0  -1  Incoming Gumdrop
      10674  0  67  Trapping the Light Fantastic
      10675  0  68  Show Them Gnome Mercy!
      10676  0  70  Bane of the Illidari
      10677  0  69  The Second Course...
      10678  0  70  The Main Course!
      10679  0  70  Quenching the Blade
      10680  10458  70  The Hand of Gul'dan
      10681  10458  70  The Hand of Gul'dan
      10682  0  67  A Time for Negotiation...
      10683  0  70  Tablets of Baa'ri
      10684  0  70  Oronu the Elder
      10685  0  70  The Ashtongue Corruptors
      10686  10622  70  The Warden's Cage
      10687  0  70  Karabor Training Grounds
      10688  0  70  A Necessary Distraction
      10689  10669  70  Altruis
      10690  0  66  The Den Mother
      10691  0  70  Return to the Scryers
      10692  0  70  Varedis Must Be Stopped
      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
      10701  0  68  Breaking Down Netherock
      10702  0  69  A Grunt's Work...
      10703  0  69  Put On Yer Kneepads...
      10704  0  70  How to Break Into the Arcatraz
      10705  0  70  Seer Udalo
      10706  0  70  A Mysterious Portent
      10707  0  70  The Ata'mal Terrace
      10708  0  70  Akama's Promise
      10709  0  67  Reunion
      10710  0  64  Test Flight: The Singing Ridge
      10711  0  64  Test Flight: Razaan's Landing
      10712  0  64  Test Flight: Ruuan Weald
      10713  0  67  ...and a Time for Action
      10714  0  67  On Spirit's Wings
      10715  0  67  Into the Churning Gulch
      10716  0  64  Test Flight: Raven's Wood
      10717  0  67  Poaching from Poachers
      10718  0  67  The Spirits Have Voices
      10719  0  67  Did You Get The Note?
      10720  0  67  The Smallest Creatures
      10721  0  67  A Boaring Time for Grulloc
      10722  0  68  Meeting at the Blackwing Coven
      10723  0  68  Gorgrom the Dragon-Eater
      10724  0  67  Prisoner of the Bladespire
      10725  0  70  Eminence Among the Violet Eye
      10726  0  70  Eminence Among the Violet Eye
      10727  0  70  Eminence Among the Violet Eye
      10728  0  70  Eminence Among the Violet Eye
      10729  0  70  Path of the Violet Mage
      10730  0  70  Path of the Violet Restorer
      10731  0  70  Path of the Violet Assassin
      10732  0  70  Path of the Violet Protector
      10733  0  70  Down the Violet Path
      10734  0  70  Down the Violet Path
      10735  0  70  Down the Violet Path
      10736  0  70  Down the Violet Path
      10737  9837  70  The Master's Touch
      10738  0  70  Distinguished Service
      10739  0  70  Distinguished Service
      10740  0  70  Distinguished Service
      10741  0  70  Distinguished Service
      10742  0  70  Showdown
      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!
      10749  0  67  Baron Sablemane's Poison
      10750  0  70  The Path of Conquest
      10751  0  70  Breaching the Path
      10752  0  20  Onward to Ashenvale
      10753  0  67  Culling the Wild
      10754  0  70  Entry Into the Citadel
      10755  0  70  Entry Into the Citadel
      10756  0  70  Grand Master Rohok
      10757  0  70  Rohok's Request
      10758  0  70  Hotter than Hell
      10759  10777  69  Find the Deserter
      10760  0  69  The Sketh'lon Wreckage
      10761  10777  69  Find the Deserter
      10762  0  70  Grand Master Dumphry
      10763  0  70  Dumphry's Request
      10764  0  70  Hotter than Hell
      10765  0  70  When Worlds Collide...
      10766  0  69  Invasion Point: Cataclysm
      10767  0  69  Invasion Point: Cataclysm
      10768  0  70  Tabards of the Illidari
      10769  0  70  Dissension Amongst the Ranks...
      10770  0  67  Little Embers
      10771  0  67  From the Ashes
      10772  0  70  The Path of Conquest
      10773  0  70  Breaching the Path
      10774  0  70  Blood Elf + Giant = ???
      8356  0  -1  Flexing for Nougat
      10776  0  70  Dissension Amongst the Ranks...
      10777  0  69  Asghar's Totem
      10778  0  69  The Rod of Lianthe
      10779  0  10  The Hunter's Path
      10780  0  69  Sketh'lon Feathers
      10781  0  70  Battle of the Crimson Watch
      10782  0  69  Imbuing the Headpiece
      10783  0  67  Baron Sablemane
      10784  0  67  Crush the Bloodmaul Camp
      10785  0  67  It's a Trap!
      10786  0  68  Slaughter at Boulder'mok
      10788  0  -1  Return to Talionia
      10789  1473  -1  Return to Carendin Halgar
      10790  1501  -1  Return to Gan'rul Bloodeye
      10791  0  64  Welcoming the Wolf Spirit
      10792  0  61  Zeth'Gor Must Burn!
      10793  0  70  The Journal of Val'zareq: Portends of War
      10794  0  24  Rogues of the Shattered Hand
      10795  0  67  A Date with Dorgok
      10796  0  67  Crush the Bloodmaul Camp!
      10797  0  67  Favor of the Gronn
      10798  0  67  Pay the Baron a Visit
      10799  0  67  Into the Churning Gulch
      10800  0  67  Goodnight, Gronn
      10801  0  67  It's a Trap!
      10802  0  68  Gorgrom the Dragon-Eater
      10803  0  68  Slaughter at Boulder'mok
      10804  0  70  Kindness
      10805  0  67  Massacre at Gruul's Lair
      10806  0  70  Showdown
      10807  0  70  The Ashtongue Broken
      10808  0  69  Thwart the Dark Conclave
      10809  0  60  Wanted: Worg Master Kruush
      10810  0  68  Damaged Mask
      10811  0  70  Seek Out Neltharaku
      10812  0  68  Mystery Mask
      10813  0  62  The Eyes of Grillok
      10814  0  70  Neltharaku's Tale
      10815  0  70  The Journal of Val'zareq: Portends of War
      10816  0  70  Reclaiming Holy Grounds
      10817  0  70  The Great Retribution
      10818  0  67  Baron Sablemane Has Requested Your Presence
      10819  0  68  Felsworn Gas Mask
      10820  0  68  Deceive thy Enemy
      10821  0  68  You're Fired!
      10822  0  70  Single Sunfury Signet
      10823  0  70  More Sunfury Signets
      10824  0  70  Sunfury Signets
      10825  0  68  The Truth Unorbed
      10826  0  70  Marks of Sargeras
      10827  0  70  More Marks of Sargeras
      10828  0  70  Single Mark of Sargeras
      10829  0  68  Treebole Must Know
      10830  0  68  Exorcising the Trees
      10831  0  70  Becoming a Mooncloth Tailor
      10832  0  70  Becoming a Spellfire Tailor
      10833  0  70  Becoming a Shadoweave Tailor
      10834  0  62  Grillok "Darkeye"
      10835  0  61  Apothecary Antonivich
      10836  0  70  Infiltrating Dragonmaw Fortress
      8354  0  -1  Chicken Clucking for a Mint
      10838  0  61  The Demoniac Scryer
      10839  0  64  Veil Skith: Darkstone of Terokk
      10840  0  65  The Tomb of Lights
      10841  0  255  The Vengeful Harbinger
      10842  0  65  Vengeful Souls
      10843  0  68  Since Time Forgotten...
      10844  0  68  Forge Camp: Anger
      10845  0  68  Slay the Brood Mother
      10846  0  67  Understanding the Mok'Nathal
      10847  0  62  The Eyes of Skettis
      10848  0  64  Veil Rhaze: Unliving Evil
      10849  0  63  Seek Out Kirrik
      10850  0  70  Nether Gas In a Fel Fire Engine
      10851  0  67  The Totems of My Enemy
      10852  0  64  Missing Friends
      10853  0  67  Spirit Calling
      10854  0  70  The Force of Neltharaku
      10855  0  69  Fel Reavers, No Thanks!
      10856  0  69  The Best Defense
      10857  0  69  Teleport This!
      10859  0  67  Gather the Orbs
      10860  0  67  Mok'Nathal Treats
      10861  0  64  Veil Lithic: Preemptive Strike
      10862  10847  63  Surrender to the Horde
      10863  10847  63  Secrets of the Arakkoa
      10864  0  61  A Burden of Souls
      10865  0  68  Inform Leoroxx!
      10866  0  70  Zuluhed the Whacked
      10867  0  68  There Can Be Only One Response
      10868  0  62  Arakkoa War Path
      10869  0  62  Thin the Flock
      10870  0  70  Ally of the Netherwing
      10871  0  70  Ally of the Netherwing
      10872  0  70  Zuluhed the Whacked
      8305  0  60  Long Forgotten Memories
      8306  0  60  Into The Maw of Madness
      10874  0  65  Veil Shalas: Signal Fires
      10875  0  61  Report to Nazgrel
      10876  0  63  The Foot of the Citadel
      10877  0  66  The Dread Relic
      10878  0  63  Before Darkness Falls
      10879  0  65  The Skettis Offensive
      10880  0  64  Cabal Orders
      10881  0  64  The Shadow Tomb
      10882  0  70  Harbinger of Doom
      8285  0  59  The Deserter
      8242  0  60  Restoring Fiery Flux Supplies via Heavy Leather
      10885  10888  70  Trial of the Naaru: Strength
      10886  10888  70  Trial of the Naaru: Tenacity
      10887  0  64  Escaping the Tomb
      10888  0  70  Trial of the Naaru: Magtheridon
      10889  0  65  Return to Shattrath
      11243  0  70  If Valgarde Falls...
      10893  0  67  Longtail is the Lynchpin
      10894  0  67  Wyrmskull Watcher
      10895  0  60  Zeth'Gor Must Burn!
      10896  0  65  The Infested Protectors
      10897  0  70  Master of Potions
      10898  0  65  Skywing
      10899  0  70  Master of Transmutation
      10900  0  70  The Mark of Vashj
      11244  0  70  Rescuing the Rescuers
      10902  0  70  Master of Elixirs
      10903  0  61  Return to Honor Hold
      10904  0  68  Harvesting the Fel Ammunition
      10905  0  70  Master of Potions
      10906  0  70  Master of Elixirs
      10907  0  70  Master of Transmutation
      10908  10847  63  Speak with Rilak the Redeemed
      10909  0  61  Fel Spirits
      10470  10474  70  Champion's Oath
      10910  0  68  Death's Door
      10911  0  68  Fire At Will!
      10912  0  68  The Hound-Master
      10913  0  65  An Improper Burial
      10914  0  65  A Hero Is Needed
      10915  0  65  The Fallen Exarch
      10916  0  61  Digging for Prayer Beads
      10917  0  65  The Outcast's Plight
      10918  0  65  More Feathers
      10919  0  61  Fei Fei's Treat
      10920  0  65  For the Fallen
      10921  0  65  Terokkarantula
      7945  0  -1  Your Fortune Awaits You...
      10923  0  65  Evil Draws Near
      10924  0  69  Bloody Imp-ossible!
      10925  0  255  Evil Draws Near
      10926  0  65  Return to Sha'tari Base Camp
      7944  0  -1  Your Fortune Awaits You...
      7937  0  -1  Your Fortune Awaits You...
      10929  0  65  Fumping
      7876  0  55  Quell the Silverwing Usurpers
      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
      10935  0  61  The Exorcism of Colonel Jules
      10936  0  61  Trollbane is Looking for You
      10937  0  62  Drill the Drillmaster
      993  0  20  A Lost Master
      10944  0  70  The Secret Compromised
      10946  0  70  Ruse of the Ashtongue
      10947  0  70  An Artifact From the Past
      10466  0  70  Champion's Vow
      10948  0  70  The Hostage Soul
      10949  0  70  Entry Into the Black Temple
      10985  0  70  A Distraction for Akama
      10958  0  70  Seek Out the Ashtongue
      10462  0  70  Champion's Pledge
      10957  0  70  Redemption of the Ashtongue
      10959  0  70  The Fall of the Betrayer
      10566  0  66  Trial and Error
      1289  0  38   Vimes's Report
      1390  0  1   Oops, We Killed Them Again.
      10955  0  -1  Morthis Whisperwing
      10961  0  -1  The Ward of Wakening
      10964  0  -1  Waking the Sleeper
      10965  0  -1  No Mere Dream
      10978  0  -1  Return to Morthis Whisperwing
      10979  0  -1  To the Evergrove
      10980  0  -1  The Book of the Raven
      10986  0  -1  Eyes in the Sky
      10987  0  -1  To Catch A Sparrowhawk
      10988  0  -1  The Raven Stones
      10990  0  -1  The Eagle's Essence
      10991  0  -1  The Falcon's Essence
      10992  0  -1  The Hawk's Essence
      10993  0  -1  Return to Cenarion Refuge
      10994  0  -1  Chasing the Moonstone
      11001  0  -1  Vanquish the Raven God
      2361  0  44  Restoring the Necklace
      3482  0  35   The Pocked Black Box
      5659  0  -1   Touch of Weakness
      9382  0  63  The Fate of the Clefthoof
      11048  0  67  Kroghan's Report
      11038  0  67  Assist Exarch Orelis
      11047  0  67  The Apprentice's Request
      10983  0  70  Mog'dorg the Wizened
      10984  0  70  Speak with the Ogre
      7875  0  45  Quell the Silverwing Usurpers
      7874  0  35  Quell the Silverwing Usurpers
      7789  0  25  Quell the Silverwing Usurpers
      11037  0  67  A Strange Vision
      11096  11098  70  Threat from Above
      9599  0  12  
      7722  0  50  What the Flux?
      7581  0  -1  The Prison's Bindings
      11022  0  70  Speak with Mog'dorg
      11009  0  70  Ogre Heaven
      11025  0  70  The Crystals
      11058  11010  70  An Apexis Relic
      11080  0  70  The Relic's Emanation
      11091  0  70  A Special Thank You
      11031  0  70  Archmage No More
      11032  0  70  Protector No More
      11033  0  70  Assassin No More
      11034  0  70  Restorer No More
      10998  0  70  Grim(oire) Business
      11000  0  70  Into the Soulgrinder
      10940  0  70  Darkmoon Furies Deck
      11076  0  70  Picking Up The Pieces...
      11075  0  70  The Netherwing Mines
      7201  0  54  The Last Element
      7043  0  -1  You're a Mean One...
      11092  0  70  Hail, Commander!
      11018  0  70  Nethercite Ore
      11017  0  70  Netherdust Pollen
      11016  0  70  Nethermine Flayer Hide
      11053  0  70  Rise, Overseer!
      11084  0  70  Stand Tall, Captain!
      11108  0  70  Lord Illidan Stormrage
      11120  0  -1  Pink Elekks On Parade
      11431  0  -1  Catch the Wild Wolpertinger!
      11442  12318  -1  Welcome to Brewfest!
      11409  0  -1  Now This is Ram Racing... Almost.
      11318  0  -1  Now This is Ram Racing... Almost.
      11117  0  -1  Catch the Wild Wolpertinger!
      10941  0  70  Darkmoon Lunacy Deck
      11098  0  70  To Skettis!
      10989  0  70  Mog'dorg the Wizened
      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
      10938  0  70  Darkmoon Blessings Deck
      10475  0  70  Defender's Covenant
      10465  0  70  Restorer's Vow
      10469  10473  70  Restorer's Oath
      10473  0  70  Restorer's Covenant
      10463  0  70  Sage's Pledge
      10464  0  70  Sage's Vow
      10468  10472  70  Sage's Oath
      10472  0  70  Sage's Covenant
      11021  0  70  Ishaal's Almanac
      11024  0  70  An Ally in Lower City
      11028  0  70  Countdown to Doom
      11041  0  70  A Job Unfinished...
      11081  0  70  The Great Murkblood Revolt
      11082  0  70  Seeker of Truth
      11400  0  -1  Brewfest Riding Rams
      11419  0  -1  Brewfest Riding Rams
      11123  0  35  Inspecting the Ruins
      11124  0  35  Inspecting the Ruins
      11126  0  35  Traitors Among Us
      11128  0  35  Propaganda War
      11130  0  70  Oooh, Shinies!
      11132  0  70  Promises, Promises...
      11133  0  35  Discrediting the Deserters
      11134  0  37  The End of the Deserters
      11136  0  36  A Disturbing Development
      11137  0  37  Defias in Dustwallow?
      11138  0  37  Renn McGill
      11139  0  37  Secondhand Diving Gear
      11140  0  37  Recover the Cargo!
      11141  0  37  Jaina Must Know
      11142  0  37  Survey Alcaz Island
      11143  0  38  A Grim Connection
      11144  0  38  Confirming the Suspicion
      11145  0  37  Prisoners of the Grimtotems
      11146  0  37  Raptor Captor
      11147  0  37  Unleash the Raptors
      11148  0  38  Arms of the Grimtotems
      11149  0  39  Tabetha's Assistance
      11150  0  39  Raze Direhorn Post!
      11151  0  39  Justice for the Hyals
      11152  0  39  Peace at Last
      11156  0  39  Direhorn Raiders
      11158  0  39  Bloodfen Feathers
      11159  0  41  Spirits of Stonemaul Hold
      11160  0  39  Banner of the Stonemaul
      11161  0  39  The Essence of Enmity
      11162  0  41  Challenge to the Black Flight
      11163  0  70  Undercover Sister
      11164  0  70  Tuskin' Raiders
      11165  0  70  A Troll Among Trolls
      11166  0  70  X Marks... Your Doom!
      11169  0  38  The Grimtotem Weapon
      6612  0  45  I Know A Guy...
      6622  0  -1  Triage
      11172  0  40  The Zeppelin Crash
      11173  0  39  The Reagent Thief
      11174  0  40  Corrosion Prevention
      11177  0  36  The Hermit of Swamplight Manor
      11178  0  70  Blood of the Warlord
      11180  0  36  What's Haunting Witch Hill?
      11181  0  36  The Witch's Bane
      11183  0  36  Cleansing Witch Hill
      11184  0  39  WANTED: Goreclaw the Ravenous
      11185  0  38  The Apothecary's Letter
      11186  0  38  Signs of Treachery?
      11191  0  35  This Old Lighthouse
      11192  0  35  Thresher Oil
      11193  0  35  Dastardly Denizens of the Deep
      11194  0  36  Is it Real?
      11195  0  70  Playin' With Dolls
      6603  0  56  Trouble in Winterspring!
      11198  0  36  Take Down Tethyr!
      11200  0  37  More than Coincidence
      11201  0  38  The Grimtotem Plot
      11203  0  37  Seek Out Tabetha
      11204  0  38  Return to Krog
      11205  0  39  Raze Direhorn Post!
      11206  0  39  Justice Dispensed
      11207  0  39  Secure the Cargo!
      11208  0  39  Delivery for Drazzit
      11209  0  37  Nat's Bargain
      11210  0  37  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  Mission to Mudsprocket
      11215  0  39  Help Mudsprocket
      11216  0  70  Archmage Alturus
      11217  0  40  Catch a Dragon by the Tail
      11222  0  37  Proof of Treachery
      11223  0  37  Return to Jaina
      11225  0  36  The Hermit of Witch Hill
      11335  0  -1  Call to Arms: Arathi Basin
      6401  0  18  Kaya's Alive
      6402  0  60  Stormwind Rendezvous
      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
      6184  0  60  Flint Shadowmore
      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
      11425  0  1  Test Quest - Craig
      11451  0  70  Alicia's Poem
      11497  0  70  Learning to Fly
      11498  0  70  Learning to Fly
      11528  0  -1  A Winter Veil Gift
      11531  0  70  Strange Engine Part
      11558  0  -1  Dangerous Love
      11004  0  70  World of Shadows
      10942  0  -1  Children's Week
      10943  0  -1  Children's Week
      10945  0  -1  Hch'uu and the Mushroom People
      10950  0  -1  Auchindoun and the Ring of Observance
      10951  0  -1  A Trip to the Dark Portal
      10952  0  -1  A Trip to the Dark Portal
      10953  0  -1  Visit the Throne of the Elements
      10954  0  -1  Jheel is at Aeris Landing!
      10956  0  -1  The Seat of the Naaru
      10960  0  -1  When I Grow Up...
      10962  0  -1  Time to Visit the Caverns
      10963  0  -1  Time to Visit the Caverns
      10966  0  -1  Back to the Orphanage
      10967  0  -1  Back to the Orphanage
      10968  0  -1  Call on the Farseer
      10970  0  70  A Mission of Mercy
      10971  0  70  Ethereum Secrets
      10972  0  70  Ethereum Prisoner I.D. Catalogue
      10973  0  70  A Thousand Worlds
      10974  0  70  Stasis Chambers of Bash'ir
      10976  0  70  The Mark of the Nexus-King
      10977  0  70  Stasis Chambers of the Mana-Tombs
      11005  0  70  Secrets of the Talonpriests
      11008  0  70  Fires Over Skettis
      11010  0  70  Bombing Run
      11011  0  70  Eternal Vigilance
      7282  0  -1  Brotherly Love
      7382  0  60  Korrak the Everliving
      11014  0  70  Enter the Taskmaster
      7281  0  -1  Brotherly Love
      11023  0  70  Bomb Them Again!
      11026  0  70  Banish the Demons
      11029  0  70  A Shabby Disguise
      11030  11010  70  Our Boy Wants To Be A Skyguard Ranger
      11035  0  70  The Not-So-Friendly Skies...
      11036  0  67  Out of This World Produce!
      11039  0  67  Report to Spymaster Thalodien
      11040  0  67  Parts for the Rocket-Chief
      11042  0  67  A Mystifying Vision
      11043  0  67  Building a Better Gryphon
      11044  0  67  Visions of Destruction
      11045  0  67  Zorus the Judicator
      11046  0  67  Chief Apothecary Hildagard
      11049  0  70  The Great Netherwing Egg Hunt
      11051  0  70  Banish More Demons
      11052  0  70  Akama's Promise
      11056  0  70  Hazzik's Bargain
      7027  0  -1  Empty Stables
      11059  0  70  Guardian of the Monument
      11061  0  70  A Father's Duty
      11062  0  70  The Skyguard Outpost
      6862  0  60  Zinfizzlex's Portable Shredder Unit
      11065  11078  70  Wrangle Some Aether Rays!
      11066  0  70  Wrangle More Aether Rays!
      11067  0  70  Dragonmaw Race: Trope the Filth-Belcher
      11068  0  70  Dragonmaw Race: Corlok the Vet
      6721  0  -1  The Hunter's Path
      6861  0  60  Zinfizzlex's Portable Shredder Unit
      6629  0  18  Kill Grundig Darkcloud
      11071  0  70  Dragonmaw Race: Captain Skyshatter
      11072  0  70  Adversarial Blood
      11073  0  70  Terokk's Downfall
      11074  0  70  Tokens of the Descendants
      11077  0  70  Dragons are the Least of Our Problems
      11078  0  70  To Rule The Skies
      11079  0  70  A Fel Whip For Gahk
      11083  0  70  Crazed and Confused
      11085  0  70  Escape from Skettis
      11086  0  70  Disrupting the Twilight Portal
      11089  0  70  The Soul Cannon of Reth'hedron
      11090  0  70  Subdue the Subduer
      11093  0  70  Hungry Nether Rays
      11094  0  70  Kill Them All!
      11095  0  70  Commander Hobb
      6624  0  -1  Triage
      11099  0  70  Kill Them All!
      6623  0  45  Horde Trauma
      11101  0  70  The Deadliest Trap Ever Laid
      11102  0  70  Bombing Run
      11118  0  -1  Pink Elekks On Parade
      11119  0  70  Assault on Bash'ir Landing!
      11122  0  -1  There and Back Again
      11129  0  7  Kyle's Gone Missing!
      11135  11392  80  The Headless Horseman
      11219  0  -1  Stop the Fires!
      11220  11392  80  The Headless Horseman
      11242  0  -1  Free at Last!
      11293  0  -1  Bark for the Barleybrews!
      11294  0  -1  Bark for the Thunderbrews!
      11321  0  -1  Did Someone Say "Souvenir?"
      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?"
      11441  12318  -1  Brewfest!
      11446  12318  -1  Brewfest!
      11454  0  52  Seek the Saboteurs
      11486  0  -1  The Best of Brews
      11487  0  -1  The Best of Brews
      11006  0  70  More Shadow Dust
      11063  0  70  Earning Your Wings...
      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
      11012  0  70  Blood Oath of the Netherwing
      11019  0  70  Your Friend On The Inside
      11050  0  70  Accepting All Eggs
      11060  11027  70  A Crystalforged Darkrune
      11027  0  70  Yous Have Da Darkrune?
      10461  0  70  Restorer's Pledge
      10638  0  10  NOT A QUEST
      10975  0  70  Purging the Chambers of Bash'ir
      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
      11105  0  70  Champion No More
      11106  0  70  Defender No More
      11392  0  80  Call the Headless Horseman
      11481  0  70  Crisis at the Sunwell
      11482  0  70  Duty Calls
      11488  0  70  Magisters' Terrace
      11490  0  70  The Scryer's Scryer
      11492  0  70  Hard to Kill
      11496  0  70  The Sanctum Wards
      11499  0  70  Wanted: The Signet Ring of Prince Kael'thas
      11500  0  70  Wanted: Sisters of Torment
      11502  0  70  In Defense of Halaa
      11503  0  70  Enemies, Old and New
      11505  0  -1  Spirits of Auchindoun
      11506  0  -1  Spirits of Auchindoun
      11513  0  70  Intercepting the Mana Cells
      11514  0  70  Maintaining the Sunwell Portal
      11515  0  70  Blood for Blood
      11516  0  70  Blast the Gateway
      11517  0  70  Report to Nasuun
      11518  0  0  Sunwell Daily Portal Flag
      11520  0  70  Discovering Your Roots
      11521  0  70  Rediscovering Your Roots
      11523  0  70  Arm the Wards!
      11524  0  70  Erratic Behavior
      11525  0  70  Further Conversions
      11526  0  70  The Missing Magistrix
      11532  0  70  Distraction at the Dead Scar
      11533  0  70  The Air Strikes Must Continue
      11534  0  70  Report to Nasuun
      11535  0  70  Making Ready
      11536  0  70  Don't Stop Now....
      11537  0  70  The Battle Must Go On
      11538  0  70  The Battle for the Sun's Reach Armory
      11539  0  70  Taking the Harbor
      11540  0  70  Crush the Dawnblade
      11541  0  70  Disrupt the Greengill Coast
      11542  0  70  Intercept the Reinforcements
      11543  0  70  Keeping the Enemy at Bay
      11544  0  70  Ata'mal Armaments
      11545  0  70  A Charitable Donation
      11546  0  70  Open for Business
      11547  0  70  Know Your Ley Lines
      11548  0  70  Your Continued Support
      11549  0  70  A Magnanimous Benefactor
      11550  0  70  Enter, the Deceiver...
      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
      11577  0  1  WoW Collector's Edition: - DEM - E - FLAG
      11580  0  -1  Desecrate this Fire!
      11581  0  -1  Desecrate this Fire!
      11583  0  -1  Honor the Flame
      11584  0  -1  Honor the Flame
      11657  0  -1  Torch Catching
      11665  0  70  Crocolisks in the City
      11666  0  70  Bait Bandits
      11667  0  70  The One That Got Away
      11668  0  70  Shrimpin' Ain't Easy
      11669  0  70  Felblood Fillet
      11691  0  80  Summon Ahune
      11696  0  80  Ahune is Here!
      11731  0  -1  Torch Tossing
      11732  0  -1  Desecrate this Fire!
      11734  0  -1  Desecrate this Fire!
      11735  0  -1  Desecrate this Fire!
      11736  0  -1  Desecrate this Fire!
      11737  0  -1  Desecrate this Fire!
      11738  0  -1  Desecrate this Fire!
      11739  0  -1  Desecrate this Fire!
      11740  0  -1  Desecrate this Fire!
      11741  0  -1  Desecrate this Fire!
      11742  0  -1  Desecrate this Fire!
      11743  0  -1  Desecrate this Fire!
      11744  0  -1  Desecrate this Fire!
      11745  0  -1  Desecrate this Fire!
      11746  0  -1  Desecrate this Fire!
      11747  0  -1  Desecrate this Fire!
      11748  0  -1  Desecrate this Fire!
      11749  0  -1  Desecrate this Fire!
      11750  0  -1  Desecrate this Fire!
      11751  0  -1  Desecrate this Fire!
      11752  0  -1  Desecrate this Fire!
      11753  0  -1  Desecrate this Fire!
      11754  0  -1  Desecrate this Fire!
      11755  0  -1  Desecrate this Fire!
      11756  0  -1  Desecrate this Fire!
      11757  0  -1  Desecrate this Fire!
      11758  0  -1  Desecrate this Fire!
      11759  0  -1  Desecrate this Fire!
      11760  0  -1  Desecrate this Fire!
      11761  0  -1  Desecrate this Fire!
      11762  0  -1  Desecrate this Fire!
      11763  0  -1  Desecrate this Fire!
      11764  0  -1  Desecrate this Fire!
      11765  0  -1  Desecrate this Fire!
      11766  0  -1  Desecrate this Fire!
      11767  0  -1  Desecrate this Fire!
      11768  0  -1  Desecrate this Fire!
      11769  0  -1  Desecrate this Fire!
      11770  0  -1  Desecrate this Fire!
      11771  0  -1  Desecrate this Fire!
      11772  0  -1  Desecrate this Fire!
      11773  0  -1  Desecrate this Fire!
      11774  0  -1  Desecrate this Fire!
      11775  0  -1  Desecrate this Fire!
      11776  0  -1  Desecrate this Fire!
      11777  0  -1  Desecrate this Fire!
      11778  0  -1  Desecrate this Fire!
      11779  0  -1  Desecrate this Fire!
      11780  0  -1  Desecrate this Fire!
      11781  0  -1  Desecrate this Fire!
      11782  0  -1  Desecrate this Fire!
      11783  0  -1  Desecrate this Fire!
      11784  0  -1  Desecrate this Fire!
      11785  0  -1  Desecrate this Fire!
      11786  0  -1  Desecrate this Fire!
      11787  0  -1  Desecrate this Fire!
      11799  0  -1  Desecrate this Fire!
      11800  0  -1  Desecrate this Fire!
      11801  0  -1  Desecrate this Fire!
      11802  0  -1  Desecrate this Fire!
      11803  0  -1  Desecrate this Fire!
      11804  0  -1  Honor the Flame
      11805  0  -1  Honor the Flame
      11806  0  -1  Honor the Flame
      11807  0  -1  Honor the Flame
      11808  0  -1  Honor the Flame
      11809  0  -1  Honor the Flame
      11810  0  -1  Honor the Flame
      11811  0  -1  Honor the Flame
      11812  0  -1  Honor the Flame
      11813  0  -1  Honor the Flame
      11814  0  -1  Honor the Flame
      11815  0  -1  Honor the Flame
      11816  0  -1  Honor the Flame
      11817  0  -1  Honor the Flame
      11818  0  -1  Honor the Flame
      11819  0  -1  Honor the Flame
      11820  0  -1  Honor the Flame
      11821  0  -1  Honor the Flame
      11822  0  -1  Honor the Flame
      11823  0  -1  Honor the Flame
      11824  0  -1  Honor the Flame
      11825  0  -1  Honor the Flame
      11826  0  -1  Honor the Flame
      11827  0  -1  Honor the Flame
      11828  0  -1  Honor the Flame
      11829  0  -1  Honor the Flame
      11830  0  -1  Honor the Flame
      11831  0  -1  Honor the Flame
      11832  0  -1  Honor the Flame
      11833  0  -1  Honor the Flame
      11834  0  -1  Honor the Flame
      11835  0  -1  Honor the Flame
      11836  0  -1  Honor the Flame
      11837  0  -1  Honor the Flame
      11838  0  -1  Honor the Flame
      11839  0  -1  Honor the Flame
      11840  0  -1  Honor the Flame
      11841  0  -1  Honor the Flame
      11842  0  -1  Honor the Flame
      11843  0  -1  Honor the Flame
      11844  0  -1  Honor the Flame
      11845  0  -1  Honor the Flame
      11846  0  -1  Honor the Flame
      11847  0  -1  Honor the Flame
      11848  0  -1  Honor the Flame
      11849  0  -1  Honor the Flame
      11850  0  -1  Honor the Flame
      11851  0  -1  Honor the Flame
      11852  0  -1  Honor the Flame
      11853  0  -1  Honor the Flame
      11854  0  -1  Honor the Flame
      11855  0  -1  Honor the Flame
      11856  0  -1  Honor the Flame
      11857  0  -1  Honor the Flame
      11858  0  -1  Honor the Flame
      11859  0  -1  Honor the Flame
      11860  0  -1  Honor the Flame
      11861  0  -1  Honor the Flame
      11862  0  -1  Honor the Flame
      11863  0  -1  Honor the Flame
      11874  0  0  Upper Deck Promo - Rocket Mount
      11875  0  70  Gaining the Advantage
      11877  0  70  Sunfury Attack Plans
      11880  0  70  The Multiphase Survey
      11882  0  -1  Playing with Fire
      5284  0  40  The Way of the Weaponsmith
      11885  0  70  Adversarial Blood
      11886  0  -1  Unusual Activity
      11891  0  -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  9365  -1  Stealing the Exodar's Flame
      11935  9339  -1  Stealing Silvermoon's Flame
      11937  0  0  FLAG - all torch return quests are complete
      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  80  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
      12515  0  68  Nice Hat...
      12513  0  68  Nice Hat...
      12020  0  -1  This One Time, When I Was Drunk...
      12022  0  -1  Chug and Chuck!
      4082  0  54  KILL ON SIGHT: High Ranking Dark Iron Officials
      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?
      11259  11261  71  Towers of Certain Doom
      11260  0  72  Stop the Ascension!
      11261  0  72  The Conqueror of Skorn!
      11262  0  71  Ingvar Must Die!
      11263  0  71  Dealing With Gjalerbron
      11264  0  72  Necro Overlord Mezhen
      11265  0  71  Of Keys and Cages
      11266  0  72  Gjalerbron Attack Plans
      11267  0  72  The Frost Wyrm and its Master
      11268  0  71  The Walking Dead
      11269  11332  71  Down to the Wire
      11270  0  71  War is Hell
      11271  0  71  Hasty Preparations
      11272  0  71  A Score to Settle
      11273  0  70  The Human League
      11274  0  70  Zedd's Probably Dead
      11275  0  71  Making the Horn
      11276  0  70  And Then There Were Two...
      11277  0  71  The Depths of Depravity
      11278  0  71  Return to Valgarde
      11279  0  71  Green Eggs and Whelps
      11280  0  71  Draconis Gastritis
      11281  0  71  Mimicking Nature's Call
      11282  0  71  A Lesson in Fear
      11283  11303  71  Baleheim Bodycount
      11284  0  71  The Yeti Next Door
      11285  11303  71  Baleheim Must Burn!
      11286  0  71  The Artifacts of Steel Gate
      11287  0  71  Find Sage Mistwalker
      6523  0  18  Protect Kaya
      6542  0  19  Report to Kadrak
      11289  0  71  Guided by Honor
      6504  0  30  The Lost Pages
      6501  0  60  The Dragon's Eye
      11292  0  70  Preying Upon the Weak
      11295  0  71  The Offensive Begins
      11296  0  72  Rivenwood Captives
      11297  0  71  Keeping Watch on the Interlopers
      11298  0  71  What's in That Brew?
      11299  0  71  The Ring of Judgement
      11300  0  71  Stunning Defeat at the Ring
      11301  0  71  Brains! Brains! Brains!
      11302  0  70  The Enigmatic Frost Nymphs
      11303  0  71  The Ambush
      11304  0  71  New Agamand
      11305  0  71  A Tailor-Made Formula
      11306  0  71  Apply Heat and Stir
      11307  0  71  Field Test
      11308  0  71  Time for Cleanup
      11309  0  71  Parts for the Job
      11310  0  71  Warning: Some Assembly Required
      11311  0  71  Suppressing the Elements
      11312  0  71  The Frozen Glade
      11313  0  71  Spirits of the Ice
      11314  11319  71  The Fallen Sisters
      11315  11316  71  Wild Vines
      11316  11428  71  Spawn of the Twisted Glade
      11317  0  71  The Cleansing
      11319  11428  71  Seeds of the Blacksouled Keepers
      11322  0  71  The Cleansing
      11323  0  71  In Worg's Clothing
      11324  0  71  Alpha Worg
      11325  0  71  In Worg's Clothing
      11326  0  71  Alpha Worg
      11327  0  71  Mission: Package Retrieval
      11328  0  71  Mission: Forsaken Intel
      11329  0  70  I'll Try Anything!
      11330  0  71  Absholutely... Thish Will Work!
      11331  0  71  You Tell Him ...Hic!
      11332  0  71  Mission: Plague This!
      11333  0  71  Into the World of Spirits
      11343  0  71  The Echo of Ymiron
      11344  0  71  Anguish of Nifflevar
      11346  0  71  The Book of Runes
      11348  0  71  The Rune of Command
      11349  0  71  Mastering the Runes
      11350  0  71  The Book of Runes
      11351  0  71  Mastering the Runes
      11352  0  71  The Rune of Command
      11355  0  72  March of the Giants
      11358  0  72  The Lodestone
      11359  0  72  Demolishing Megalith
      11365  0  72  March of the Giants
      11366  0  72  The Lodestone
      11367  0  72  Demolishing Megalith
      11390  0  71  I've Got a Flying Machine!
      11391  0  71  Steel Gate Patrol
      11393  0  71  Where is Explorer Jaren?
      11394  0  71  And You Thought Murlocs Smelled Bad!
      11395  0  71  It's a Scourge Device
      11396  0  71  Bring Down Those Shields
      11397  0  71  And You Thought Murlocs Smelled Bad!
      11398  0  71  It's a Scourge Device
      11399  0  71  Bring Down Those Shields
      11402  0  68  Clayton's Quest: Extreme!
      11406  11332  70  Everything Must Be Ready
      11410  0  71  The One That Got Away
      11411  0  70  Camp Winterhoof
      11414  0  71  Brother Betrayers
      11415  0  71  Brother Betrayers
      11416  0  71  Eyes of the Eagle
      11417  0  71  Eyes of the Eagle
      11418  0  70  We Call Him Steelfeather
      11420  0  71  The Path to Payback
      6148  0  60  The Scarlet Oracle, Demetria
      11422  0  71  Trident of the Son
      11423  0  71  The Enemy's Legacy
      11424  0  71  Shield Hill
      11426  0  71  Locating the Mechanism
      6147  0  60  Return to Nathanos
      11428  0  71  Keeper Witherleaf
      6089  0  -1  Training the Beast
      6135  0  60  Duskwing, Oh How I Hate Thee...
      6088  0  -1  Taming the Beast
      11432  0  71  Sleeping Giants
      11433  0  71  Sleeping Giants
      11434  0  71  Forgotten Treasure
      11436  0  71  Let's Go Surfing Now
      11443  0  71  Daggercap Divin'
      11448  0  71  The Explorers' League Outpost
      11452  0  72  The Slumbering King
      11453  0  72  The Slumbering King
      11455  0  71  The Fragrance of Money
      11456  0  71  Feeding the Survivors
      11457  0  71  Arming Kamagua
      11458  0  71  Avenge Iskaal
      11459  0  71  Zeh'gehn Sez
      11460  0  71  Trust is Earned
      11461  0  71  DEPRECATED
      11464  0  71  Gambling Debt
      11465  0  71  The Ransacked Caravan
      11466  0  71  Jack Likes His Drink
      11467  0  71  Dead Man's Debt
      6086  0  -1  Training the Beast
      11469  0  71  Swabbin' Soap
      11470  0  71  There Exists No Honor Among Birds
      11471  0  71  The Jig is Up
      11472  0  -1  The Way to His Heart...
      11473  0  71  A Traitor Among Us
      11474  0  71  Problems on the High Bluff
      11475  0  71  Tools to Get the Job Done
      11476  0  71  A Carver and a Croaker
      11477  0  70  Out of My Element?
      11478  0  71  Outpost Over Yonder...
      11479  0  71  "Crowleg" Dan
      11480  0  71  Meet Number Two
      11483  11485  71  We Can Rebuild It
      11484  11485  71  We Have the Technology
      6085  0  -1  Taming the Beast
      11489  0  71  Iron Rune Constructs and You: Collecting Data
      6082  0  -1  Taming the Beast
      11494  11501  71  Lightning Infused Relics
      11495  11501  71  The Delicate Sound of Thunder
      11501  0  71  News From the East
      11504  0  71  The Dead Rise!
      6027  0  38  Book of the Ancients
      11508  0  71  Grezzix Spindlesnap
      11509  0  71  Street "Cred"
      11510  0  71  "Scoodles"
      11512  11568  71  The Frozen Heart of Isuldof
      11519  0  71  The Lost Shield of the Aesirites
      6026  0  58  That's Asking A Lot
      11529  0  71  Sorlof's Booty
      5961  0  56  The Champion of the Banshee Queen
      11559  0  71  Winterfin Commerce
      11560  0  71  Oh Noes, the Tadpoles!
      11561  0  71  Them!
      11562  0  71  I'm Being Blackmailed By My Cleaner
      11563  0  71  Grmmurggll Mrllggrl Glrggl!!!
      11564  0  71  Succulent Orca Stew
      11565  0  71  The Spare Suit
      11566  0  72  Surrender... Not!
      11567  11568  71  The Ancient Armor of the Kvaldir
      11568  0  71  A Return to Resting
      11569  0  71  Keymaster Urmgrgl
      11570  0  71  Escape from the Winterfin Caverns
      11571  0  71  Learning to Communicate
      11572  0  71  Return to Atuik
      11573  0  71  Orfus of Kamagua
      11574  11587  71  Too Close For Comfort
      11575  11587  71  Nick of Time
      11576  0  71  Monitoring the Rift: Cleftcliff Anomaly
      11578  0  4  The "Chow" Quest (123)aa COPY
      11579  0  4  The "Chow" Quest (123)aa COPY
      11582  0  71  Monitoring the Rift: Sundered Chasm
      11585  0  71  Hellscream's Vigil
      11586  0  71  Hellscream's Vigil
      11587  0  71  Prison Break
      11590  0  71  Abduction
      11591  0  71  Report to Steeljaw's Caravan
      11592  0  72  We Strike!
      11593  0  71  The Honored Dead
      11594  0  71  Put Them to Rest
      11595  11598  71  The Defense of Warsong Hold
      11596  11598  71  The Defense of Warsong Hold
      11597  11598  71  The Defense of Warsong Hold
      11598  0  71  Taking Back Mightstone Quarry
      11599  0  71  Thassarian, My Brother
      11600  0  71  The Late William Allerton
      11601  0  71  Lost and Found
      5805  0  1  Welcome!
      11603  0  71  In Wine, Truth
      11604  0  71  A Deserter
      11605  0  72  The Honored Ancestors
      11606  0  71  Patience is a Virtue that We Don't Need
      11607  0  72  The Lost Spirits
      11608  0  71  Bury Those Cockroaches!
      11609  0  72  Picking Up the Pieces
      11610  0  72  Leading the Ancestors Home
      5742  0  56  Redemption
      5781  0  57  Of Forgotten Memories
      11612  0  72  Reclaiming the Quarry
      11613  0  71  Karuk's Oath
      11614  0  71  Untold Truths
      11615  0  71  Nerub'ar Secrets
      11616  0  71  Message to Hellscream
      11617  0  72  Hampering Their Escape
      11618  0  71  Reinforcements Incoming...
      11619  0  71  Gamel the Cruel
      11620  0  71  A Father's Words
      11621  0  0  The Tablet of Leviroth
      11622  0  71  Secrets of Riplash
      11623  0  72  A Visit to the Curator
      11624  0  71  The Sky Will Know
      11625  0  71  The Trident of Naz'jan
      11626  0  71  The Emissary
      11627  0  72  Boiling Point
      11628  0  72  Shrouds of the Scourge
      11629  0  71  Return to the Spirit Talker
      11630  0  72  The Bad Earth
      11631  0  71  Vision of Air
      11632  0  71  What the Cold Wind Brings...
      11633  0  72  Blending In
      11634  0  71  Wind Master To'bor
      11635  0  71  Farseer Grimwalker's Spirit
      11636  0  71  Magic Carpet Ride
      11637  0  72  Kaganishu
      11638  0  71  Return My Remains
      11639  0  71  Revenge Upon Magmoth
      11640  0  72  Words of Power
      11641  0  72  A Courageous Strike
      11642  0  71  Tank Ain't Gonna Fix Itself
      5741  0  33  Sceptre of Light
      11644  11651  71  Super Strong Metal Plates!
      11645  0  71  Dirty, Stinkin' Snobolds!
      11646  0  71  The Borean Inquisition
      11647  0  72  Neutralizing the Cauldrons
      11648  0  71  The Art of Persuasion
      11649  0  71  Motes of the Enraged
      11650  0  71  Just a Few More Things...
      11652  11916  71  The Plains of Nasam
      11653  0  71  Hah... You're Not So Big Now!
      11654  0  72  The Spire of Blood
      11655  0  71  Into the Mist
      5544  0  56  Carrion Grubbage
      5581  0  38  Portals of the Legion
      11658  0  71  Plan B
      11659  0  72  Shatter the Orbs!
      11660  0  71  Horn of the Ancient Mariner
      11661  0  71  Orabus the Helmsman
      11662  0  71  Seek Out Karuk!
      11663  0  71  Sharing Intelligence
      11664  0  71  Escaping the Mist
      11670  0  72  It Was The Orcs, Honest!
      11671  0  71  A Race Against Time
      11672  0  71  Enlistment Day
      11673  0  72  Get Me Outa Here!
      11674  0  71  Sage Highmesa is Missing
      11675  0  71  A Proper Death
      11676  0  71  Merciful Freedom
      11677  0  71  Stop the Plague
      11678  0  71  Find Bristlehorn
      11679  0  71  Reforging the Key
      11680  0  71  Taking Wing
      11681  0  71  Rescuing Evanor
      11682  0  71  Dragonspeak
      11683  0  71  Fallen Necropolis
      11684  0  71  Scouting the Sinkholes
      11685  0  71  The Heart of the Elements
      11686  0  71  The Warsong Farms
      11687  0  72  The Doctor and the Lich-Lord
      11688  0  71  Damned Filthy Swine
      11689  0  71  Return with the Bad News
      11690  0  71  Bring 'Em Back Alive
      11692  0  71  Check in With Bixie
      11693  0  71  Oh Great... Plagued Magnataur!
      11694  0  71  There's Something Going On In Those Caves
      11695  0  71  The Horn of Elemental Fury
      11697  0  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
      11702  0  71  King Mrgl-Mrgl
      11703  0  71  Get to Getry
      11704  0  71  King Mrgl-Mrgl
      5482  0  6  Doom Weed
      11706  0  71  The Collapse
      11707  0  71  Distress Call
      11708  0  71  The Mechagnomes
      11709  0  71  Nork Bloodfrenzy's Charge
      11710  0  71  What's the Matter with the Transmatter?
      5481  0  5  Gordo's Task
      11712  0  71  Re-Cursive
      11713  0  71  Scouting the Sinkholes
      5463  0  60  Menethil's Gift
      11715  0  71  Fueling the Project
      11716  0  71  The Wondrous Bloodspore
      5408  0  55  Minion's Scourgestones
      11718  0  71  A Bot in Mammoth's Clothing
      11719  0  71  A Suitable Test Subject
      11721  0  71  Gammothra the Tormentor
      11722  11916  71  Trophies of Gammoth
      11723  0  71  Deploy the Shake-n-Quake!
      11724  0  71  Massive Moth Omelet?
      11725  0  71  Finding Pilot Tailspin
      11726  0  71  A Little Bit of Spice
      11727  0  71  A Time for Heroes
      11728  0  71  Lupus Pupus
      11729  0  71  The Ultrasonic Screwdriver
      11730  0  71  Master and Servant
      11733  0  71  Traversing the Rift
      11788  0  71  Lefty Loosey, Righty Tighty
      11789  0  71  A Soldier in Need
      11790  0  71  Cultists Among Us
      11791  0  71  Notify Arlos
      11792  0  71  Enemies of the Light
      11793  0  71  Further Investigation
      11794  0  71  The Hunt is On
      11795  0  71  Emergency Protocol: Section 8.2, Paragraph C
      11796  0  71  Emergency Protocol: Section 8.2, Paragraph D
      11797  0  71  The Siege
      11798  0  72  The Gearmaster
      11864  0  72  A Mission Statement
      5384  0  60  Kirtonos the Herald
      5382  0  60  Doctor Theolen Krastinov, the Butcher
      5305  0  60  Sweet Serenity
      5381  0  38  Hand of Iruxos
      11868  11892  72  The Culler Cometh
      11869  0  72  Happy as a Clam
      5302  0  40  The Way of the Weaponsmith
      11871  0  72  Not On Our Watch
      11873  0  71  Give Fizzcrank the News
      11876  0  72  Help Those That Cannot Help Themselves
      11878  0  72  Khu'nok Will Know
      11879  11892  72  Kaw the Mammoth Destroyer
      11881  0  71  Load'er Up!
      11884  11892  72  Ned, Lord of Rhinos...
      11887  0  71  Emergency Supplies
      11888  0  71  Ride to Taunka'le Village
      11889  0  71  Death From Above
      11890  0  71  What Are They Up To?
      5264  0  60  Lord Maxwell Tyrosus
      11893  0  71  The Power of the Elements
      11894  0  71  Patching Up
      11895  0  71  Master the Storm
      11896  0  71  Weakness to Lightning
      11897  0  71  Plug the Sinkholes
      11898  0  71  Breaking Through
      11899  0  71  Souls of the Decursed
      11900  0  71  Reading the Meters
      11901  0  71  Military? What Military?
      11902  0  71  Pernicious Evidence
      11903  0  71  It's Time for Action
      11904  0  71  Fruits of Our Labor
      11905  0  71  Postponing the Inevitable
      11906  0  71  Cleaning Up the Pools
      11907  0  71  The Sub-Chieftains
      11908  0  71  Reference Material
      11909  0  72  Defeat the Gearmaster
      11910  0  71  Secrets of the Ancients
      11911  0  71  Quickening
      11912  0  71  Nuts for Berries
      11913  0  71  Take No Chances
      11914  0  71  Keep the Secret Safe
      11916  0  71  Hellscream's Champion
      11918  0  71  Basic Training
      11919  0  71  Drake Hunt
      11920  0  71  Cultists Among Us
      11927  0  71  Word on the Street
      11928  0  71  Farshire
      11929  0  72  The Fall of Taunka'le Village
      5263  0  60  Above and Beyond
      11931  0  71  Cracking the Code
      11932  0  71  Cowards and Fools
      11936  0  71  Hatching a Plan
      11938  0  72  Buying Some Time
      11939  0  71  ?????
      11940  0  71  Drake Hunt
      11941  0  71  Puzzling...
      11942  0  72  Words of Power
      11943  0  71  The Cell
      11944  0  72  Surrounded!
      11945  0  72  Preparing for the Worst
      11946  0  71  Keristrasza
      11949  0  72  Not Without a Fight!
      11950  0  72  Muahit's Wisdom
      11951  0  71  Bait and Switch
      11956  0  71  Finding the Phylactery
      5243  0  60  Houses of the Holy
      11958  0  72  Let Nothing Go To Waste
      11959  0  73  Slay Loguhn
      11960  0  72  Planning for the Future
      11961  0  72  Spirits Watch Over Us
      11962  0  71  One Last Delivery
      11963  0  71  Weapons for Farshire
      11965  0  71  Call to Arms!
      11967  0  71  Mustering the Reds
      11968  0  71  The Tides Turn
      11969  0  71  Springing the Trap
      11973  0  71  Prisoner of War
      11977  11978  72  A Tauren Among Taunka
      11978  0  72  Into the Fold
      5233  5224  55  Target: Writhing Haunt
      11981  0  75  Find Kurun!
      11982  0  75  Raining Down Destruction
      11983  0  72  Blood Oath of the Horde
      11984  0  74  Filling the Cages
      11985  0  75  Into the Breach
      11986  0  75  The Damaged Journal
      11988  0  75  The Runic Keystone
      11989  0  73  Truce?
      11990  0  74  Vial of Visions
      11993  0  75  The Runic Prophecies
      11994  0  0  Juno's Flag Tester
      11995  12000  72  Your Presence is Required at Stars' Rest
      11996  0  72  Your Presence is Required at Agmar's Hammer
      11997  0  75  REUSE
      11998  0  75  Softening the Blow
      11999  0  72  Rifle the Bodies
      12000  0  72  Rifle the Bodies
      12002  0  75  Brothers in Battle
      12003  0  75  Uncovering the Tunnels
      12004  0  73  Prevent the Accord
      12005  0  73  Prevent the Accord
      12006  0  72  Avenge this Atrocity!
      12007  0  74  Sacrifices Must be Made
      5229  5218  53  Target: Felstone Field
      12009  0  72  Tua'kea's Crab Traps
      12010  0  75  The Fate of Orlond
      12011  0  72  Signs of Big Watery Trouble
      12013  0  73  End Arcanimus
      12014  0  75  Steady as a Rock?
      12015  0  62  Test Quest for Craig
      12016  0  72  The Bait
      12017  0  73  Meat on the Hook
      12019  0  72  Last Rites
      12021  0  73  A Letter Home
      12023  0  73  Sweeter Revenge
      12026  0  75  The Damaged Journal
      12027  0  74  Mr. Floppy's Perilous Adventure
      12028  0  72  Spiritual Insight
      12029  0  74  Seared Scourge
      12030  0  72  Elder Mana'loa
      12031  0  72  Freedom for the Lingering
      12032  0  72  Conversing With the Depths
      12033  0  72  Message from the West
      12034  0  72  Victory Nears...
      12035  0  71  Repurposed Technology
      5216  5218  53  Target: Felstone Field
      12037  0  74  Search and Rescue
      12038  0  72  Seared Scourge
      12039  0  72  Black Blood of Yogg-Saron
      5214  0  60  The Great Fras Siabi
      5213  0  60  The Active Agent
      12042  0  74  Heart of the Ancients
      12043  0  74  Nozzlerust Defense
      5164  0  60  Catalogue of the Wayward
      5212  0  60  The Flesh Does Not Lie
      5162  0  60  Wrath of the Blue Flight
      12047  0  74  Something That Doesn't Melt
      12048  0  72  Scourge Armaments
      5126  0  60  Lorax's Tale
      5151  0  30  Hypercapacitor Gizmo
      12050  0  74  Lumber Hack
      12051  0  74  Rustling Some Feathers
      12052  0  74  Harp on This!
      12053  0  72  The Might of the Horde
      12054  0  75  Deciphering the Journal
      12055  0  72  A Strange Device
      5124  0  60  Fiery Plate Gauntlets
      12057  0  72  The Flesh-Bound Tome
      12058  0  75  The Runic Prophecies
      12059  0  72  A Strange Device
      12060  0  72  Projections and Plans
      12061  0  72  Projections and Plans
      12063  0  72  Strength of Icemist
      5064  0  28  Grimtotem Spying
      12065  0  72  The Focus on the Beach
      12066  0  72  The Focus on the Beach
      12067  0  72  A Letter for Home
      12068  0  75  Voices From the Dust
      12069  0  73  Return of the High Chief
      12070  0  75  Rallying the Troops
      5001  0  59  Bijou's Belongings
      12072  0  72  Blightbeasts be Damned!
      12073  0  75  Pounding the Iron
      12074  0  75  An Expedient Ally
      12075  0  74  Slim Pickings
      12076  0  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  0  75  Gavrock
      12082  0  75  Dun-da-Dun-tah!
      12083  0  72  Atop the Woodlands
      12084  0  72  Atop the Woodlands
      12085  0  72  A Letter for Home
      12086  0  72  The Son of Karkut
      12087  0  72  A Little Help Here? DEPRECATED
      12088  0  72  Thassarian, the Death Knight
      12089  0  74  Wanted: Magister Keldonus
      12091  0  74  Wanted: Dreadtalon
      12092  0  72  Strengthen the Ancients
      12093  0  75  Runes of Compulsion
      12094  0  75  Latent Power
      12095  0  75  To Dragon's Fall
      12096  0  72  Strengthen the Ancients
      12097  0  75  Sarathstra, Scourge of the North
      12098  0  72  Search Indu'le Village
      12099  0  75  Free at Last
      12100  0  72  Containing the Rot
      4983  0  59  Bijou's Reconnaissance Report
      4984  0  54  The Wildlife Suffers Too
      12102  0  73  In Search of the Ruby Lilac
      12103  0  74  DEPRECATED
      12104  0  73  Return to Soar
      12105  0  74  Descent into Darkness
      12106  0  72  Search Indu'le Village
      12107  0  72  The End of the Line
      12108  0  74  DEPRECATED
      12109  0  74  Report to Gryan Stoutmantle... Again
      12110  0  72  The End of the Line
      4982  0  59  Bijou's Belongings
      12112  0  74  Stiff Negotiations
      12113  0  75  Nice to Meat You
      12114  0  75  Therapy
      4881  0  28  Assassination Plot
      12116  0  75  It Takes Guts....
      12117  0  72  Travel to Moa'ki Harbor
      12118  0  72  Travel to Moa'ki Harbor
      12119  0  72  Gaining an Audience
      12120  0  75  Drak'aguul's Mallet
      12121  0  75  See You on the Other Side
      12122  0  72  Gaining an Audience
      12123  12435  75  Informing the Queen
      12124  12435  75  Informing the Queen
      12125  0  73  In Service of Blood
      4841  0  25  Pacify the Centaur
      4862  0  59  En-Ay-Es-Tee-Why
      12127  0  73  In Service of Frost
      12128  0  75  Check Up on Raegar
      12129  0  75  The Perfect Plan
      12130  0  75  Why Fabricate When You Can Appropriate?
      12131  0  75  We Have the Power
      12132  0  73  The Power to Destroy
      12133  0  -1  Smash the Pumpkin
      12134  0  75  Sasha's Hunt
      12135  0  -1  "Let the Fires Come!"
      12136  0  73  The Translated Tome
      12137  0  75  Chill Out, Mon
      12138  0  75  ... Or Maybe We Don't
      12139  0  -1  "Let the Fires Come!"
      4729  0  59  Kibler's Exotic Pets
      12141  0  71  A Diplomatic Mission
      12142  0  73  Pest Control
      12143  0  73  Canyon Chase
      12144  0  73  Pest Control
      12145  0  73  Canyon Chase
      12146  12148  73  Disturbing Implications
      12147  12148  73  Disturbing Implications
      12148  0  73  One of a Kind
      12149  0  73  Mighty Magnataur
      12150  0  74  Reclusive Runemaster
      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
      12156  0  74  DEPRECAED
      4701  0  59  Put Her Down
      12158  0  75  Hollowstone Mine
      12159  0  75  Souls at Unrest
      12160  0  75  A Name from the Past
      12161  12328  75  Ruuna the Blind
      12162  0  75  Solstice Village
      12163  0  75  The Evil Below
      12164  0  75  Hour of the Worg
      12165  0  75  An Intriguing Plan
      12166  0  72  The Liquid Fire of Elune
      12167  0  72  Kill the Cultists
      12168  0  72  The Favor of Zangus
      12169  0  72  The High Cultist
      12170  0  74  Blackriver Brawl
      12171  0  72  Of Traitors and Treason
      12172  0  73  Attunement to Dalaran
      12173  0  73  Attunement to Dalaran
      12175  0  74  Gray Worg Hides
      12176  0  74  A Minor Substitution
      12177  0  74  Jun'ik's Coverup
      12178  12427  74  Delivery to Krenna
      12179  0  65  Specialization 1 [PH]
      12180  0  75  The Captive Prospectors
      4641  0  1  Your Place In The World
      12182  12188  72  To Venomspite!
      12183  0  75  Looking the Part
      12184  0  75  Cultivating an Image
      12185  0  75  Put on Your Best Face for Loken
      12186  0  0  FLAG: Winner
      12187  0  0  FLAG: Participant
      12188  0  72  The Forsaken Blight and You: How Not to Die
      4542  0  25  Message to Freewind Post
      12190  0  74  Say Hello to My Little Friend
      12192  0  -1  This One Time, When I Was Drunk...
      12195  0  75  The Unexpected 'Guest'
      12196  0  75  From the Ground Up
      12197  0  75  We Have the Power
      12198  0  75  ... Or Maybe We Don't
      12199  0  75  Bringing Down the Iron Thane
      12200  0  72  Emerald Dragon Tears
      12201  0  75  The Overseer's Shadow
      12202  0  75  Cultivating an Image
      12203  0  75  Loken's Orders
      12204  0  75  In the Name of Loken
      12205  0  72  Wanted: The Scarlet Onslaught
      12206  0  72  Blighted Last Rites
      12207  0  74  Vordrassil's Fall
      12208  0  74  Good Troll Hunting
      12209  0  72  Materiel Plunder
      12210  0  73  Troll Season!
      12211  0  72  Let Them Not Rise!
      12212  0  74  Replenishing the Storehouse
      12213  0  74  The Darkness Beneath
      12214  0  72  Fresh Remounts
      12215  0  74  Them or Us!
      12216  0  74  Take Their Rear!
      12217  0  74  Eagle Eyes
      12218  0  72  Spread the Good Word
      12219  12247  74  The Failed World Tree
      12220  12246  74  A Dark Influence
      4342  0  59  Kharan's Tale
      4361  0  59  The Bearer of Bad News
      4362  0  59  The Fate of the Kingdom
      12222  12255  74  Secrets of the Flamebinders
      12223  12255  74  Thinning the Ranks
      12224  0  73  The Kor'kron Vanguard!
      12225  0  73  Mmm... Amberseeds!
      12226  0  73  Just Passing Through
      12227  0  73  Doing Your Duty
      12228  0  60  Reacquiring the Magic [PH]
      12229  0  74  A Possible Link
      12230  0  72  Stealing from the Siegesmiths
      12231  0  75  The Bear God's Offspring
      12232  0  72  Bombard the Ballistae
      12233  0  73  [Depricated]Sewing Your Seed
      12234  0  72  Need to Know
      12236  0  75  Ursoc, the Bear God
      12237  0  72  Flight of the Wintergarde Defender
      12238  12663  75  Cleansing Drak'Tharon
      12239  0  72  The Spy in New Hearthglen
      12240  0  72  A Means to an End
      12241  0  75  Destroy the Sapling
      12242  0  74  Vordrassil's Seeds
      12243  0  72  Fire Upon the Waters
      12244  0  74  Shredder Repair
      12245  0  72  No Mercy for the Captured
      12246  12248  74  A Possible Link
      12247  12250  75  Children of Ursoc
      12248  12249  75  Vordrassil's Sapling
      12249  0  75  Ursoc, the Bear God
      12250  12249  75  Vordrassil's Seeds
      4286  0  56  The Good Stuff
      12252  0  72  Torture the Torturer
      12253  0  72  Rescue from Town Square
      12254  0  72  Without a Prayer
      12255  0  74  The Thane of Voldrune
      12256  0  74  The Flamebinders' Secrets
      12257  0  74  A Show of Strength
      4263  0  56  Incendius!
      4264  0  58  A Crumpled Up Note
      12259  0  74  The Thane of Voldrune
      12260  0  72  The Perfect Dissemblance
      12261  0  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  0  74  Defiling the Defilers
      12266  0  74  Tales of Destruction
      12267  0  75  Neltharion's Flame
      12268  0  74  Pieces Parts
      12269  0  72  Not In Our Mine
      12270  0  74  Shred the Alliance
      12271  0  72  The Rod of Compulsion
      4185  0  54  The True Masters
      4186  0  54  The True Masters
      12273  0  73  The Denouncement
      12274  0  73  A Fall From Grace
      4184  0  54  The True Masters
      12276  0  72  The Search for Slinkin
      12277  12281  72  Leave Nothing to Chance
      12278  0  -1  Brew of the Month Club
      12279  0  75  A Bear of an Appetite
      12280  0  74  Making Repairs
      12281  12325  72  Understanding the Scourge War Machine
      12282  0  72  Imprints on the Past
      12283  0  72  The Truth Will Out
      12284  0  74  Keep 'Em on Their Heels
      12285  0  73  Do Unto Others
      12286  0  -1  Candy Bucket
      12287  0  72  Orik Trueheart and the Forgotten Shore
      12288  0  74  Overwhelmed!
      12289  0  74  Kick 'Em While They're Down
      12290  0  72  The Murkweed Elixir
      12291  0  72  The Forgotten Tale
      12292  0  74  Local Support
      12293  0  74  Close the Deal
      12294  0  74  A Tentative Pact
      12295  0  74  An Exercise in Diplomacy
      12296  0  74  Life or Death
      4182  0  54  Dragonkin Menace
      12299  12300  74  Northern Hospitality
      12300  0  74  Test of Mettle
      12301  0  72  The Truth Shall Set Us Free
      12302  0  74  Words of Warning
      12303  0  72  Funding the War Effort
      12304  0  72  Beachfront Property
      4132  0  58  Operation: Death to Angerforge
      12306  0  -1  Brew of the Month Club
      12307  12300  74  Wolfsbane Root
      12308  12310  74  Escape from Silverbrook
      4122  0  58  Grark Lorkrub
      12310  0  74  A Swift Response
      4121  0  58  Precarious Predicament
      12312  0  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  0  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
      4081  0  52  KILL ON SIGHT: Dark Iron Dwarves
      4062  0  54  The Rise of the Machines
      12327  0  75  Out of Body Experience
      12328  0  75  Ruuna's Request
      12329  0  75  Fate and Coincidence
      12330  0  75  Anatoly Will Talk
      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
      12372  0  74  Defending Wyrmrest Temple
      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
      12411  0  75  A Sister's Pledge
      12412  0  75  My Enemy's Friend
      12413  12427  74  Attack on Silverbrook
      12414  0  75  Mounting Up
      12415  0  75  The Horse Hollerer
      12416  0  74  Heated Battle
      12417  0  74  Return to the Earth
      12418  0  75  Through Fields of Flame
      12419  0  75  The Fate of the Ruby Dragonshrine
      12420  0  -1  Brew of the Month Club
      12421  0  -1  Brew of the Month Club
      12422  12427  74  Tactical Clemency
      12423  0  74  Mikhail's Journal
      12424  0  74  Gorgonna
      12425  12328  75  Ruuna the Blind
      12426  0  75  DEPRECATED
      12427  0  74  The Conquest Pit: Bear Wrestling!
      4061  0  54  The Rise of the Machines
      4022  4024  54  A Taste of Flame
      4024  0  58  A Taste of Flame
      12431  0  75  The Conquest Pit: Final Showdown
      12432  0  74  Riding the Red Rocket
      12433  0  74  Seeking Solvent
      12434  0  74  Always Seeking Solvent
      12435  0  74  Report to Lord Afrasastrasz
      12436  0  74  Supplemental Income
      12437  0  74  Riding the Red Rocket
      12438  0  74  Wanted: Kreug Oathbreaker
      12439  12440  72  A Disturbance In The West
      12441  0  74  Wanted: High Shaman Bloodpaw
      4004  0  60  The Princess Saved?
      12443  0  74  Seeking Solvent
      12444  0  74  Blackriver Skirmish
      12446  0  74  Always Seeking Solvent
      12447  0  74  The Obsidian Dragonshrine
      12448  0  74  Heated Battle
      12449  0  74  Return to the Earth
      12450  0  75  Through Fields of Flame
      12451  0  74  Onward to Camp Oneqwah
      12452  0  74  zzOLD The Fate of the Ruby Dragonshrine
      12453  0  74  Eyes Above
      12454  0  74  Cycle of Life
      12455  0  73  Scattered To The Wind
      12456  0  74  The Plume of Alystros
      4003  0  59  The Royal Rescue
      12458  0  74  Seeds of the Lashers
      12459  0  74  That Which Creates Can Also Destroy
      12460  0  74  Report to the Ruby Dragonshrine
      12461  0  74  Report to the Ruby Dragonshrine
      4001  0  54  What Is Going On?
      3981  0  52  Commander Gor'shak
      12464  0  73  My Old Enemy
      12465  0  73  Plunderbeard's Journal
      12466  0  73  Chasing Icestorm: The 7th Legion Front
      3911  0  54  The Last Element
      12468  0  74  The Conqueror's Task
      12469  0  74  Return to Sender
      12470  0  75  Mystery of the Infinite
      12471  0  71  Cruelty of the Kvaldir
      12472  0  73  Finality
      12473  0  73  An End And A Beginning
      3907  0  56  Disharmony of Fire
      12475  0  73  What Secrets Men Hide
      3906  0  52  Disharmony of Flame
      12477  0  73  The Path of Redemption
      3824  0  53  Gor'tesh the Brute Lord
      12479  0  70  Onwards to Northrend!
      12480  0  70  Onwards to Northrend!
      12481  0  71  Adding Injury to Insult
      12482  0  71  Against Nifflevar
      12483  0  75  Shimmercap Stew
      12484  0  74  Scourgekabob
      12485  0  70  Howling Fjord: aa - A - LK FLAG
      12486  0  71  To Bor'gorok Outpost, Quickly!
      12487  0  74  To Conquest Hold, But Be Careful!
      12488  0  74  The High Executor Needs You
      12489  0  76  Welcome to Sholazar Basin
      12490  0  71  Veehja's Revenge
      12493  0  -1  PvP Test
      12494  0  0  FLAG: Riding Trainer Advertisement (20)
      12495  12497  74  Audience With The Dragon Queen
      12496  12497  74  Audience With The Dragon Queen
      12497  0  74  Galakrond and the Scourge
      12498  0  74  On Ruby Wings
      3822  0  53  Krom'Grul
      12500  0  74  Return To Angrathar
      12501  0  76  Troll Patrol
      12502  0  76  Troll Patrol: High Standards
      12503  12596  76  Defend the Stand
      12504  0  76  Argent Crusade, We Are Leaving!
      12505  0  76  New Orders for Sergeant Stackhammer
      12506  0  76  Trouble at the Altar of Sseratus
      12507  0  76  Strange Mojo
      12508  0  76  Mopping Up
      12509  0  76  Troll Patrol: Intestinal Fortitude
      12510  0  76  Precious Elemental Fluids
      3802  0  52  Dark Iron Legacy
      12512  0  76  Leave No One Behind
      12514  0  76  Mushroom Mixer
      12516  0  76  Too Much of a Good Thing
      12517  0  15  Rogues Deck
      12518  0  35  Mages Deck
      12519  0  76  Troll Patrol: Whatdya Want, a Medal?
      12520  0  76  Rhino Mastery: The Test
      12521  0  76  Where in the World is Hemet Nesingwary?
      12522  0  76  Need an Engine, Take an Engine
      12523  0  76  Have a Part, Give a Part
      12524  0  76  Venture Co. Misadventure
      12525  0  76  Wipe That Grin Off His Face
      12526  0  76  Rhino Mastery: The Chase
      12527  0  76  Gluttonous Lurkers
      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  0  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  0  77  Lightning Definitely Strikes Twice
      12538  0  77  The Mist Isn't Listening
      12539  0  77  Hoofing It
      3646  0  47  Membership Card Renewal
      3628  0  60  You Are Rakh'likh, Demon
      3627  0  60  Uniting the Shattered Amulet
      12543  0  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  0  78  The Activation Rune
      12548  0  78  The Etymidian
      12549  12551  76  Dreadsaber Mastery: Becoming a Predator
      12550  0  76  Dreadsaber Mastery: Stalking the Prey
      12551  0  76  Crocolisk Mastery: The Trial
      12552  0  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  0  77  Powering the Waygate - The Maker's Perch
      12560  0  76  Crocolisk Mastery: The Plan
      12561  0  77  An Issue of Trust
      12562  0  76  The Drakkari Do Not Need Water Elementals!
      12563  0  76  Troll Patrol
      12564  0  76  Troll Patrol: Something for the Pain
      12565  0  76  The Blessing of Zim'Abwa
      12566  0  71  Help for Camp Winterhoof
      12567  0  76  Blessing of Zim'Abwa
      12568  0  76  Troll Patrol: Done to Death
      12569  0  76  Crocolisk Mastery: The Ambush
      12570  0  77  Fortunate Misunderstandings
      12571  0  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
      12579  0  77  Lifeblood of the Mosswalker Shrine
      12580  0  77  The Mosswalker Savior
      12581  0  77  A Hero's Burden
      12582  0  77  Frenzyheart Champion
      12583  0  76  Crashed Sprayer
      12584  0  76  Pure Evil
      12585  0  76  Troll Patrol: Creature Comforts
      12586  0  77  In Search of Bigger Game
      12587  0  76  Troll Patrol
      12588  0  76  Troll Patrol: Can You Dig It?
      12589  0  76  Kick, What Kick?
      12590  0  76  Blahblah[PH]
      12591  0  76  Troll Patrol: Throwing Down
      12592  0  76  The Great Hunter's Challenge
      3626  0  58  Return to the Blasted Lands
      12594  0  76  Troll Patrol: Couldn't Care Less
      12595  0  77  In Search of Bigger Game
      12596  0  76  Pa'Troll
      12597  0  76  Something for the Pain
      12598  0  76  Throwing Down
      12599  0  76  Creature Comforts
      12600  0  0  Upper Deck Promo - Bear Mount
      12601  0  76  The Alchemist's Apprentice
      12602  0  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  0  77  Returned Sevenfold
      12612  0  77  The Fallen Pillar
      12613  0  77  Powering the Waygate - The Maker's Overlook
      12614  0  77  Post-partum Aggression
      12615  0  77  The Blessing of Zim'Torga
      12616  0  70  Chamber of Secrets
      12617  0  77  Exterminate the Intruders
      12618  0  77  Blessing of Zim'Torga
      12619  0  55  The Emblazoned Runeblade
      12620  0  77  The Lifewarden's Wrath
      12621  0  77  Freya's Pact
      12622  0  77  The Leaders at Jin'Alai
      12623  0  77  To the Witch Doctor
      12624  0  76  It Could Be Anywhere!
      12625  0  55  Dominion Over Acherus
      12627  0  77  Breaking Through Jin'Alai
      12628  0  77  To Speak With Har'koa
      12629  0  75  You Can Run, But You Can't Hide
      12630  0  75  Kickin' Nass and Takin' Manes
      12631  0  75  An Invitation, of Sorts...
      12632  0  77  But First My Offspring
      12633  0  75  Darkness Calling
      12634  0  76  Some Make Lemonade, Some Make Liquor
      12635  0  77  Relics of the Snow Leopard Goddess
      3625  0  58  Enchanted Azsharite Fel Weaponry
      12637  0  75  Near Miss
      12638  0  75  Close Call
      12639  0  77  The Frozen Earth
      12640  0  77  Sealing the Rifts
      12641  0  55  Death Comes From On High
      12642  0  77  Spirit of Rhunok
      12643  0  75  Silver Lining
      12644  0  76  Still At It
      12645  0  76  The Taste Test
      12646  0  77  My Prophet, My Enemy
      12647  0  77  An End to the Suffering
      12648  12661  75  Dressing Down
      12649  12661  75  Suit Up!
      12650  0  77  Plundering Their Own
      12651  0  77  Lakeside Landing
      12652  0  75  Feedin' Da Goolz
      12653  0  77  Back to Har'koa
      12654  0  76  The Part-time Hunter
      12655  0  77  The Blessing of Zim'Rhuk
      12656  0  77  Blessing of Zim'Rhuk
      3602  0  58  Azsharite
      12658  0  77  My Pet Roc
      12659  0  77  Scalps!
      12660  0  77  Weapons of Destruction
      12661  0  75  Infiltrating Voltarus
      3510  0  58  The Name of the Beast
      3511  0  58  The Name of the Beast
      12663  0  75  Reunited
      12664  0  75  Dark Horizon
      12665  0  77  I Sense a Disturbance
      12666  0  77  Preparations for the Underworld
      12667  0  77  Seek the Wind Serpent Goddess
      12668  0  77  Foundation for Revenge
      12669  0  75  So Far, So Bad
      3502  0  55  One Draenei's Junk...
      12671  0  77  Reconnaissance Flight
      12672  0  77  Setting the Stage
      12673  0  75  It Rolls Downhill
      12674  0  77  Hell Hath a Fury
      12675  0  77  One Last Thing
      12676  0  75  Sabotage
      12677  0  75  Hazardous Materials
      3501  0  55  Everything Counts In Large Amounts
      12679  12697  55  Tonight We Dine In Havenshire
      12680  0  55  Grand Theft Palomino
      12681  0  77  Reagent Agent
      12682  0  76  Uncharted Territory (DEPRECATED)
      12683  0  77  Burning to Help
      12684  0  77  Blood of a Dead God
      12685  0  77  You Reap What You Sow
      12686  0  75  Zero Tolerance
      12687  12697  55  Into the Realm of Shadows
      12688  0  76  Engineering a Disaster
      12689  0  77  Hand of the Oracles
      12690  0  75  Fuel for the Fire
      12691  0  78  A Timeworn Coffer
      12692  0  77  Return of the Lich Hunter
      12693  0  0  Wolvar Faction Choice Tracker
      12694  0  0  Oracle Faction Choice Tracker
      12695  0  77  Return of the Friendly Dryskin
      12696  0  77  Aerial Surveillance
      12697  0  55  Gothik the Harvester
      12698  0  55  The Gift That Keeps On Giving
      12699  0  77  An Embarassing Incident
      3453  0  50  The Torch of Retribution
      3463  0  52  Set Them Ablaze!
      12701  0  55  Massacre At Light's Point
      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
      12706  0  55  Victory At Death's Breach!
      12707  0  77  Wooly Justice
      12708  0  77  Enchanted Tiki Warriors
      12709  0  77  Hexed Caches
      12710  0  75  Disclosure
      12711  0  55  Abandoned Mail
      12712  0  77  The Key of Warlord Zol'Maz
      12713  0  76  Betrayal
      12714  0  55  The Will Of The Lich King
      3443  0  48  Forging the Shaft
      12716  12723  55  The Plaguebringer's Request
      12717  0  55  Noth's Special Brew
      12718  0  55  More Skulls For Brew
      12719  0  55  Nowhere To Run And Nowhere To Hide
      12720  0  55  How To Win Friends And Influence Enemies
      12721  0  77  Rampage
      12722  0  55  Lambs To The Slaughter
      3402  0  50  The Undermarket
      12724  0  55  The Path Of The Righteous Crusader
      12725  0  55  Brothers In Death
      12726  0  80  Song of Wind and Water
      12727  0  55  Bloody Breakout
      12728  0  71  Monitoring the Rift: Winterfin Cavern
      12729  0  77  The Gods Have Spoken
      12730  0  78  Convocation at Zol'Heb
      12732  0  80  The Heartblood's Strength
      3385  0  50  The Undermarket
      12734  0  80  Rejek: First Blood
      12735  0  80  A Cleansing Song
      12736  0  80  Song of Reflection
      12737  0  80  Song of Fecundity
      12738  0  55  A Cry For Vengeance!
      12739  12751  55  A Special Surprise
      12740  12596  76  Parachutes for the Argent Crusade
      12741  0  80  Strength of the Tempest
      12742  12751  55  A Special Surprise
      12743  12751  55  A Special Surprise
      12744  12751  55  A Special Surprise
      12745  12751  55  A Special Surprise
      12746  12751  55  A Special Surprise
      12747  12751  55  A Special Surprise
      12748  12751  55  A Special Surprise
      12749  12751  55  A Special Surprise
      12750  12751  55  A Special Surprise
      12751  0  55  A Sort Of Homecoming
      12752  0  -1  Desperate Research
      12753  0  -1  A Desperate Alliance
      12754  0  55  Ambush At The Overlook
      12755  0  55  A Meeting With Fate
      12756  0  55  The Scarlet Onslaught Emerges
      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
      12764  0  76  The Secret to Kungaloosh (DEPRECATED)
      12765  0  76  Kungaloosh (DEPRECATED)
      12766  0  72  Speak with your Ambassador
      12767  0  72  Speak with your Ambassador
      12768  0  75  The Steward of Wyrmrest Temple
      12769  0  75  The Steward of Wyrmrest Temple
      12770  0  75  Reallocating Resources
      12771  0  -1  Ironforge
      12772  0  -1  A Desperate Alliance
      12773  0  -1  Darnassus
      12774  0  -1  Stormwind
      12775  0  -1  A Desperate Alliance
      12776  0  -1  The Exodar
      12777  0  -1  A Desperate Alliance
      12778  0  55  The Scarlet Apocalypse
      12779  0  55  An End To All Things...
      12780  0  75  DEPRICATED>>Enemy of Our Enemy
      3379  0  50  Shadoweaver
      12782  0  -1  Desperate Research
      12783  0  -1  Desperate Research
      12784  0  -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!
      12790  0  74  Learning to Leave and Return: the Magical Way
      12791  0  74  The Magical Kingdom of Dalaran
      12792  0  75  First Things First
      12793  0  75  Smoke on the Horizon
      12794  0  74  The Magical Kingdom of Dalaran
      12795  0  75  Taking a Stand
      12796  0  74  The Magical Kingdom of Dalaran
      12797  0  78  Back Through the Waygate
      12798  0  25  Swords Deck
      12799  0  75  Siphoning the Spirits
      12800  0  55  The Lich King's Command
      12801  0  55  The Light of Dawn
      12802  0  74  My Heart is in Your Hands
      12803  0  78  Force of Nature
      12804  0  76  A Steak Fit for a Hunter
      12805  0  77  Salvaging Life's Strength
      12806  0  80  To the Rise with all Due Haste!
      12807  0  80  The Story Thus Far...
      12808  0  -1  A Desperate Alliance
      12809  0  -1  Ironforge
      12810  0  80  Blood in the Water
      12811  0  -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  0  78  Clean Up
      12819  0  78  Just Around the Corner
      12820  0  78  A Delicate Touch
      12821  0  78  Opening the Backdoor
      12822  0  78  Know No Fear
      12823  0  78  A Flawless Plan
      12824  0  78  Demolitionist Extraordinaire
      12825  0  78  Expressions of Gratitude
      12826  0  78  Slightly Unstable
      12827  12828  78  Reclaimed Rations
      12828  0  78  Ample Inspiration
      12829  0  78  Moving In
      12830  0  78  Ore Repossession
      12831  0  78  Only Partly Forgotten
      12832  0  78  Bitter Departure
      12833  0  78  Overstock
      12834  0  78  Not Rain, Nor Snow, Nor Exploding Plane
      12835  0  78  All Grown Up
      12836  12828  78  Expression of Gratitude
      12837  0  78  Tore's Got the Goods
      12838  0  80  Intelligence Gathering
      12839  0  80  The Grand (Admiral's) Plan
      12840  0  80  In Strict Confidence
      12841  0  79  The Crone's Bargain
      3372  0  46  Release Them
      3378  0  50  Prayer to Elune
      12843  0  79  They Took Our Men!
      12844  0  79  Equipment Recovery
      12845  0  0  Dalaran Teleport Crystal Flag
      12846  0  78  Leave No Goblin Behind
      12847  0  80  Second Chances
      12848  0  55  The Endless Hunger
      12849  0  55  The Power Of Blood, Frost And Unholy
      12851  0  80  Going Bearback
      12852  0  80  The Admiral Revealed
      12853  0  78  Luxurious Getaway!
      12854  0  80  On Brann's Trail
      12855  0  80  Sniffing Out the Perpetrator
      12856  0  80  Cold Hearted
      3367  0  46  Suntara Stones
      3368  0  46  Suntara Stones
      12858  0  80  Pieces to the Puzzle
      3181  0  43  The Horn of the Beast
      12860  0  80  Data Mining
      12861  0  75  Trolls Is Gone Crazy!
      12862  0  78  When All Else Fails
      12863  0  78  Offering Thanks
      12864  0  78  Missing Scouts
      12865  0  78  Loyal Companions
      12866  0  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  0  80  Aid from the Explorers' League
      12872  0  80  Norgannon's Shell
      12873  0  80  The Frostborn King
      12874  0  80  Fervor of the Frostborn
      12875  0  80  An Experienced Guide
      12876  0  80  Unwelcome Guests
      12877  0  80  The Lonesome Watcher
      12878  0  80  The Hidden Relic
      12879  0  80  Fury of the Frostborn King
      12880  0  80  The Master Explorer
      12881  0  80  The Brothers Bronzebeard
      12882  0  78  Ancient Relics
      12883  0  75  Orders From Drakuru
      12884  0  75  The Ebon Watch
      12885  0  80  The Exiles of Ulduar
      12886  0  80  The Drakkensryd
      12887  12891  80  It's All Fun and Games
      12888  0  80  SCRAP-E
      12889  0  80  The Prototype Console
      12890  0  79  If Size Mattered...
      12891  0  80  I Have an Idea, But First...
      12892  12891  80  It's All Fun and Games
      12893  0  80  Free Your Mind
      12894  0  75  Crusader Forward Camp
      12895  0  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
      12901  0  76  Making Something Out Of Nothing
      12902  0  75  In Search Of Answers
      12903  0  76  That's What Friends Are For...
      3094  0  1  Verdant Note
      12905  0  79  Mildred the Cruel
      12906  0  79  Discipline
      12907  0  79  Examples to be Made
      12908  0  79  A Certain Prisoner
      12909  0  80  The Nose Knows
      12910  0  80  Sniffing Out the Perpetrator
      12911  0  80  Kill Credit Test
      12912  0  76  A Great Storm Approaches
      12913  0  80  Speak Orcish, Man!
      12914  0  76  Gymer's Salvation
      12915  0  80  Mending Fences
      12916  0  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  0  80  Catching up with Brann
      12921  0  79  A Change of Scenery
      3093  0  1  Rune-Inscribed Note
      12924  0  80  Forging an Alliance
      12925  0  80  Aberrations
      12926  0  80  Pieces of the Puzzle
      12927  0  80  Data Mining
      12928  0  80  Norgannon's Shell
      12929  0  80  The Earthen of Ulduar
      12930  0  80  Rare Earth
      12931  0  80  Fighting Back
      3092  0  1  Etched Note
      12933  0  77  The Amphitheater of Anguish: Magnataur!
      12934  0  77  The Amphitheater of Anguish: From Beyond!
      12935  0  77  The Amphitheater of Anguish: Tuskarrmageddon!
      12936  0  77  The Amphitheater of Anguish: Korrak the Bloodrager!
      12937  0  80  Relief for the Fallen
      12938  0  80  The Duke
      12939  0  80  Honor Challenge
      12940  0  -1  Candy Bucket
      12941  0  -1  Candy Bucket
      12942  0  80  Off With Their Black Wings
      12943  0  80  Shadow Vault Decree
      12944  0  -1  Candy Bucket
      12945  0  -1  Candy Bucket
      12946  0  -1  Candy Bucket
      12947  0  -1  Candy Bucket
      12948  0  78  The Champion of Anguish
      12949  0  80  Get the Key
      12950  0  -1  Candy Bucket
      12951  0  80  Let the Baron Know
      12952  0  -1  Gem Perfection
      12953  0  80  Valkyrion Must Burn
      3091  0  1  Simple Note
      12955  0  80  Eliminate the Competition
      12956  0  80  A Spark of Hope
      12957  0  80  Slaves of the Stormforged
      2962  0  30  The Only Cure is More Green Glow
      2928  0  30  Gyrodrillmatic Excavationators
      2843  0  35  Gnomer-gooooone!
      2841  0  35  Rig Wars
      2772  3321  45  The World At Your Feet
      12964  0  80  The Dark Ore
      12965  0  80  The Gifts of Loken
      12966  0  80  You Can't Miss Him
      12967  0  80  Battling the Elements
      12968  0  80  Yulda's Folly
      12969  0  80  Is That Your Goblin?
      12970  0  80  The Hyldsmeet
      12971  0  80  Taking on All Challengers
      12972  0  80  You'll Need a Bear
      12973  0  80  The Brothers Bronzebeard
      12974  0  77  The Champion's Call!
      12975  0  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  0  80  Armor of Darkness
      12980  0  80  The Armor's Secrets
      12981  0  80  Hot and Cold
      12982  0  80  Ebon Blade Prisoners
      12983  0  80  The Last of Her Kind
      12984  0  80  Valduran the Stormborn
      12985  0  80  Forging a Head
      12986  0  80  Fate of the Titans
      12987  0  80  Mounting Hodir's Helm
      12988  0  80  Destroy the Forges!
      12989  0  80  The Slithering Darkness
      12990  0  -1  The Wormhole
      12991  0  80  Hit Them Where it Hurts
      12992  0  80  Crush Dem Vrykuls!
      12993  0  80  A Colossal Threat
      12994  0  80  Spy Hunter
      12995  0  80  Leave Our Mark
      12996  0  80  The Warm-Up
      12997  0  80  Into the Pit
      12998  0  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  0  80  The Earthen Oath
      13006  0  80  Polishing the Helm
      13007  0  80  The Iron Colossus
      13008  0  78  Scourge Tactics
      13009  0  80  A New Beginning
      13010  0  80  Krolmir, Hammer of Storms
      13011  0  80  Jormuttar is Soo Fat...
      13012  0  -1  Sardis the Elder
      13013  0  -1  Beldak the Elder
      13014  0  -1  Morthie the Elder
      13015  0  -1  Fargal the Elder
      13016  0  -1  Northal the Elder
      13017  0  -1  Jarten the Elder
      13018  0  -1  Sandrene the Elder
      13019  0  -1  Thoim the Elder
      13020  0  -1  Stonebeard the Elder
      13021  0  -1  Igasho the Elder
      13022  0  -1  Nurgen the Elder
      13023  0  -1  Kilias the Elder
      13024  0  -1  Wanikaya the Elder
      13025  0  -1  Lunaro the Elder
      13026  0  -1  Bluewolf the Elder
      13027  0  -1  Tauros the Elder
      13028  0  -1  Graymane the Elder
      13029  0  -1  Pamuya the Elder
      13030  0  -1  Whurain the Elder
      13031  0  -1  Skywarden the Elder
      13032  0  -1  Muraco the Elder
      13033  0  -1  Arp the Elder
      13034  0  80  The Witness and the Hero
      13035  0  80  Loken's Lackeys
      13036  0  78  Honor Above All Else
      13037  0  80  Memories of Stormhoof
      13038  0  80  Distortions in Time
      13039  0  78  Defending The Vanguard
      13040  0  78  Curing The Incurable
      13041  0  -1  Finish the Shipment
      13042  0  80  Deep in the Bowels of The Underhalls
      13043  0  80  The Sum is Greater than the Parts
      13044  0  78  If There Are Survivors...
      13045  0  78  Into The Wild Green Yonder
      13046  0  80  Feeding Arngrim
      13047  0  80  The Reckoning
      13048  0  80  Where Time Went Wrong
      13049  0  80  The Hero's Arms
      13050  0  80  Veranus
      13051  0  80  Territorial Trespass
      13052  0  77  Aerial Surveillance
      13053  0  77  Looking for Survivors
      13054  0  80  The Missing Tracker
      13055  0  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  0  79  Prepare for Glory
      13062  0  80  Lok'lira's Parting Gift
      13063  0  80  Deemed Worthy
      13064  0  80  Sibling Rivalry
      13065  0  -1  Ohanzee the Elder
      13066  0  -1  Yurauk the Elder
      13067  0  -1  Chogan'gada the Elder
      13068  0  80  A Tale of Valor
      13069  0  80  Shoot 'Em Up
      13070  0  78  A Cold Front Approaches
      13071  0  80  Vile Like Fire!
      13072  0  80  A Hero Remains
      13073  0  80  The Keeper's Favor
      13074  0  80  Hope Within the Emerald Nightmare
      13075  0  80  The Boon of Remulos
      13076  0  80  Time Yet Remains
      13077  0  80  The Touch of an Aspect
      13078  0  80  Dahlia's Tears
      13079  0  80  The Boon of Alexstrasza
      13080  0  80  Hope Yet Remains
      13081  0  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  0  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  0  80  The Art of Being a Water Terror
      13092  0  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  0  78  Unfinished Business
      13098  0  78  For Posterity
      13099  0  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  0  80  Through the Eye
      13122  0  78  The Scourgestone
      13123  0  1  WotLK Collector's Edition: - DEM - E - FLAG
      13124  0  80  The Struggle Persists
      13125  0  79  The Air Stands Still
      13126  0  80  A Unified Front
      13127  0  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
      2760  0  40  The Mithril Order
      13132  0  80  Vengeance Be Mine!
      13133  0  80  Find the Ancient Hero
      13134  0  80  Spill Their Blood
      13135  0  79  It Could Kill Us All
      13136  0  80  Jagged Shards
      13137  0  80  Not-So-Honorable Combat
      13138  0  80  I'm Smelting... Smelting!
      2756  0  40  The Old Ways
      13140  0  80  The Runesmiths of Malykriss
      13141  0  79  The Battle For Crusaders' Pinnacle
      13142  0  80  Banshee's Revenge
      13143  0  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
      2755  0  36  Joys of Omosh
      13149  0  80  Dispelling Illusions
      13150  0  77  ZZOLDLost: Widget
      13151  0  80  A Royal Escort
      13152  0  80  A Visit to the Doctor
      13153  0  80  Warding the Warriors
      13154  0  80  Bones and Arrows
      13155  0  80  Vereth the Cunning
      13156  0  80  A Rare Herb
      13157  0  79  The Crusaders' Pinnacle
      13158  0  77  Discretion is Key
      13159  0  77  Containment
      13160  0  80  Stunning View
      13161  0  80  The Rider of the Unholy
      13162  0  80  The Rider of Frost
      13163  0  80  The Rider of Blood
      13164  0  80  The Fate of Bloodbane
      13165  0  55  Taking Back Acherus
      2754  0  36  Horns of Frenzy
      13167  0  74  Death to the Traitor King
      13168  0  80  Parting Gifts
      13169  0  80  An Undead's Best Friend
      13170  0  80  Honor is for the Weak
      13171  0  80  From Whence They Came
      13172  0  80  Seeds of Chaos
      13173  0  80  Amidst the Confusion
      13174  0  80  Amidst the Confusion
      13175  0  80  Regaining Control
      13176  0  80  Preparing the Delivery
      13177  0  80  No Mercy for the Merciless
      13178  0  80  Slay them all!
      13179  0  80  No Mercy for the Merciless
      13180  0  80  Slay them all!
      13181  0  80  Victory in Wintergrasp
      13182  0  74  Don't Forget the Eggs!
      13183  0  80  Victory in Wintergrasp
      13184  0  80  Outliving Usefulness
      13185  0  80  Stop the Siege
      13186  0  80  Stop the Siege
      13187  0  76  The Faceless Ones
      13188  0  55  Where Kings Walk
      13189  0  55  Warchief's Blessing
      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
      13196  0  80  Bones and Arrows
      13197  0  80  Fueling the Demolishers
      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
      2701  0  57  Heroes of Old
      2751  0  32  Barbaric Battlements
      13210  0  1  Blizzard Account: - DEM - E - FLAG
      13211  0  80  By Fire Be Purged
      13212  0  80  He's Gone to Pieces
      13213  0  80  Battle at Valhalas
      13214  0  80  Battle at Valhalas: Fallen Heroes
      13215  0  80  Battle at Valhalas: Khit'rix the Dark Master
      13216  0  80  Battle at Valhalas: The Return of Sigrid Iceborn
      13217  0  80  Battle at Valhalas: Carnage!
      13218  0  80  Battle at Valhalas: Thane Deathblow
      13219  0  80  Battle at Valhalas: Final Challenge
      13220  0  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
      13224  0  79  Orgrim's Hammer
      13225  0  79  The Skybreaker
      13226  0  78  Judgment Day Comes!
      13227  0  78  Judgment Day Comes!
      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  0  80  Army of the Damned
      13237  0  80  Poke and Prod
      13238  0  80  Good For Something?
      13239  0  80  Volatility
      13240  0  80  Timear Foresees Centrifuge Constructs in your Future!
      13241  0  80  Timear Foresees Ymirjar Berserkers in your Future!
      2623  2801  55  The Swamp Talker
      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
      13247  0  80  Proof of Demise: Ley-Guardian Eregos
      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
      13251  0  80  Proof of Demise: Mal'Ganis
      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
      13257  0  74  Herald of War
      13258  0  80  Opportunity
      13259  0  80  Establishing Superiority
      2621  0  50  The Disgraced One
      13261  0  80  Volatility
      13262  0  80  Blow it Up!
      13263  13168  80  A Short Fuse
      13264  0  80  That's Abominable!
      13265  0  -1  Cloth Scavenging
      13266  0  74  A Life Without Regret
      13267  0  74  The Battle For The Undercity
      13268  0  -1  Cloth Scavenging
      13269  0  -1  Cloth Scavenging
      13270  0  -1  Cloth Scavenging
      13271  0  80  A Voice in the Dark
      13272  0  -1  Cloth Scavenging
      13273  0  80  Going After the Core
      13274  0  80  The Core's Keeper
      13275  0  80  Time to Hide
      13276  0  80  That's Abominable!
      13277  0  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  0  80  Return to the Surface
      13283  0  80  King of the Mountain
      13284  0  80  Assault by Ground
      13285  0  80  Forging the Keystone
      13286  0  80  ...All the Help We Can Get.
      13287  0  80  Poke and Prod
      13288  0  80  That's Abominable!
      13289  0  80  That's Abominable!
      13290  0  80  Your Attention, Please
      13291  0  80  Borrowed Technology
      13292  0  80  The Solution Solution
      13293  0  80  Get to Ymirheim!
      2608  2609  20  The Touch of Zanzil
      13295  0  80  Basic Chemistry
      13296  0  80  Get to Ymirheim!
      13297  0  80  Neutralizing the Plague
      13298  0  80  Coprous the Defiled
      13299  0  75  ZZOLDWisp Cloak
      13300  0  80  Slaves to Saronite
      13301  0  80  Assault by Ground
      13302  0  80  Slaves to Saronite
      13304  0  80  Field Repairs
      13305  0  80  Do Your Worst
      13306  0  80  Raise the Barricades
      13307  0  80  Bloodspattered Banners
      13308  0  80  Mind Tricks
      2604  0  50  Spiritual Domination
      13310  0  80  Assault by Air
      13311  0  45  Demons Deck
      13312  0  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
      13317  0  80  ----
      13318  0  80  Drag and Drop
      13319  0  80  Chain of Command
      13320  0  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  0  80  Bloodspattered Banners
      13335  0  80  Before the Gate of Horror
      13336  0  80  Blood of the Chosen
      13337  0  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  0  80  Need More Info
      13346  0  80  No Rest For The Wicked
      13347  0  74  Reborn From The Ashes
      13348  0  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  0  80  Cannot Reproduce
      13356  0  80  Retest Now
      13357  0  80  Retest Now
      13358  0  80  Not a Bug
      13359  0  80  Where Dragons Fell
      13360  0  80  Time for Answers
      13361  0  80  The Hunter and the Prince
      13362  0  80  Knowledge is a Terrible Burden
      13363  0  80  Argent Aid
      13364  0  80  Tirion's Gambit
      13365  0  80  Not a Bug
      13366  0  80  Need More Info
      13367  0  80  No Rest For The Wicked
      13368  0  80  No Rest For The Wicked
      13369  0  74  Fate, Up Against Your Will
      13370  0  74  A Royal Coup
      13371  0  74  The Killing Time
      13372  0  80  The Key to the Focusing Iris
      13373  0  80  Fringe Science Benefits
      2603  0  50  Vulture's Vigor
      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
      13378  0  80  Chief Engineer Copperclaw
      13379  0  80  Green Technology
      13380  0  80  Leading the Charge
      13381  0  80  Watts My Target
      13382  0  80  Putting the Hertz: The Valley of Lost Hope
      13383  0  80  Killohertz
      13384  0  80  Judgment at the Eye of Eternity
      13385  0  80  Heroic Judgment at the Eye of Eternity
      13386  0  80  Exploiting an Opening
      13387  0  80  Securing the Perimeter
      13388  0  80  Set it Off!
      13389  13168  80  A Short Fuse
      13390  0  80  A Voice in the Dark
      13391  0  80  Time to Hide
      13392  0  80  Return to the Surface
      13393  0  80  Field Repairs
      13394  0  80  Do Your Worst
      13395  0  80  Army of the Damned
      13396  0  80  Futility
      13397  0  80  Sindragosa's Fall
      13398  0  80  Where Dragons Fell
      13399  0  80  Time for Answers
      13400  0  80  The Hunter and the Prince
      13401  0  80  Knowledge is a Terrible Burden
      13402  0  80  Tirion's Help
      13403  0  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  0  80  Corastrasza
      13413  0  80  Aces High!
      13414  0  80  Aces High!
      13415  0  80  The Library Console
      13416  0  80  The Library Console
      13417  0  80  The Brothers Bronzebeard
      13418  0  80  Preparations for War
      13419  0  80  Preparations for War
      13420  0  77  Everfrost
      13421  0  77  Remember 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  0  80  Xarantaur, the Witness
      2602  0  50  Infallible Mind
      13428  0  -1  Call to Arms: Alterac Valley
      13429  0  70  A Distraction for Akama
      13430  0  70  Trial of the Naaru: Magtheridon
      2601  0  50  The Basilisk's Bite
      13432  0  70  The Vials of Eternity
      13475  0  -1  For Great Honor
      13476  0  -1  For Great Honor
      13477  0  -1  Concerted Efforts
      13478  0  -1  Concerted Efforts
      13481  0  80  Let's Get Out of Here!
      13482  0  80  Let's Get Out of Here
      13203  0  -1  A Winter Veil Gift
      13538  0  80  Southern Sabotage
      13539  0  80  Toppling the Towers
      13549  0  77  Tails Up
      13556  0  77  Eggs for Dubra'Jin
      13559  0  80  Hodir's Tribute
      13571  0  80  Fletcher's Lost and Found
      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
      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!
      13448  0  -1  Candy Bucket
      13449  0  -1  Desecrate this Fire!
      13450  0  -1  Desecrate this Fire!
      13451  0  -1  Desecrate this Fire!
      13452  0  -1  Candy Bucket
      13453  0  -1  Desecrate this Fire!
      13454  0  -1  Desecrate this Fire!
      13455  0  -1  Desecrate this Fire!
      13456  0  -1  Candy Bucket
      13457  0  -1  Desecrate this Fire!
      13458  0  -1  Desecrate this Fire!
      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
      13479  0  -1  The Great Egg Hunt
      13480  0  -1  The Great Egg Hunt
      13483  0  -1  Spring Gatherers
      13484  0  -1  Spring Collectors
      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
      13501  0  -1  Candy Bucket
      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
      13548  0  -1  Candy Bucket
      13592  0  80  A Valiant's Field Training
      13593  0  80  Valiant Of Stormwind
      13600  0  80  A Worthy Weapon
      13603  0  80  A Blade Fit For A Champion
      13604  0  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  0  80  The Seer's Crystal
      13643  0  80  The Stories Dead Men Tell
      13649  0  -1  Justin's Fun Test
      13654  0  80  There's Something About the Squire
      13662  0  60  Gaining Acceptance
      13663  0  80  The Black Knight's Orders
      13664  0  80  The Black Knight's Fall
      2585  0  50  The Decisive Striker
      13666  0  80  A Blade Fit For A Champion
      13667  0  80  The Argent Tournament
      2584  0  50  Spirit of the Boar
      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
      2583  0  50  A Boar's Vitality
      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  0  80  A Valiant Of Stormwind
      13685  0  80  A Valiant Of Ironforge
      13686  0  80  Alliance Tournament Eligibility Marker
      13687  0  80  Horde Tournament Eligibility Marker
      13688  0  80  A Valiant Of Gnomeregan
      13689  0  80  A Valiant Of Darnassus
      13690  0  80  A Valiant Of The Exodar
      13691  0  80  A Valiant Of Orgrimmar
      13692  0  80  The Sword and the Sea
      13693  0  80  A Valiant Of Sen'jin
      13694  0  80  A Valiant Of Thunder Bluff
      13695  0  80  A Valiant Of Undercity
      13696  0  80  A Valiant Of Silvermoon
      13697  0  80  The Valiant's Charge
      13699  0  80  The Valiant's Challenge
      13700  0  80  Alliance Champion Marker
      13701  0  80  Horde Champion Marker
      13702  13794  80  A Champion Rises
      13703  0  80  Valiant Of Ironforge
      13704  0  80  Valiant Of Gnomeregan
      13705  0  80  Valiant Of The Exodar
      13706  0  80  Valiant Of Darnassus
      13707  0  80  Valiant Of Orgrimmar
      13708  0  80  Valiant Of Sen'jin
      13709  0  80  Valiant Of Thunder Bluff
      13710  0  80  Valiant Of Undercity
      13711  0  80  Valiant Of Silvermoon
      13713  0  80  The Valiant's Challenge
      13714  0  80  The Valiant's Charge
      13715  0  80  The Valiant's Charge
      13716  0  80  The Valiant's Charge
      13717  0  80  The Valiant's Charge
      13718  0  80  The Valiant's Charge
      13719  0  80  The Valiant's Charge
      13720  0  80  The Valiant's Charge
      13721  0  80  The Valiant's Charge
      13722  0  80  The Valiant's Charge
      2479  0  -1  Hinott's Assistance
      2478  0  -1  Mission: Possible But Not Probable
      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
      2382  0  16  Wrenix of Ratchet
      2458  0  -1  Deep Cover
      13746  0  80  A Blade Fit For A Champion
      13747  0  80  A Worthy Weapon
      13749  0  80  A Valiant's Field Training
      2380  2379  16  To Orgrimmar!
      2381  0  18  Plundering the Plunderers
      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
      13758  0  80  A Worthy Weapon
      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
      13763  0  80  A Worthy Weapon
      13764  0  80  The Edge Of Winter
      13765  0  80  A Valiant's Field Training
      2378  2379  16  Find the Shattered Hand
      2379  0  16  Zando'zan
      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
      13773  0  80  A Blade Fit For A Champion
      13774  0  80  A Worthy Weapon
      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
      2359  0  -1  Klaven's Tower
      13781  0  80  A Valiant's Field Training
      2300  0  16  SI:7
      2318  0  42  Translating the Journal
      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
      2259  0  16  Erion Shadewhisper
      2260  0  16  Erion's Behest
      13788  0  80  Threat From Above
      13789  0  80  Taking Battle To The Enemy
      2242  0  10  Destiny Calls
      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
      13807  0  0  FLAG: Tournament Invitation
      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  0  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
      13825  0  -1  Clamlette Surprise
      13826  0  -1  Nat Pagle, Angler Extreme
      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
      13850  0  53  Toxic Tolerance
      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
      13887  0  53  Venomhide Eggs
      13889  0  53  Hungry, Hungry Hatchling
      13903  0  53  Gorishi Grub
      13904  0  53  Poached, Scrambled, Or Raw?
      13905  0  53  Searing Roc Feathers
      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!
      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
      13990  0  0  Upper Deck Promo - Chicken Mount
      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  0  -1  Spice Bread Stuffing
      14024  0  -1  Pumpkin Pie
      14028  0  -1  Cranberry Chutney
      14030  0  -1  They're Ravenous In Darnassus
      14032  0  2  Kobold Camp Cleanup
      14033  0  -1  Candied Sweet Potatoes
      14036  0  -1  Pilgrim's Bounty
      14037  0  -1  Spice Bread Stuffing
      14040  0  -1  Pumpkin Pie
      14041  0  -1  Cranberry Chutney
      14043  0  -1  Candied Sweet Potatoes
      14044  0  -1  Undersupplied in the Undercity
      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
      2239  0  10  Onin's Report
      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
      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
      2218  0  10  Road to Salvation
      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
      14409  0  73  A Cautious Return
      14436  0  8  Dwarven Digging
      14437  0  5  Rites of the Earthmother
      14438  0  6  Sharing the Land
      24429  0  80  A Most Puzzling Circumstance
      14035  0  -1  Slow-roasted Turkey
      14047  0  -1  Slow-roasted Turkey
      14203  0  80  Waterlogged Recipe
      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
      13952  0  -1  The Grateful Dead
      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!
      14349  0  60  The Call to Command
      14350  0  60  The Crimson Courier
      14352  0  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  0  13  The Deathstalkers
      14420  0  13  The Deathstalkers
      14421  0  13  The Deathstalkers
      14439  0  10  Journey into Thunder Bluff
      14440  0  14  Rites of the Earthmother
      14441  0  -1  Garrosh's Autograph
      14443  0  80  The Battered Hilt
      14444  0  80  What The Dragons Know
      14457  0  80  The Sunreaver Plan
      20438  0  80  A Suitable Disguise
      20439  0  80  A Meeting With The Magister
      2206  0  10  Snatch and Grab
      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
      24223  0  -1  Call to Arms: Arathi Basin
      24224  0  -1  Call to Arms: Warsong Gulch
      2205  2206  10  Seek out SI: 7
      24226  0  -1  Call to Arms: Arathi Basin
      24426  0  -1  Call to Arms: Alterac Valley
      2041  0  15  Speak with Shoni
      24428  0  80  A Most Puzzling Circumstance
      24431  0  80  Waterlogged Recipe
      24442  0  80  Battle Plans Of The Kvaldir
      24451  0  80  An Audience With The Arcanist
      24454  0  80  Return To Caladis Brightspear
      24461  0  80  Reforging The Sword
      24476  0  80  Tempering The Blade
      24480  0  80  The Halls Of Reflection
      24498  0  80  The Path to the Citadel
      24499  0  80  Echoes of Tortured Souls
      24500  0  80  Wrath of the Lich King
      24506  0  80  Inside the Frozen Citadel
      24507  0  80  The Path to the Citadel
      24508  0  80  Temp Quest Record
      24509  0  80  Temp Quest Record
      24510  0  80  Inside the Frozen Citadel
      24511  0  80  Echoes of Tortured Souls
      24522  0  80  Journey To The Sunwell
      24535  0  80  Thalorien Dawnseeker
      24545  0  80  The Sacred and the Corrupt
      24547  0  80  A Feast of Souls
      24548  0  80  The Splintered Throne
      24549  0  80  Shadowmourne...
      24553  0  80  The Purification of Quel'Delar
      24554  0  80  The Battered Hilt
      24555  0  80  What The Dragons Know
      24556  0  80  A Suitable Disguise
      24557  0  80  The Silver Covenant's Scheme
      24558  0  80  Return To Myralion Sunblaze
      24559  0  80  Reforging The Sword
      24560  0  80  Tempering The Blade
      24561  0  80  The Halls Of Reflection
      24562  0  80  Journey To The Sunwell
      24563  0  80  Thalorien Dawnseeker
      1691  0  44  More Wastewander Justice
      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!
      24595  0  80  The Purification of Quel'Delar
      24596  0  80  The Purification of Quel'Delar
      1687  0  -1  Spooky Lighthouse
      24682  0  80  The Pit of Saron
      24683  0  80  The Pit of Saron
      24710  0  80  Deliverance from the Pit
      24711  0  80  Frostmourne
      24712  0  80  Deliverance from the Pit
      24713  0  80  Frostmourne
      24743  0  80  Shadow's Edge
      24748  0  80  The Lich King's Last Stand
      24749  0  80  Unholy Infusion
      24756  0  80  Blood Infusion
      24757  0  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)
      24795  0  80  A Victory For The Silver Covenant
      24796  0  80  A Victory For The Silver Covenant
      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
      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
      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 35-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 35-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)
      14483  0  80  Something is in the Air (and it Ain't Love)
      14488  0  80  You've Been Served
      2040  0  20  Underground Assault
      1800  0  -1  Lordaeron Throne Room
      24576  0  -1  A Friendly Chat...
      24597  0  -1  A Gift for the King of Stormwind
      24609  0  -1  A Gift for the 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
      1516  0  4  Call of Earth
      1032  0  32  Satyr Slaying!
      24657  0  -1  A Friendly Chat...
      24658  0  -1  Crushing the Crown
      24659  0  -1  Crushing the Crown
      24660  0  -1  Crushing the Crown
      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
      24745  0  80  Something is in the Air (and it Ain't Love)
      24792  0  -1  Man on the Inside
      24793  0  -1  Man on the Inside
      24804  0  -1  Uncommon Scents
      24805  0  -1  Uncommon Scents
      24848  0  -1  Fireworks At The Gilded Rose
      24849  0  -1  Hot On The Trail
      24850  0  -1  Snivel's Sweetheart
      24851  0  -1  Hot On The Trail
      25238  0  0  Strength Ring Flag
      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
      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
      25199  0  -1  Basic Orders
      25285  0  -1  In and Out
      25289  0  -1  One Step Forward...
      25293  0  -1  The Missing
      25295  0  -1  Press Fire
      25306  0  -1  You're In The Army Gnow!
      26012  0  82  Trouble at Wyrmrest
      26013  0  82  Assault on the Sanctum
      26034  0  82  The Twilight Destroyer
      25212  0  -1  Vent Horizon
      33  0  2  Wolves Across the Border
      475  0  6  A Troubling Breeze
      25283  0  -1  Prepping the Speech
      25286  0  75  Words for Delivery
      25287  0  75  Words for Delivery
      25393  0  75  Operation: Gnomeregan
      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
      25483  0  80  World Event Dungeon - Coren Direbrew
      25484  0  80  World Event Dungeon - Ahune
      25495  0  -1  Preparin' For Battle
      25500  0  -1  Words for Delivery
      13782  0  80  The Grand Melee
      13787  0  80  The Grand Melee
      13790  0  80  Among the Champions
      14142  0  80  You've Really Done It This Time, Kul
      14183  0  -1  Call to Arms: Warsong Gulch
      24216  0  -1  Call to Arms: Warsong Gulch
      24217  0  -1  Call to Arms: Warsong Gulch
      24225  0  -1  Call to Arms: Warsong Gulch
      24427  0  -1  Call to Arms: Alterac Valley
      24564  0  80  The Purification of Quel'Delar
      24594  0  80  The Purification of Quel'Delar
      24598  0  80  The Purification of Quel'Delar
      24536  0  -1  Something Stinks
      24541  0  -1  Pilfering Perfume
      24655  0  -1  Something Stinks
      24656  0  -1  Pilfering Perfume
      25229  0  -1  A Few Good Gnomes

    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