diff --git a/Locals/ARLLocals-enUS.lua b/Locals/ARLLocals-enUS.lua index 39a79dc..ee11e50 100644 --- a/Locals/ARLLocals-enUS.lua +++ b/Locals/ARLLocals-enUS.lua @@ -334,6 +334,7 @@ L["Alegorn"] = true L["Aleinia"] = true L["Alestus"] = true L["Alexandra Bolero"] = true +L["Algernon"] = true L["Almaador"] = true L["Altaa"] = true L["Alurmi"] = true @@ -369,6 +370,7 @@ L["Anub'ar Guardian"] = true L["Anub'ar Prime Guard"] = true L["Anub'ar Venomancer"] = true L["Anvilrage Captain"] = true +L["Anvilrage Enforcer"] = true L["Anvilrage Marshal"] = true L["Anvilrage Overseer"] = true L["Anvilrage Soldier"] = true @@ -744,6 +746,7 @@ L["Geofram Bouldertoe"] = true L["George Candarte"] = true L["Georgio Bolero"] = true L["Ghak Healtouch"] = true +L["Gharash"] = true L["Ghermas"] = true L["Ghostly Philanthropist"] = true L["Ghostly Steward"] = true @@ -851,7 +854,6 @@ L["Jamesina Watterly"] = true L["Jandia"] = true L["Janet Hommers"] = true L["Jannos Ironwill"] = true -L["Jaquilina Dramet"] = true L["Jase Farlane"] = true L["Jaxin Chong"] = true L["Jazdalaad"] = true @@ -862,15 +864,14 @@ L["Jennabink Powerseam"] = true L["Jessara Cordell"] = true L["Jhag"] = true L["Jim Saltit"] = true -L["Jinky Twizzlefixxit"] = true L["Johan Barnes"] = true L["Johan Focht"] = true L["Jormund Stonebrow"] = true L["Josef Gregorian"] = true +L["Joseph Moore"] = true L["Josephine Lister"] = true L["Joys of Omosh"] = true L["Jubie Gadgetspring"] = true -L["Jun'ha"] = true L["Juno Dufrain"] = true L["Justin Oshenko"] = true L["Jutak"] = true @@ -907,7 +908,6 @@ L["Kradu Grimblade"] = true L["Kray"] = true L["Krek Cragcrush"] = true L["Kriggon Talsone"] = true -L["Krinkle Goodsteel"] = true L["Krugosh"] = true L["Krulmoo Fullmoon"] = true L["Krunn"] = true @@ -924,13 +924,13 @@ L["Laird"] = true L["Lalina Summermoon"] = true L["Lalla Brightweave"] = true L["Landraelanis"] = true -L["Lardan"] = true L["Lavinia Crowe"] = true L["Lawrence Schneider"] = true L["Lebowski"] = true L["Leeli Longhaggle"] = true L["Legashi Rogue"] = true L["Leo Sarn"] = true +L["Leonard Porter"] = true L["Lesser Infernal"] = true L["Librarian Erickson"] = true L["Lieutenant General Andorov"] = true @@ -1087,6 +1087,7 @@ L["Portal Keeper"] = true L["Priestess of Torment"] = true L["Primal Ooze"] = true L["Primordial Behemoth"] = true +L["Primordial Drake"] = true L["Prospector Nachlan"] = true L["Provisioner Lorkran"] = true L["Provisioner Nasela"] = true @@ -1109,7 +1110,6 @@ L["Raging Skeleton"] = true L["Randal Worth"] = true L["Ranik"] = true L["Rann Flamespinner"] = true -L["Rartar"] = true L["Rathis Tomber"] = true L["Ravaged Cadaver"] = true L["Rawrk"] = true @@ -1202,6 +1202,7 @@ L["Shardtooth Bear"] = true L["Shardtooth Mauler"] = true L["Shattered Hand Centurion"] = true L["Shattered Hand Champion"] = true +L["Shattertusk Bull"] = true L["Shattertusk Mammoth"] = true L["Shayis Steelfury"] = true L["Sheendra Tallgrass"] = true diff --git a/RecipeDB/ARL-Alchemy.lua b/RecipeDB/ARL-Alchemy.lua index dc8559d..c0d78bd 100644 --- a/RecipeDB/ARL-Alchemy.lua +++ b/RecipeDB/ARL-Alchemy.lua @@ -256,8 +256,8 @@ function addon:InitAlchemy(RecipeDB) -- Shadow Protection Potion -- 7256 recipecount = recipecount + 1 self:addTradeSkill(RecipeDB,7256,135,6048,1,2259) - self:addTradeFlags(RecipeDB,7256,3,21,22,23,24,25,26,27,28,29,30,36,41) - -- No acquire information + self:addTradeFlags(RecipeDB,7256,2,4,21,22,23,24,25,26,27,28,29,30,36,40) + self:addTradeAcquire(RecipeDB,7256,2,2393) -- Fire Protection Potion -- 7257 recipecount = recipecount + 1 @@ -424,14 +424,14 @@ function addon:InitAlchemy(RecipeDB) -- Elixir of Shadow Power -- 11476 recipecount = recipecount + 1 self:addTradeSkill(RecipeDB,11476,250,9264,2,2259) - self:addTradeFlags(RecipeDB,11476,1,3,4,21,22,23,24,25,26,27,28,29,30,36,40) - self:addTradeAcquire(RecipeDB,11476,1,9264,2,1313) + self:addTradeFlags(RecipeDB,11476,1,2,3,4,21,22,23,24,25,26,27,28,29,30,36,40) + self:addTradeAcquire(RecipeDB,11476,1,9264,2,1313,2,4610) -- Elixir of Demonslaying -- 11477 recipecount = recipecount + 1 self:addTradeSkill(RecipeDB,11477,250,9224,1,2259) - self:addTradeFlags(RecipeDB,11477,1,2,4,21,22,23,24,25,26,27,28,29,30,36,40) - self:addTradeAcquire(RecipeDB,11477,2,8177,2,8178) + self:addTradeFlags(RecipeDB,11477,1,4,21,22,23,24,25,26,27,28,29,30,36,40) + self:addTradeAcquire(RecipeDB,11477,2,8178) -- Elixir of Detect Demon -- 11478 recipecount = recipecount + 1 diff --git a/RecipeDB/ARL-Blacksmith.lua b/RecipeDB/ARL-Blacksmith.lua index 48056a8..2caf4c0 100644 --- a/RecipeDB/ARL-Blacksmith.lua +++ b/RecipeDB/ARL-Blacksmith.lua @@ -346,8 +346,8 @@ function addon:InitBlacksmithing(RecipeDB) -- Massive Iron Axe -- 3498 recipecount = recipecount + 1 self:addTradeSkill(RecipeDB,3498,185,3855,1,2018) - self:addTradeFlags(RecipeDB,3498,1,2,4,21,22,23,24,25,26,27,28,29,30,36,40,68) - self:addTradeAcquire(RecipeDB,3498,2,2483) + self:addTradeFlags(RecipeDB,3498,3,21,22,23,24,25,26,27,28,29,30,36,41,68) + -- No acquire information -- Shadow Crescent Axe -- 3500 recipecount = recipecount + 1 @@ -370,8 +370,8 @@ function addon:InitBlacksmithing(RecipeDB) -- Golden Scale Coif -- 3503 recipecount = recipecount + 1 self:addTradeSkill(RecipeDB,3503,190,3837,1,2018) - self:addTradeFlags(RecipeDB,3503,1,2,4,21,22,23,24,25,26,27,28,29,30,36,40,58) - self:addTradeAcquire(RecipeDB,3503,2,5411) + self:addTradeFlags(RecipeDB,3503,3,21,22,23,24,25,26,27,28,29,30,36,41,58) + -- No acquire information -- Green Iron Shoulders -- 3504 recipecount = recipecount + 1 @@ -592,8 +592,8 @@ function addon:InitBlacksmithing(RecipeDB) -- Mithril Scale Bracers -- 9937 recipecount = recipecount + 1 self:addTradeSkill(RecipeDB,9937,215,7924,1,2018) - self:addTradeFlags(RecipeDB,9937,3,21,22,23,24,25,26,27,28,29,30,36,41,58) - -- No acquire information + self:addTradeFlags(RecipeDB,9937,2,4,21,22,23,24,25,26,27,28,29,30,36,40,58) + self:addTradeAcquire(RecipeDB,9937,2,8176) -- Mithril Shield Spike -- 9939 recipecount = recipecount + 1 @@ -910,13 +910,13 @@ function addon:InitBlacksmithing(RecipeDB) -- Imperial Plate Shoulders -- 16646 recipecount = recipecount + 1 self:addTradeSkill(RecipeDB,16646,265,12428,2,2018) - self:addTradeFlags(RecipeDB,16646,1,2,8,21,22,23,24,25,26,27,28,29,30,36,41,59) + self:addTradeFlags(RecipeDB,16646,8,21,22,23,24,25,26,27,28,29,30,36,41,59) self:addTradeAcquire(RecipeDB,16646,4,7659) -- Imperial Plate Belt -- 16647 recipecount = recipecount + 1 self:addTradeSkill(RecipeDB,16647,265,12424,2,2018) - self:addTradeFlags(RecipeDB,16647,1,2,8,21,22,23,24,25,26,27,28,29,30,36,41,59) + self:addTradeFlags(RecipeDB,16647,8,21,22,23,24,25,26,27,28,29,30,36,41,59) self:addTradeAcquire(RecipeDB,16647,4,7653) -- Radiant Breastplate -- 16648 @@ -928,7 +928,7 @@ function addon:InitBlacksmithing(RecipeDB) -- Imperial Plate Bracers -- 16649 recipecount = recipecount + 1 self:addTradeSkill(RecipeDB,16649,270,12425,2,2018) - self:addTradeFlags(RecipeDB,16649,1,2,8,21,22,23,24,25,26,27,28,29,30,36,41,59) + self:addTradeFlags(RecipeDB,16649,8,21,22,23,24,25,26,27,28,29,30,36,41,59) self:addTradeAcquire(RecipeDB,16649,4,7655) -- Wildthorn Mail -- 16650 @@ -976,13 +976,13 @@ function addon:InitBlacksmithing(RecipeDB) -- Imperial Plate Boots -- 16657 recipecount = recipecount + 1 self:addTradeSkill(RecipeDB,16657,295,12426,2,2018) - self:addTradeFlags(RecipeDB,16657,1,2,8,21,22,23,24,25,26,27,28,29,30,36,41,59) + self:addTradeFlags(RecipeDB,16657,8,21,22,23,24,25,26,27,28,29,30,36,41,59) self:addTradeAcquire(RecipeDB,16657,4,7654) -- Imperial Plate Helm -- 16658 recipecount = recipecount + 1 self:addTradeSkill(RecipeDB,16658,295,12427,2,2018) - self:addTradeFlags(RecipeDB,16658,1,2,8,21,22,23,24,25,26,27,28,29,30,36,41,59) + self:addTradeFlags(RecipeDB,16658,8,21,22,23,24,25,26,27,28,29,30,36,41,59) self:addTradeAcquire(RecipeDB,16658,4,7657) -- Radiant Circlet -- 16659 @@ -1012,7 +1012,7 @@ function addon:InitBlacksmithing(RecipeDB) -- Imperial Plate Chest -- 16663 recipecount = recipecount + 1 self:addTradeSkill(RecipeDB,16663,300,12422,2,2018) - self:addTradeFlags(RecipeDB,16663,1,2,8,21,22,23,24,25,26,27,28,29,30,36,41,59) + self:addTradeFlags(RecipeDB,16663,8,21,22,23,24,25,26,27,28,29,30,36,41,59) self:addTradeAcquire(RecipeDB,16663,4,7656) -- Runic Plate Shoulders -- 16664 @@ -1066,7 +1066,7 @@ function addon:InitBlacksmithing(RecipeDB) -- Imperial Plate Leggings -- 16730 recipecount = recipecount + 1 self:addTradeSkill(RecipeDB,16730,300,12429,2,2018) - self:addTradeFlags(RecipeDB,16730,1,2,8,21,22,23,24,25,26,27,28,29,30,36,41,59) + self:addTradeFlags(RecipeDB,16730,8,21,22,23,24,25,26,27,28,29,30,36,41,59) self:addTradeAcquire(RecipeDB,16730,4,7658) -- Runic Breastplate -- 16731 @@ -1613,19 +1613,19 @@ function addon:InitBlacksmithing(RecipeDB) recipecount = recipecount + 1 self:addTradeSkill(RecipeDB,29566,325,23502,1,2018) self:addTradeFlags(RecipeDB,29566,1,2,4,21,22,23,24,25,26,27,28,29,30,36,40,70) - self:addTradeAcquire(RecipeDB,29566,2,16670,2,16713) + self:addTradeAcquire(RecipeDB,29566,2,16670,2,16713,2,19662) -- Adamantite Cleaver -- 29568 recipecount = recipecount + 1 self:addTradeSkill(RecipeDB,29568,330,23503,1,2018) self:addTradeFlags(RecipeDB,29568,1,2,4,21,22,23,24,25,26,27,28,29,30,36,40,63,68) - self:addTradeAcquire(RecipeDB,29568,2,16670,2,16713) + self:addTradeAcquire(RecipeDB,29568,2,16670,2,16713,2,19662) -- Adamantite Dagger -- 29569 recipecount = recipecount + 1 self:addTradeSkill(RecipeDB,29569,330,23504,1,2018) self:addTradeFlags(RecipeDB,29569,1,2,4,21,22,23,24,25,26,27,28,29,30,36,40,63,72) - self:addTradeAcquire(RecipeDB,29569,2,16670,2,16713) + self:addTradeAcquire(RecipeDB,29569,2,16670,2,16713,2,19662) -- Adamantite Rapier -- 29571 recipecount = recipecount + 1 diff --git a/RecipeDB/ARL-Cook.lua b/RecipeDB/ARL-Cook.lua index f368a6b..da962e4 100644 --- a/RecipeDB/ARL-Cook.lua +++ b/RecipeDB/ARL-Cook.lua @@ -124,7 +124,7 @@ function addon:InitCooking(RecipeDB) -- Blood Sausage -- 3371 recipecount = recipecount + 1 self:addTradeSkill(RecipeDB,3371,60,3220,1,2550) - self:addTradeFlags(RecipeDB,3371,1,2,4,8,21,22,23,24,25,26,27,28,29,30,36,40) + self:addTradeFlags(RecipeDB,3371,1,4,8,21,22,23,24,25,26,27,28,29,30,36,40) self:addTradeAcquire(RecipeDB,3371,4,418,2,340) -- Murloc Fin Soup -- 3372 @@ -923,37 +923,37 @@ function addon:InitCooking(RecipeDB) recipecount = recipecount + 1 self:addTradeSkill(RecipeDB,57438,400,42997,2,2550) self:addTradeFlags(RecipeDB,57438,1,2,4,21,22,23,24,25,26,27,28,29,30,36,41) - self:addTradeAcquire(RecipeDB,57438,2,31031,2,31032) + self:addTradeAcquire(RecipeDB,57438,2,31032) -- Cuttlesteak -- 57439 recipecount = recipecount + 1 self:addTradeSkill(RecipeDB,57439,400,42998,2,2550) self:addTradeFlags(RecipeDB,57439,1,2,4,21,22,23,24,25,26,27,28,29,30,36,41) - self:addTradeAcquire(RecipeDB,57439,2,31031,2,31032) + self:addTradeAcquire(RecipeDB,57439,2,31032) -- Spiced Mammoth Treats -- 57440 recipecount = recipecount + 1 self:addTradeSkill(RecipeDB,57440,400,43005,2,2550) self:addTradeFlags(RecipeDB,57440,1,2,4,21,22,23,24,25,26,27,28,29,30,36,41) - self:addTradeAcquire(RecipeDB,57440,2,31031,2,31032) + self:addTradeAcquire(RecipeDB,57440,2,31032) -- Blackened Dragonfin -- 57441 recipecount = recipecount + 1 self:addTradeSkill(RecipeDB,57441,400,42999,2,2550) self:addTradeFlags(RecipeDB,57441,1,2,4,21,22,23,24,25,26,27,28,29,30,36,41) - self:addTradeAcquire(RecipeDB,57441,2,31031,2,31032) + self:addTradeAcquire(RecipeDB,57441,2,31032) -- Dragonfin Filet -- 57442 recipecount = recipecount + 1 self:addTradeSkill(RecipeDB,57442,400,43000,2,2550) self:addTradeFlags(RecipeDB,57442,1,2,4,21,22,23,24,25,26,27,28,29,30,36,41) - self:addTradeAcquire(RecipeDB,57442,2,31031,2,31032) + self:addTradeAcquire(RecipeDB,57442,2,31032) -- Tracker Snacks -- 57443 recipecount = recipecount + 1 self:addTradeSkill(RecipeDB,57443,400,43001,2,2550) self:addTradeFlags(RecipeDB,57443,1,2,4,21,22,23,24,25,26,27,28,29,30,36,41) - self:addTradeAcquire(RecipeDB,57443,2,31031,2,31032) + self:addTradeAcquire(RecipeDB,57443,2,31032) -- Dalaran Clam Chowder -- 58065 recipecount = recipecount + 1 @@ -989,13 +989,13 @@ function addon:InitCooking(RecipeDB) recipecount = recipecount + 1 self:addTradeSkill(RecipeDB,58527,425,43478,2,2550) self:addTradeFlags(RecipeDB,58527,1,2,4,21,22,23,24,25,26,27,28,29,30,37,41) - self:addTradeAcquire(RecipeDB,58527,2,31031,2,31032) + self:addTradeAcquire(RecipeDB,58527,2,31032) -- Small Feast -- 58528 recipecount = recipecount + 1 self:addTradeSkill(RecipeDB,58528,425,43480,2,2550) self:addTradeFlags(RecipeDB,58528,1,2,4,21,22,23,24,25,26,27,28,29,30,37,41) - self:addTradeAcquire(RecipeDB,58528,2,31031,2,31032) + self:addTradeAcquire(RecipeDB,58528,2,31032) return recipecount diff --git a/RecipeDB/ARL-Enchant.lua b/RecipeDB/ARL-Enchant.lua index bd72f55..bff8011 100644 --- a/RecipeDB/ARL-Enchant.lua +++ b/RecipeDB/ARL-Enchant.lua @@ -857,7 +857,7 @@ function addon:InitEnchanting(RecipeDB) recipecount = recipecount + 1 self:addTradeSkill(RecipeDB,25079,300,nil, 3,7411) self:addTradeFlags(RecipeDB,25079,1,2,6,11,21,22,23,24,25,26,27,28,29,30,36,41) - self:addTradeAcquire(RecipeDB,25079,3,15263,3,15339,3,15509,3,15510,3,15516,3,15517,3,15543) + self:addTradeAcquire(RecipeDB,25079,3,15263,3,15339,3,15509,3,15510,3,15516,3,15517,3,15543,3,15544) -- Enchant Gloves - Superior Agility -- 25080 recipecount = recipecount + 1 diff --git a/RecipeDB/ARL-Engineer.lua b/RecipeDB/ARL-Engineer.lua index b303eac..0c943e5 100644 --- a/RecipeDB/ARL-Engineer.lua +++ b/RecipeDB/ARL-Engineer.lua @@ -148,8 +148,8 @@ function addon:InitEngineering(RecipeDB) -- Lovingly Crafted Boomstick -- 3939 recipecount = recipecount + 1 self:addTradeSkill(RecipeDB,3939,120,4372,1,4036) - self:addTradeFlags(RecipeDB,3939,1,2,4,21,22,23,24,25,26,27,28,29,30,36,40) - self:addTradeAcquire(RecipeDB,3939,2,2682,2,6730) + self:addTradeFlags(RecipeDB,3939,1,4,21,22,23,24,25,26,27,28,29,30,36,40) + self:addTradeAcquire(RecipeDB,3939,2,2682) -- Shadow Goggles -- 3940 recipecount = recipecount + 1 @@ -382,7 +382,7 @@ function addon:InitEngineering(RecipeDB) recipecount = recipecount + 1 self:addTradeSkill(RecipeDB,9269,125,7506,1,4036) self:addTradeFlags(RecipeDB,9269,1,2,4,5,21,22,23,24,25,26,27,28,29,30,36,40,63) - self:addTradeAcquire(RecipeDB,9269,3,7800,2,5175,2,6730) + self:addTradeAcquire(RecipeDB,9269,3,7800,2,5175) -- Aquadynamic Fish Attractor -- 9271 recipecount = recipecount + 1 @@ -816,8 +816,8 @@ function addon:InitEngineering(RecipeDB) -- Red Firework -- 23066 recipecount = recipecount + 1 self:addTradeSkill(RecipeDB,23066,150,9318,1,4036) - self:addTradeFlags(RecipeDB,23066,3,21,22,23,24,25,26,27,28,29,30,36,41) - -- No acquire information + self:addTradeFlags(RecipeDB,23066,2,4,21,22,23,24,25,26,27,28,29,30,36,40) + self:addTradeAcquire(RecipeDB,23066,2,3413) -- Blue Firework -- 23067 recipecount = recipecount + 1 @@ -1003,13 +1003,13 @@ function addon:InitEngineering(RecipeDB) -- Firework Launcher -- 26442 recipecount = recipecount + 1 self:addTradeSkill(RecipeDB,26442,225,21569,2,4036) - self:addTradeFlags(RecipeDB,26442,1,2,7,8,21,22,23,24,25,26,27,28,29,30,36,40) + self:addTradeFlags(RecipeDB,26442,7,8,21,22,23,24,25,26,27,28,29,30,36,40) self:addTradeAcquire(RecipeDB,26442,5,2,4,8877) -- Firework Cluster Launcher -- 26443 recipecount = recipecount + 1 self:addTradeSkill(RecipeDB,26443,275,21570,2,4036) - self:addTradeFlags(RecipeDB,26443,1,2,7,8,21,22,23,24,25,26,27,28,29,30,36,40) + self:addTradeFlags(RecipeDB,26443,7,8,21,22,23,24,25,26,27,28,29,30,36,40) self:addTradeAcquire(RecipeDB,26443,5,2,4,8882) -- Steam Tonk Controller -- 28327 @@ -1719,13 +1719,13 @@ function addon:InitEngineering(RecipeDB) -- Mechano-hog -- 60866 recipecount = recipecount + 1 self:addTradeSkill(RecipeDB,60866,450,41508,4,4036) - self:addTradeFlags(RecipeDB,60866,2,4,21,22,23,24,25,26,27,28,29,30,36,41,130) + self:addTradeFlags(RecipeDB,60866,1,2,4,21,22,23,24,25,26,27,28,29,30,36,41,130) self:addTradeAcquire(RecipeDB,60866,6,1052,4,32565,6,1052,4,32774) -- Mekgineer's Chopper -- 60867 recipecount = recipecount + 1 self:addTradeSkill(RecipeDB,60867,450,44413,4,4036) - self:addTradeFlags(RecipeDB,60867,1,4,21,22,23,24,25,26,27,28,29,30,36,41,131) + self:addTradeFlags(RecipeDB,60867,1,2,4,21,22,23,24,25,26,27,28,29,30,36,41,131) self:addTradeAcquire(RecipeDB,60867,6,1037,4,32564,6,1037,4,32773) -- Nesingwary 4000 -- 60874 diff --git a/RecipeDB/ARL-Jewelcraft.lua b/RecipeDB/ARL-Jewelcraft.lua index da5d3e3..e6a7666 100644 --- a/RecipeDB/ARL-Jewelcraft.lua +++ b/RecipeDB/ARL-Jewelcraft.lua @@ -1505,19 +1505,19 @@ function addon:InitJewelcrafting(RecipeDB) recipecount = recipecount + 1 self:addTradeSkill(RecipeDB,46403,350,35315,3,25229) self:addTradeFlags(RecipeDB,46403,1,2,4,21,22,23,24,25,26,27,28,29,30,36,41,112) - self:addTradeAcquire(RecipeDB,46403,6,1077,4,25950,6,1077,4,27666) + self:addTradeAcquire(RecipeDB,46403,6,1077,4,25950) -- Reckless Noble Topaz -- 46404 recipecount = recipecount + 1 self:addTradeSkill(RecipeDB,46404,350,35316,3,25229) self:addTradeFlags(RecipeDB,46404,1,2,4,21,22,23,24,25,26,27,28,29,30,36,41,112) - self:addTradeAcquire(RecipeDB,46404,6,1077,4,25950,6,1077,4,27666) + self:addTradeAcquire(RecipeDB,46404,6,1077,4,25950) -- Forceful Talasite -- 46405 recipecount = recipecount + 1 self:addTradeSkill(RecipeDB,46405,350,35318,3,25229) self:addTradeFlags(RecipeDB,46405,1,2,4,21,22,23,24,25,26,27,28,29,30,36,41,112) - self:addTradeAcquire(RecipeDB,46405,6,1077,4,25950,6,1077,4,27666) + self:addTradeAcquire(RecipeDB,46405,6,1077,4,25950) -- Eternal Earthstorm Diamond -- 46597 recipecount = recipecount + 1 @@ -2333,7 +2333,7 @@ function addon:InitJewelcrafting(RecipeDB) recipecount = recipecount + 1 self:addTradeSkill(RecipeDB,53994,390,40058,3,25229) self:addTradeFlags(RecipeDB,53994,1,2,11,21,22,23,24,25,26,27,28,29,30,36,41) - self:addTradeAcquire(RecipeDB,53994,3,28379,3,28851,3,29402,3,30260,3,30448) + self:addTradeAcquire(RecipeDB,53994,3,28378,3,28379,3,28380,3,28851,3,29402,3,30260,3,30448) -- Timeless Forest Emerald -- 53995 recipecount = recipecount + 1 diff --git a/RecipeDB/ARL-Leatherwork.lua b/RecipeDB/ARL-Leatherwork.lua index 76478ef..2da60f8 100644 --- a/RecipeDB/ARL-Leatherwork.lua +++ b/RecipeDB/ARL-Leatherwork.lua @@ -335,7 +335,7 @@ function addon:InitLeatherworking(RecipeDB) recipecount = recipecount + 1 self:addTradeSkill(RecipeDB,6704,170,5782,2,2108) self:addTradeFlags(RecipeDB,6704,1,2,4,11,21,22,23,24,25,26,27,28,29,30,36,40,57) - self:addTradeAcquire(RecipeDB,6704,3,938,3,1160,2,2381) + self:addTradeAcquire(RecipeDB,6704,3,938,3,1160,2,2381,2,2393) -- Murloc Scale Bracers -- 6705 recipecount = recipecount + 1 @@ -370,8 +370,8 @@ function addon:InitLeatherworking(RecipeDB) -- Barbaric Leggings -- 7149 recipecount = recipecount + 1 self:addTradeSkill(RecipeDB,7149,170,5963,1,2108) - self:addTradeFlags(RecipeDB,7149,1,2,4,21,22,23,24,25,26,27,28,29,30,36,40,57) - self:addTradeAcquire(RecipeDB,7149,2,2810,2,2821,2,3958) + self:addTradeFlags(RecipeDB,7149,1,4,21,22,23,24,25,26,27,28,29,30,36,40,57) + self:addTradeAcquire(RecipeDB,7149,2,2810) -- Barbaric Shoulders -- 7151 recipecount = recipecount + 1 @@ -550,8 +550,8 @@ function addon:InitLeatherworking(RecipeDB) -- Green Whelp Bracers -- 9202 recipecount = recipecount + 1 self:addTradeSkill(RecipeDB,9202,190,7386,2,2108) - self:addTradeFlags(RecipeDB,9202,1,4,21,22,23,24,25,26,27,28,29,30,36,40,57) - self:addTradeAcquire(RecipeDB,9202,2,4225) + self:addTradeFlags(RecipeDB,9202,1,2,4,21,22,23,24,25,26,27,28,29,30,36,40,57) + self:addTradeAcquire(RecipeDB,9202,2,4225,2,4589) -- Dusky Belt -- 9206 recipecount = recipecount + 1 @@ -820,8 +820,8 @@ function addon:InitLeatherworking(RecipeDB) -- Wicked Leather Gauntlets -- 19049 recipecount = recipecount + 1 self:addTradeSkill(RecipeDB,19049,260,15083,1,2108) - self:addTradeFlags(RecipeDB,19049,3,21,22,23,24,25,26,27,28,29,30,36,41,57) - -- No acquire information + self:addTradeFlags(RecipeDB,19049,1,4,21,22,23,24,25,26,27,28,29,30,36,40,57) + self:addTradeAcquire(RecipeDB,19049,2,12942) -- Green Dragonscale Breastplate -- 19050 recipecount = recipecount + 1 @@ -916,8 +916,8 @@ function addon:InitLeatherworking(RecipeDB) -- Stormshroud Pants -- 19067 recipecount = recipecount + 1 self:addTradeSkill(RecipeDB,19067,275,15057,1,2108) - self:addTradeFlags(RecipeDB,19067,2,4,21,22,23,24,25,26,27,28,29,30,36,40,52,57) - self:addTradeAcquire(RecipeDB,19067,2,12943) + self:addTradeFlags(RecipeDB,19067,1,2,4,21,22,23,24,25,26,27,28,29,30,36,40,52,57) + self:addTradeAcquire(RecipeDB,19067,2,12942,2,12943) -- Warbear Harness -- 19068 recipecount = recipecount + 1 @@ -1246,8 +1246,8 @@ function addon:InitLeatherworking(RecipeDB) -- Barbaric Bracers -- 23399 recipecount = recipecount + 1 self:addTradeSkill(RecipeDB,23399,155,18948,1,2108) - self:addTradeFlags(RecipeDB,23399,1,4,21,22,23,24,25,26,27,28,29,30,36,40,57) - self:addTradeAcquire(RecipeDB,23399,2,4225) + self:addTradeFlags(RecipeDB,23399,1,2,4,21,22,23,24,25,26,27,28,29,30,36,40,57) + self:addTradeAcquire(RecipeDB,23399,2,4225,2,4589) -- Might of the Timbermaw -- 23703 recipecount = recipecount + 1 @@ -1384,7 +1384,7 @@ function addon:InitLeatherworking(RecipeDB) -- Black Whelp Tunic -- 24940 recipecount = recipecount + 1 self:addTradeSkill(RecipeDB,24940,100,20575,1,2108) - self:addTradeFlags(RecipeDB,24940,1,4,21,22,23,24,25,26,27,28,29,30,36,40,57) + self:addTradeFlags(RecipeDB,24940,1,2,4,21,22,23,24,25,26,27,28,29,30,36,40,57) self:addTradeAcquire(RecipeDB,24940,2,777) -- Stormshroud Gloves -- 26279 diff --git a/RecipeDB/ARL-Mob.lua b/RecipeDB/ARL-Mob.lua index 7dba54b..0fa3a30 100644 --- a/RecipeDB/ARL-Mob.lua +++ b/RecipeDB/ARL-Mob.lua @@ -9,7 +9,7 @@ Monster data for all of Ackis Recipe List Auto-generated using ARLDataminer.rb Entries to this file will be overwritten -600 found from data mining. 0 ignored. +603 found from data mining. 0 ignored. ************************************************************************ @@ -45,7 +45,7 @@ function addon:InitMob(MobDB) self:addLookupList(MobDB,674,L["Venture Co. Strip Miner"],BZONE["Stranglethorn Vale"],41.49,43.36) self:addLookupList(MobDB,684,L["Shadowmaw Panther"],BZONE["Stranglethorn Vale"],41.46,33.42) self:addLookupList(MobDB,690,L["Cold Eye Basilisk"],BZONE["Stranglethorn Vale"],34.67,40.56) - self:addLookupList(MobDB,764,L["Swampwalker"],BZONE["Swamp of Sorrows"],26.78,38.34) + self:addLookupList(MobDB,764,L["Swampwalker"],BZONE["Swamp of Sorrows"],26.80,38.34) self:addLookupList(MobDB,765,L["Swampwalker Elder"],BZONE["Swamp of Sorrows"],11.69,34.64) self:addLookupList(MobDB,766,L["Tangled Horror"],BZONE["Swamp of Sorrows"],44.55,42.20) self:addLookupList(MobDB,772,L["Stranglethorn Tigress"],BZONE["Stranglethorn Vale"],41.36,33.58) @@ -54,7 +54,7 @@ function addon:InitMob(MobDB) self:addLookupList(MobDB,923,L["Young Black Ravager"],BZONE["Duskwood"],48.56,64.54) self:addLookupList(MobDB,938,L["Kurzen Commando"],BZONE["Stranglethorn Vale"],46.64,7.989) self:addLookupList(MobDB,1015,L["Highland Raptor"],BZONE["Wetlands"],51.82,26.83) - self:addLookupList(MobDB,1051,L["Dark Iron Dwarf"],BZONE["Wetlands"],52.48,20.11) + self:addLookupList(MobDB,1051,L["Dark Iron Dwarf"],BZONE["Wetlands"],52.48,20.12) self:addLookupList(MobDB,1052,L["Dark Iron Saboteur"],BZONE["Wetlands"],53.53,20.27) self:addLookupList(MobDB,1053,L["Dark Iron Tunneler"],BZONE["Wetlands"],51.97,20.13) self:addLookupList(MobDB,1054,L["Dark Iron Demolitionist"],BZONE["Wetlands"],56.70,24.11) @@ -74,7 +74,7 @@ function addon:InitMob(MobDB) self:addLookupList(MobDB,1813,L["Decaying Horror"],BZONE["Western Plaguelands"],62.84,35.35) self:addLookupList(MobDB,1815,L["Diseased Black Bear"],BZONE["Tirisfal Glades"],84.50,70.36) self:addLookupList(MobDB,1822,L["Venom Mist Lurker"],BZONE["Tirisfal Glades"],84.42,69.56) - self:addLookupList(MobDB,1836,L["Scarlet Cavalier"],BZONE["Western Plaguelands"],42.26,15.31) + self:addLookupList(MobDB,1836,L["Scarlet Cavalier"],BZONE["Western Plaguelands"],42.26,15.30) self:addLookupList(MobDB,1844,L["Foreman Marcrid"],BZONE["Western Plaguelands"],46.36,33.88) self:addLookupList(MobDB,1853,BBOSS["Darkmaster Gandling"],BZONE["Scholomance"],0,0) self:addLookupList(MobDB,1885,L["Scarlet Smith"],BZONE["Western Plaguelands"],45.54,13.18) @@ -89,8 +89,8 @@ function addon:InitMob(MobDB) self:addLookupList(MobDB,2375,L["Torn Fin Coastrunner"],BZONE["Hillsbrad Foothills"],30.40,70.82) self:addLookupList(MobDB,2376,L["Torn Fin Oracle"],BZONE["Hillsbrad Foothills"],43.84,67.09) self:addLookupList(MobDB,2377,L["Torn Fin Tidehunter"],BZONE["Hillsbrad Foothills"],44.23,66.95) - self:addLookupList(MobDB,2407,L["Hulking Mountain Lion"],BZONE["Hillsbrad Foothills"],39.02,23.48) - self:addLookupList(MobDB,2554,L["Witherbark Axe Thrower"],BZONE["Arathi Highlands"],65.93,67.52) + self:addLookupList(MobDB,2407,L["Hulking Mountain Lion"],BZONE["Hillsbrad Foothills"],39.12,23.45) + self:addLookupList(MobDB,2554,L["Witherbark Axe Thrower"],BZONE["Arathi Highlands"],65.92,67.52) self:addLookupList(MobDB,2556,L["Witherbark Headhunter"],BZONE["Arathi Highlands"],68.01,73.02) self:addLookupList(MobDB,2557,L["Witherbark Shadow Hunter"],BZONE["Arathi Highlands"],68.09,79.65) self:addLookupList(MobDB,2558,L["Witherbark Berserker"],BZONE["Arathi Highlands"],24.01,65.16) @@ -100,14 +100,14 @@ function addon:InitMob(MobDB) self:addLookupList(MobDB,2644,L["Vilebranch Hideskinner"],BZONE["The Hinterlands"],63.48,73.62) self:addLookupList(MobDB,2681,L["Vilebranch Raiding Wolf"],BZONE["The Hinterlands"],59.73,75.53) self:addLookupList(MobDB,2926,L["Silvermane Stalker"],BZONE["The Hinterlands"],63.72,54.51) - self:addLookupList(MobDB,3256,L["Sunscale Scytheclaw"],BZONE["The Barrens"],54.30,38.79) + self:addLookupList(MobDB,3256,L["Sunscale Scytheclaw"],BZONE["The Barrens"],54.30,38.78) self:addLookupList(MobDB,3385,L["Theramore Marine"],BZONE["The Barrens"],61.89,54.11) self:addLookupList(MobDB,3386,L["Theramore Preserver"],BZONE["The Barrens"],61.82,55.10) self:addLookupList(MobDB,3530,L["Pyrewood Tailor"],BZONE["Silverpine Forest"],47.02,72.55) self:addLookupList(MobDB,3531,L["Moonrage Tailor"],BZONE["Silverpine Forest"],47.05,72.61) - self:addLookupList(MobDB,3809,L["Ashenvale Bear"],BZONE["Ashenvale"],46.75,56.07) - self:addLookupList(MobDB,3818,L["Elder Shadowhorn Stag"],BZONE["Ashenvale"],63.60,48.59) - self:addLookupList(MobDB,3825,L["Ghostpaw Alpha"],BZONE["Ashenvale"],67.87,55.53) + self:addLookupList(MobDB,3809,L["Ashenvale Bear"],BZONE["Ashenvale"],46.75,56.08) + self:addLookupList(MobDB,3818,L["Elder Shadowhorn Stag"],BZONE["Ashenvale"],63.59,48.58) + self:addLookupList(MobDB,3825,L["Ghostpaw Alpha"],BZONE["Ashenvale"],67.88,55.57) self:addLookupList(MobDB,3834,L["Crazed Ancient"],BZONE["Ashenvale"],58.39,38.73) self:addLookupList(MobDB,3919,L["Withered Ancient"],BZONE["Ashenvale"],58.42,38.88) self:addLookupList(MobDB,4028,L["Charred Ancient"],BZONE["Stonetalon Mountains"],33.99,66.78) @@ -115,15 +115,15 @@ function addon:InitMob(MobDB) self:addLookupList(MobDB,4041,L["Scorched Basilisk"],BZONE["Stonetalon Mountains"],33.69,72.02) self:addLookupList(MobDB,4042,L["Singed Basilisk"],BZONE["Stonetalon Mountains"],33.31,66.80) self:addLookupList(MobDB,4117,L["Cloud Serpent"],BZONE["Thousand Needles"],43.06,48.86) - self:addLookupList(MobDB,4143,L["Sparkleshell Snapper"],BZONE["Thousand Needles"],81.22,64.40) + self:addLookupList(MobDB,4143,L["Sparkleshell Snapper"],BZONE["Thousand Needles"],81.22,64.41) self:addLookupList(MobDB,4147,L["Saltstone Basilisk"],BZONE["Thousand Needles"],75.12,60.93) self:addLookupList(MobDB,4287,L["Scarlet Gallant"],BZONE["Scarlet Monastery"],0,0) self:addLookupList(MobDB,4292,L["Scarlet Protector"],BZONE["Scarlet Monastery"],0,0) - self:addLookupList(MobDB,4295,L["Scarlet Myrmidon"],L["Unknown Zone"],0,0) + self:addLookupList(MobDB,4295,L["Scarlet Myrmidon"],BZONE["Scarlet Monastery"],0,0) self:addLookupList(MobDB,4296,L["Scarlet Adept"],BZONE["Scarlet Monastery"],0,0) self:addLookupList(MobDB,4301,L["Scarlet Centurion"],BZONE["Scarlet Monastery"],0,0) self:addLookupList(MobDB,4341,L["Drywallow Crocolisk"],BZONE["Dustwallow Marsh"],45.97,25.07) - self:addLookupList(MobDB,4343,L["Drywallow Snapper"],BZONE["Dustwallow Marsh"],39.55,37.75) + self:addLookupList(MobDB,4343,L["Drywallow Snapper"],BZONE["Dustwallow Marsh"],39.52,37.73) self:addLookupList(MobDB,4364,L["Strashaz Warrior"],BZONE["Dustwallow Marsh"],75.00,19.07) self:addLookupList(MobDB,4368,L["Strashaz Myrmidon"],BZONE["Dustwallow Marsh"],76.17,18.01) self:addLookupList(MobDB,4467,L["Vilebranch Soothsayer"],BZONE["The Hinterlands"],52.87,60.63) @@ -140,18 +140,18 @@ function addon:InitMob(MobDB) self:addLookupList(MobDB,5259,L["Atal'ai Witch Doctor"],BZONE["Sunken Temple"],0,0) self:addLookupList(MobDB,5267,L["Unliving Atal'ai"],BZONE["Sunken Temple"],0,0) self:addLookupList(MobDB,5271,L["Atal'ai Deathwalker"],BZONE["Sunken Temple"],0,0) - self:addLookupList(MobDB,5277,L["Nightmare Scalebane"],L["Unknown Zone"],0,0) + self:addLookupList(MobDB,5277,L["Nightmare Scalebane"],BZONE["Sunken Temple"],0,0) self:addLookupList(MobDB,5419,L["Glasshide Basilisk"],BZONE["Un'Goro Crater"],83.81,44.51) self:addLookupList(MobDB,5420,L["Glasshide Gazer"],BZONE["Tanaris"],51.17,51.28) self:addLookupList(MobDB,5422,L["Scorpid Hunter"],BZONE["Tanaris"],54.75,30.07) self:addLookupList(MobDB,5423,L["Scorpid Tail Lasher"],BZONE["Un'Goro Crater"],83.23,39.41) - self:addLookupList(MobDB,5425,L["Starving Blisterpaw"],BZONE["Un'Goro Crater"],83.13,39.66) - self:addLookupList(MobDB,5426,L["Blisterpaw Hyena"],BZONE["Tanaris"],52.32,46.29) - self:addLookupList(MobDB,5460,L["Centipaar Sandreaver"],BZONE["Tanaris"],34.89,43.23) + self:addLookupList(MobDB,5425,L["Starving Blisterpaw"],BZONE["Un'Goro Crater"],83.14,39.66) + self:addLookupList(MobDB,5426,L["Blisterpaw Hyena"],BZONE["Tanaris"],52.33,46.29) + self:addLookupList(MobDB,5460,L["Centipaar Sandreaver"],BZONE["Tanaris"],34.88,43.23) self:addLookupList(MobDB,5474,L["Dunemaul Brute"],BZONE["Tanaris"],41.40,56.60) self:addLookupList(MobDB,5481,L["Thistleshrub Dew Collector"],BZONE["Tanaris"],29.51,65.50) self:addLookupList(MobDB,5615,L["Wastewander Rogue"],BZONE["Tanaris"],61.18,37.26) - self:addLookupList(MobDB,5616,L["Wastewander Thief"],BZONE["Tanaris"],63.08,30.07) + self:addLookupList(MobDB,5616,L["Wastewander Thief"],BZONE["Tanaris"],63.08,30.08) self:addLookupList(MobDB,5617,L["Wastewander Shadow Mage"],BZONE["Tanaris"],61.17,37.24) self:addLookupList(MobDB,5618,L["Wastewander Bandit"],BZONE["Tanaris"],63.10,30.15) self:addLookupList(MobDB,5623,L["Wastewander Assassin"],BZONE["Tanaris"],61.22,37.17) @@ -163,9 +163,9 @@ function addon:InitMob(MobDB) self:addLookupList(MobDB,5843,L["Slave Worker"],BZONE["Searing Gorge"],40.97,43.81) self:addLookupList(MobDB,5844,L["Dark Iron Slaver"],BZONE["Searing Gorge"],42.39,41.81) self:addLookupList(MobDB,5846,L["Dark Iron Taskmaster"],BZONE["Searing Gorge"],42.10,39.86) - self:addLookupList(MobDB,5853,L["Tempered War Golem"],BZONE["Searing Gorge"],64.15,56.75) + self:addLookupList(MobDB,5853,L["Tempered War Golem"],BZONE["Searing Gorge"],64.16,56.75) self:addLookupList(MobDB,5860,L["Twilight Dark Shaman"],BZONE["Searing Gorge"],23.27,36.81) - self:addLookupList(MobDB,5861,L["Twilight Fire Guard"],BZONE["Searing Gorge"],23.48,34.43) + self:addLookupList(MobDB,5861,L["Twilight Fire Guard"],BZONE["Searing Gorge"],23.47,34.44) self:addLookupList(MobDB,5862,L["Twilight Geomancer"],BZONE["Searing Gorge"],24.50,29.12) self:addLookupList(MobDB,5990,L["Redstone Basilisk"],BZONE["Blasted Lands"],58.00,31.28) self:addLookupList(MobDB,5993,L["Helboar"],BZONE["Blasted Lands"],55.19,49.80) @@ -175,7 +175,7 @@ function addon:InitMob(MobDB) self:addLookupList(MobDB,6146,L["Cliff Breaker"],BZONE["Azshara"],60.35,59.26) self:addLookupList(MobDB,6201,L["Legashi Rogue"],BZONE["Azshara"],57.21,21.19) self:addLookupList(MobDB,6426,L["Anguished Dead"],BZONE["Scarlet Monastery"],0,0) - self:addLookupList(MobDB,6514,L["Un'Goro Gorilla"],BZONE["Un'Goro Crater"],64.72,17.00) + self:addLookupList(MobDB,6514,L["Un'Goro Gorilla"],BZONE["Un'Goro Crater"],64.76,17.03) self:addLookupList(MobDB,6518,L["Tar Lurker"],BZONE["Un'Goro Crater"],47.90,20.21) self:addLookupList(MobDB,6553,L["Gorishi Reaver"],BZONE["Un'Goro Crater"],49.10,81.54) self:addLookupList(MobDB,6556,L["Muculent Ooze"],BZONE["Un'Goro Crater"],68.38,34.37) @@ -189,7 +189,7 @@ function addon:InitMob(MobDB) self:addLookupList(MobDB,7040,L["Black Dragonspawn"],BZONE["Burning Steppes"],87.07,41.94) self:addLookupList(MobDB,7047,L["Black Broodling"],BZONE["Burning Steppes"],87.22,51.70) self:addLookupList(MobDB,7055,L["Blackrock Worg"],BZONE["Burning Steppes"],48.51,56.19) - self:addLookupList(MobDB,7106,L["Jadefire Rogue"],BZONE["Darkshore"],46.29,85.08) + self:addLookupList(MobDB,7106,L["Jadefire Rogue"],BZONE["Darkshore"],46.31,85.11) self:addLookupList(MobDB,7109,L["Jadefire Felsworn"],BZONE["Darkshore"],46.71,84.72) self:addLookupList(MobDB,7155,L["Deadwood Pathfinder"],BZONE["Felwood"],48.76,90.83) self:addLookupList(MobDB,7158,L["Deadwood Shaman"],BZONE["Felwood"],62.70,9.508) @@ -218,10 +218,10 @@ function addon:InitMob(MobDB) self:addLookupList(MobDB,7805,L["Wastewander Scofflaw"],BZONE["Tanaris"],66.37,35.95) self:addLookupList(MobDB,7855,L["Southsea Pirate"],BZONE["Tanaris"],72.87,45.06) self:addLookupList(MobDB,7883,L["Andre Firebeard"],BZONE["Tanaris"],73.72,47.73) - self:addLookupList(MobDB,8546,L["Dark Adept"],BZONE["Eastern Plaguelands"],66.98,36.98) + self:addLookupList(MobDB,8546,L["Dark Adept"],BZONE["Eastern Plaguelands"],66.95,36.94) self:addLookupList(MobDB,8550,L["Shadowmage"],BZONE["Eastern Plaguelands"],70.84,40.03) self:addLookupList(MobDB,8561,L["Mossflayer Shadowhunter"],BZONE["Eastern Plaguelands"],62.78,15.36) - self:addLookupList(MobDB,8637,L["Dark Iron Watchman"],BZONE["Searing Gorge"],64.25,56.73) + self:addLookupList(MobDB,8637,L["Dark Iron Watchman"],BZONE["Searing Gorge"],64.27,56.68) self:addLookupList(MobDB,8889,L["Anvilrage Overseer"],BZONE["Blackrock Depths"],0,0) self:addLookupList(MobDB,8893,L["Anvilrage Soldier"],BZONE["Blackrock Depths"],0,0) self:addLookupList(MobDB,8896,L["Shadowforge Peasant"],BZONE["Blackrock Depths"],0,0) @@ -237,7 +237,7 @@ function addon:InitMob(MobDB) self:addLookupList(MobDB,8927,L["Dark Screecher"],BZONE["Blackrock Depths"],0,0) self:addLookupList(MobDB,8928,L["Burrowing Thundersnout"],BZONE["Blackrock Depths"],0,0) self:addLookupList(MobDB,8957,L["Angerclaw Grizzly"],BZONE["Felwood"],56.82,18.10) - self:addLookupList(MobDB,8959,L["Felpaw Wolf"],BZONE["Ashenvale"],55.51,29.48) + self:addLookupList(MobDB,8959,L["Felpaw Wolf"],BZONE["Ashenvale"],55.61,29.13) self:addLookupList(MobDB,8961,L["Felpaw Ravager"],BZONE["Felwood"],57.97,19.05) self:addLookupList(MobDB,8983,BBOSS["Golem Lord Argelmach"],BZONE["Blackrock Depths"],0,0) self:addLookupList(MobDB,8996,L["Voidwalker Minion"],BZONE["Silverpine Forest"],63.03,64.70) @@ -262,10 +262,10 @@ function addon:InitMob(MobDB) self:addLookupList(MobDB,9499,BBOSS["Plugger Spazzring"],BZONE["Blackrock Depths"],0,0) self:addLookupList(MobDB,9543,BBOSS["Ribbly Screwspigot"],BZONE["Blackrock Depths"],0,0) self:addLookupList(MobDB,9554,L["Hammered Patron"],BZONE["Blackrock Depths"],0,0) - self:addLookupList(MobDB,9568,BBOSS["Overlord Wyrmthalak"],L["Unknown Zone"],0,0) + self:addLookupList(MobDB,9568,BBOSS["Overlord Wyrmthalak"],BZONE["Blackrock Spire"],0,0) self:addLookupList(MobDB,9596,BBOSS["Bannok Grimaxe"],BZONE["Blackrock Spire"],0,0) self:addLookupList(MobDB,9692,L["Bloodaxe Raider"],BZONE["Blackrock Spire"],0,0) - self:addLookupList(MobDB,9695,L["Deathlash Scorpid"],BZONE["Burning Steppes"],63.25,45.58) + self:addLookupList(MobDB,9695,L["Deathlash Scorpid"],BZONE["Burning Steppes"],63.25,45.57) self:addLookupList(MobDB,9736,BBOSS["Quartermaster Zigris"],BZONE["Blackrock Spire"],0,0) self:addLookupList(MobDB,10043,L["Ribbly's Crony"],BZONE["Blackrock Depths"],0,0) self:addLookupList(MobDB,10119,L["Volchan"],BZONE["Burning Steppes"],82.57,48.63) @@ -291,7 +291,7 @@ function addon:InitMob(MobDB) self:addLookupList(MobDB,10661,L["Spell Eater"],BZONE["Winterspring"],57.70,51.74) self:addLookupList(MobDB,10662,L["Spellmaw"],BZONE["Winterspring"],59.23,51.08) self:addLookupList(MobDB,10760,L["Grimtotem Geomancer"],BZONE["Thousand Needles"],35.40,32.18) - self:addLookupList(MobDB,10806,L["Ursius"],BZONE["Winterspring"],60.68,31.72) + self:addLookupList(MobDB,10806,L["Ursius"],BZONE["Winterspring"],60.66,31.78) self:addLookupList(MobDB,10807,L["Brumeran"],BZONE["Winterspring"],60.78,56.84) self:addLookupList(MobDB,10882,L["Arikara"],BZONE["Thousand Needles"],38.52,34.94) self:addLookupList(MobDB,10899,BBOSS["Goraluk Anvilcrack"],BZONE["Blackrock Spire"],0,0) @@ -304,7 +304,7 @@ function addon:InitMob(MobDB) self:addLookupList(MobDB,12056,BBOSS["Baron Geddon"],BZONE["Molten Core"],0,0) self:addLookupList(MobDB,12057,BBOSS["Garr"],BZONE["Molten Core"],0,0) self:addLookupList(MobDB,12118,BBOSS["Lucifron"],BZONE["Molten Core"],0,0) - self:addLookupList(MobDB,12206,L["Primordial Behemoth"],L["Unknown Zone"],0,0) + self:addLookupList(MobDB,12206,L["Primordial Behemoth"],BZONE["Maraudon"],0,0) self:addLookupList(MobDB,12259,BBOSS["Gehennas"],BZONE["Molten Core"],0,0) self:addLookupList(MobDB,12264,BBOSS["Shazzrah"],BZONE["Molten Core"],0,0) self:addLookupList(MobDB,12397,BBOSS["Lord Kazzak"],BZONE["Blasted Lands"],0,0) @@ -313,11 +313,11 @@ function addon:InitMob(MobDB) self:addLookupList(MobDB,13152,L["Commander Malgor"],BZONE["Alterac Valley"],49.44,74.92) self:addLookupList(MobDB,13153,L["Commander Mulfort"],BZONE["Alterac Valley"],48.53,86.20) self:addLookupList(MobDB,13300,L["Lieutenant Mancuso"],BZONE["Alterac Valley"],51.06,39.02) - self:addLookupList(MobDB,13323,L["Subterranean Diemetradon"],L["Unknown Zone"],0,0) + self:addLookupList(MobDB,13323,L["Subterranean Diemetradon"],BZONE["Maraudon"],0,0) self:addLookupList(MobDB,14276,L["Scargil"],BZONE["Hillsbrad Foothills"],26.77,70.04) self:addLookupList(MobDB,14354,BBOSS["Pusillin"],BZONE["Dire Maul"],0,0) - self:addLookupList(MobDB,14454,BBOSS["The Windreaver"],BZONE["Silithus"],26.13,22.05) - self:addLookupList(MobDB,14457,BBOSS["Princess Tempestria"],BZONE["Winterspring"],53.49,42.60) + self:addLookupList(MobDB,14454,BBOSS["The Windreaver"],BZONE["Silithus"],26.15,22.08) + self:addLookupList(MobDB,14457,BBOSS["Princess Tempestria"],BZONE["Winterspring"],53.48,42.60) self:addLookupList(MobDB,15263,BBOSS["The Prophet Skeram"],BZONE["Temple of Ahn'Qiraj"],0,0) self:addLookupList(MobDB,15275,BBOSS["Emperor Vek'nilash"],BZONE["Temple of Ahn'Qiraj"],0,0) self:addLookupList(MobDB,15276,BBOSS["Emperor Vek'lor"],BZONE["Temple of Ahn'Qiraj"],0,0) @@ -379,7 +379,7 @@ function addon:InitMob(MobDB) self:addLookupList(MobDB,17400,L["Felguard Annihilator"],BZONE["The Blood Furnace"],0,0) self:addLookupList(MobDB,17465,L["Shattered Hand Centurion"],BZONE["The Shattered Halls"],0,0) self:addLookupList(MobDB,17669,L["Rabid Warhound"],BZONE["The Shattered Halls"],0,0) - self:addLookupList(MobDB,17671,L["Shattered Hand Champion"],L["Unknown Zone"],0,0) + self:addLookupList(MobDB,17671,L["Shattered Hand Champion"],BZONE["The Shattered Halls"],0,0) self:addLookupList(MobDB,17722,L["Coilfang Sorceress"],BZONE["The Steamvault"],0,0) self:addLookupList(MobDB,17723,L["Bog Giant"],BZONE["The Underbog"],0,0) self:addLookupList(MobDB,17724,L["Underbat"],BZONE["The Underbog"],0,0) @@ -393,7 +393,7 @@ function addon:InitMob(MobDB) self:addLookupList(MobDB,17803,L["Coilfang Oracle"],BZONE["The Steamvault"],0,0) self:addLookupList(MobDB,17808,BBOSS["Anetheron"],BZONE["Hyjal Summit"],0,0) self:addLookupList(MobDB,17817,L["Greater Bogstrok"],BZONE["The Slave Pens"],0,0) - self:addLookupList(MobDB,17819,L["Durnholde Sentry"],L["Unknown Zone"],0,0) + self:addLookupList(MobDB,17819,L["Durnholde Sentry"],BZONE["Old Hillsbrad Foothills"],0,0) self:addLookupList(MobDB,17820,L["Durnholde Rifleman"],BZONE["Old Hillsbrad Foothills"],0,0) self:addLookupList(MobDB,17839,L["Rift Lord"],BZONE["The Black Morass"],0,0) self:addLookupList(MobDB,17840,L["Durnholde Tracking Hound"],BZONE["Old Hillsbrad Foothills"],0,0) @@ -439,10 +439,10 @@ function addon:InitMob(MobDB) self:addLookupList(MobDB,18373,BBOSS["Exarch Maladaar"],BZONE["Auchenai Crypts"],0,0) self:addLookupList(MobDB,18422,L["Sunseeker Botanist"],BZONE["The Botanica"],0,0) self:addLookupList(MobDB,18472,BBOSS["Darkweaver Syth"],BZONE["Sethekk Halls"],0,0) - self:addLookupList(MobDB,18477,L["Timber Worg Alpha"],BZONE["Shattrath City"],46.90,68.93) + self:addLookupList(MobDB,18477,L["Timber Worg Alpha"],BZONE["Shattrath City"],44.02,64.08) self:addLookupList(MobDB,18497,L["Auchenai Monk"],BZONE["Auchenai Crypts"],0,0) self:addLookupList(MobDB,18521,L["Raging Skeleton"],BZONE["Auchenai Crypts"],0,0) - self:addLookupList(MobDB,18595,L["Warped Peon"],BZONE["Terokkar Forest"],66.51,51.41) + self:addLookupList(MobDB,18595,L["Warped Peon"],BZONE["Terokkar Forest"],66.50,51.50) self:addLookupList(MobDB,18631,L["Cabal Cultist"],BZONE["Shadow Labyrinth"],0,0) self:addLookupList(MobDB,18633,L["Cabal Acolyte"],BZONE["Shadow Labyrinth"],0,0) self:addLookupList(MobDB,18639,L["Cabal Spellbinder"],BZONE["Shadow Labyrinth"],0,0) @@ -482,7 +482,7 @@ function addon:InitMob(MobDB) self:addLookupList(MobDB,20038,L["Phoenix-Hawk Hatchling"],BZONE["The Eye"],0,0) self:addLookupList(MobDB,20039,L["Phoenix-Hawk"],BZONE["The Eye"],0,0) self:addLookupList(MobDB,20052,L["Crystalcore Mechanic"],BZONE["The Eye"],0,0) - self:addLookupList(MobDB,20058,L["Bloodmaul Dire Wolf"],BZONE["Blade's Edge Mountains"],44.27,77.41) + self:addLookupList(MobDB,20058,L["Bloodmaul Dire Wolf"],BZONE["Blade's Edge Mountains"],44.28,77.38) self:addLookupList(MobDB,20134,L["Sunfury Arcanist"],BZONE["Netherstorm"],48.80,82.43) self:addLookupList(MobDB,20135,L["Sunfury Arch Mage"],BZONE["Netherstorm"],49.33,83.26) self:addLookupList(MobDB,20136,L["Sunfury Researcher"],BZONE["Netherstorm"],51.08,83.52) @@ -519,21 +519,21 @@ function addon:InitMob(MobDB) self:addLookupList(MobDB,22128,L["Durnholde Lookout"],BZONE["Old Hillsbrad Foothills"],0,0) self:addLookupList(MobDB,22143,L["Gordunni Back-Breaker"],BZONE["Zangarmarsh"],78.08,94.20) self:addLookupList(MobDB,22144,L["Gordunni Elementalist"],BZONE["Zangarmarsh"],73.20,90.83) - self:addLookupList(MobDB,22148,L["Gordunni Head-Splitter"],BZONE["Nagrand"],76.68,37.83) + self:addLookupList(MobDB,22148,L["Gordunni Head-Splitter"],BZONE["Nagrand"],76.69,37.83) self:addLookupList(MobDB,22242,L["Bash'ir Spell-Thief"],BZONE["Blade's Edge Mountains"],53.42,16.19) self:addLookupList(MobDB,22286,L["Fel Rager"],BZONE["Blade's Edge Mountains"],0,0) self:addLookupList(MobDB,22323,L["Incandescent Fel Spark"],BZONE["Hellfire Peninsula"],61.48,20.13) self:addLookupList(MobDB,22822,L["Ethereum Nullifier"],BZONE["Netherstorm"],63.09,41.30) self:addLookupList(MobDB,22875,L["Coilskar Sea-Caller"],BZONE["Black Temple"],0,0) self:addLookupList(MobDB,22879,L["Shadowmoon Reaver"],BZONE["Black Temple"],0,0) - self:addLookupList(MobDB,23022,L["Gordunni Soulreaper"],BZONE["Nagrand"],76.04,36.95) + self:addLookupList(MobDB,23022,L["Gordunni Soulreaper"],BZONE["Nagrand"],76.05,36.96) self:addLookupList(MobDB,23061,L["Rivendark"],BZONE["Blade's Edge Mountains"],30.49,59.61) self:addLookupList(MobDB,23261,L["Furywing"],BZONE["Blade's Edge Mountains"],58.41,14.38) self:addLookupList(MobDB,23281,L["Insidion"],BZONE["Blade's Edge Mountains"],55.52,16.05) self:addLookupList(MobDB,23282,L["Obsidia"],BZONE["Blade's Edge Mountains"],31.47,57.72) self:addLookupList(MobDB,23305,L["Crazed Murkblood Foreman"],BZONE["Shadowmoon Valley"],73.57,88.93) self:addLookupList(MobDB,23330,L["Dragonmaw Wind Reaver"],BZONE["Black Temple"],0,0) - self:addLookupList(MobDB,23354,L["Mo'arg Incinerator"],BZONE["Blade's Edge Mountains"],32.82,47.88) + self:addLookupList(MobDB,23354,L["Mo'arg Incinerator"],BZONE["Blade's Edge Mountains"],32.81,48.00) self:addLookupList(MobDB,23385,L["Simon Unit"],BZONE["Blade's Edge Mountains"],35.16,49.22) self:addLookupList(MobDB,23542,L["Amani'shi Axe Thrower"],BZONE["Zul'Aman"],0,0) self:addLookupList(MobDB,23574,BBOSS["Akil'zon"],BZONE["Zul'Aman"],0,0) @@ -550,7 +550,7 @@ function addon:InitMob(MobDB) self:addLookupList(MobDB,23954,BBOSS["Ingvar the Plunderer"],BZONE["Howling Fjord"],0,0) self:addLookupList(MobDB,24059,L["Amani'shi Beast Tamer"],BZONE["Zul'Aman"],0,0) self:addLookupList(MobDB,24065,L["Amani'shi Handler"],BZONE["Zul'Aman"],0,0) - self:addLookupList(MobDB,24083,L["Enslaved Proto-Drake"],L["Unknown Zone"],0,0) + self:addLookupList(MobDB,24083,L["Enslaved Proto-Drake"],BZONE["Utgarde Keep"],0,0) self:addLookupList(MobDB,24179,L["Amani'shi Wind Walker"],BZONE["Zul'Aman"],0,0) self:addLookupList(MobDB,24239,BBOSS["Hex Lord Malacrass"],BZONE["Zul'Aman"],0,0) self:addLookupList(MobDB,24530,L["Amani Elder Lynx"],BZONE["Zul'Aman"],0,0) @@ -559,6 +559,7 @@ function addon:InitMob(MobDB) self:addLookupList(MobDB,24684,L["Sunblade Blood Knight"],BZONE["Magisters' Terrace"],0,0) self:addLookupList(MobDB,24697,L["Sister of Torment"],BZONE["Magisters' Terrace"],0,0) self:addLookupList(MobDB,24698,L["Ethereum Smuggler"],BZONE["Magisters' Terrace"],0,0) + self:addLookupList(MobDB,24819,L["Anvilrage Enforcer"],BZONE["Blackrock Depths"],0,0) self:addLookupList(MobDB,24830,L["Stonevault Pillager"],BZONE["Uldaman"],0,0) self:addLookupList(MobDB,24960,L["Wretched Devourer"],BZONE["Isle of Quel'Danas"],39.23,35.27) self:addLookupList(MobDB,24966,L["Wretched Fiend"],BZONE["Isle of Quel'Danas"],40.21,35.49) @@ -582,27 +583,29 @@ function addon:InitMob(MobDB) self:addLookupList(MobDB,25593,L["Apocalypse Guard"],BZONE["Sunwell Plateau"],0,0) self:addLookupList(MobDB,25597,L["Oblivion Mage"],BZONE["Sunwell Plateau"],0,0) self:addLookupList(MobDB,25599,L["Cataclysm Hound"],BZONE["Sunwell Plateau"],0,0) - self:addLookupList(MobDB,26206,BBOSS["Keristrasza"],BZONE["Borean Tundra"],29.48,29.82) + self:addLookupList(MobDB,26206,BBOSS["Keristrasza"],BZONE["Borean Tundra"],29.48,29.83) self:addLookupList(MobDB,26270,L["Iron Rune-Shaper"],BZONE["Grizzly Hills"],67.81,15.45) self:addLookupList(MobDB,26632,BBOSS["The Prophet Tharon'ja"],BZONE["Grizzly Hills"],0,0) self:addLookupList(MobDB,26716,L["Azure Warder"],BZONE["The Nexus"],0,0) self:addLookupList(MobDB,26722,L["Azure Magus"],BZONE["The Nexus"],0,0) self:addLookupList(MobDB,26723,BBOSS["Keristrasza"],BZONE["Borean Tundra"],0,0) - self:addLookupList(MobDB,26730,L["Mage Slayer"],L["Unknown Zone"],0,0) - self:addLookupList(MobDB,26782,L["Crystalline Keeper"],L["Unknown Zone"],0,0) + self:addLookupList(MobDB,26730,L["Mage Slayer"],BZONE["The Nexus"],0,0) + self:addLookupList(MobDB,26782,L["Crystalline Keeper"],BZONE["The Nexus"],0,0) self:addLookupList(MobDB,26792,L["Crystalline Protector"],BZONE["The Nexus"],0,0) self:addLookupList(MobDB,26794,BBOSS["Ormorok the Tree-Shaper"],BZONE["The Nexus"],0,0) - self:addLookupList(MobDB,26830,L["Risen Drakkari Death Knight"],L["Unknown Zone"],0,0) + self:addLookupList(MobDB,26830,L["Risen Drakkari Death Knight"],BZONE["Drak'Tharon Keep"],0,0) self:addLookupList(MobDB,26861,BBOSS["King Ymiron"],BZONE["Howling Fjord"],0,0) - self:addLookupList(MobDB,27329,L["Onslaught Bloodhound"],BZONE["Dragonblight"],86.79,37.41) + self:addLookupList(MobDB,27329,L["Onslaught Bloodhound"],BZONE["Dragonblight"],86.79,37.40) self:addLookupList(MobDB,27333,L["Onslaught Mason"],BZONE["Grizzly Hills"],6.38,20.86) - self:addLookupList(MobDB,27977,BBOSS["Krystallus"],L["Unknown Zone"],0,0) + self:addLookupList(MobDB,27977,BBOSS["Krystallus"],BZONE["Halls of Stone"],0,0) self:addLookupList(MobDB,27978,BBOSS["Sjonnir The Ironshaper"],BZONE["Halls of Stone"],0,0) self:addLookupList(MobDB,28123,L["Venture Co. Excavator"],BZONE["Sholazar Basin"],34.84,47.51) self:addLookupList(MobDB,28132,L["Don Carlos"],BZONE["Old Hillsbrad Foothills"],0,0) - self:addLookupList(MobDB,28379,L["Shattertusk Mammoth"],BZONE["Sholazar Basin"],47.01,32.68) + self:addLookupList(MobDB,28378,L["Primordial Drake"],BZONE["Sholazar Basin"],46.69,26.72) + self:addLookupList(MobDB,28379,L["Shattertusk Mammoth"],BZONE["Zul'Drak"],51.51,14.62) + self:addLookupList(MobDB,28380,L["Shattertusk Bull"],BZONE["Sholazar Basin"],53.05,30.03) self:addLookupList(MobDB,28851,L["Enraged Mammoth"],BZONE["Zul'Drak"],71.59,41.52) - self:addLookupList(MobDB,28920,L["Stormforged Giant"],L["Unknown Zone"],0,0) + self:addLookupList(MobDB,28920,L["Stormforged Giant"],BZONE["Halls of Lightning"],0,0) self:addLookupList(MobDB,28923,BBOSS["Loken"],BZONE["The Storm Peaks"],0,0) self:addLookupList(MobDB,29120,BBOSS["Anub'arak"],BZONE["Azjol-Nerub"],0,0) self:addLookupList(MobDB,29128,L["Anub'ar Prime Guard"],BZONE["Azjol-Nerub"],0,0) @@ -611,29 +614,29 @@ function addon:InitMob(MobDB) self:addLookupList(MobDB,29235,L["Gundrak Savage"],BZONE["Zul'Drak"],73.71,30.94) self:addLookupList(MobDB,29311,BBOSS["Herald Volazj"],BZONE["Ahn'kahet: The Old Kingdom"],0,0) self:addLookupList(MobDB,29370,L["Stormforged Champion"],BZONE["The Storm Peaks"],25.03,46.66) - self:addLookupList(MobDB,29376,L["Stormforged Artificer"],BZONE["The Storm Peaks"],30.17,46.51) - self:addLookupList(MobDB,29402,L["Ironwool Mammoth"],BZONE["The Storm Peaks"],37.31,83.84) + self:addLookupList(MobDB,29376,L["Stormforged Artificer"],BZONE["The Storm Peaks"],30.18,46.52) + self:addLookupList(MobDB,29402,L["Ironwool Mammoth"],BZONE["The Storm Peaks"],37.32,83.84) self:addLookupList(MobDB,29570,L["Nascent Val'kyr"],BZONE["Icecrown"],69.72,41.51) self:addLookupList(MobDB,29735,L["Savage Worg"],BZONE["Utgarde Keep"],0,0) - self:addLookupList(MobDB,29792,L["Frostfeather Screecher"],BZONE["The Storm Peaks"],30.89,69.37) - self:addLookupList(MobDB,29793,L["Frostfeather Witch"],BZONE["The Storm Peaks"],30.72,68.68) + self:addLookupList(MobDB,29792,L["Frostfeather Screecher"],BZONE["The Storm Peaks"],30.91,69.35) + self:addLookupList(MobDB,29793,L["Frostfeather Witch"],BZONE["The Storm Peaks"],30.74,68.68) self:addLookupList(MobDB,29875,L["Icemane Yeti"],BZONE["The Storm Peaks"],47.26,75.42) self:addLookupList(MobDB,30160,L["Brittle Revenant"],BZONE["The Storm Peaks"],70.23,59.73) - self:addLookupList(MobDB,30208,L["Stormforged Ambusher"],BZONE["The Storm Peaks"],70.06,59.87) - self:addLookupList(MobDB,30222,L["Stormforged Infiltrator"],BZONE["The Storm Peaks"],57.20,63.87) - self:addLookupList(MobDB,30260,L["Stoic Mammoth"],BZONE["The Storm Peaks"],57.31,63.17) + self:addLookupList(MobDB,30208,L["Stormforged Ambusher"],BZONE["The Storm Peaks"],70.07,59.87) + self:addLookupList(MobDB,30222,L["Stormforged Infiltrator"],BZONE["The Storm Peaks"],57.20,63.88) + self:addLookupList(MobDB,30260,L["Stoic Mammoth"],BZONE["The Storm Peaks"],57.32,63.09) self:addLookupList(MobDB,30414,L["Forgotten One"],BZONE["Ahn'kahet: The Old Kingdom"],0,0) self:addLookupList(MobDB,30448,L["Plains Mammoth"],BZONE["The Storm Peaks"],64.57,45.11) - self:addLookupList(MobDB,30660,L["Portal Guardian"],L["Unknown Zone"],0,0) + self:addLookupList(MobDB,30660,L["Portal Guardian"],BZONE["The Violet Hold"],0,0) self:addLookupList(MobDB,30667,L["Azure Sorceror"],BZONE["The Nexus"],0,0) self:addLookupList(MobDB,30668,L["Azure Raider"],BZONE["The Nexus"],0,0) - self:addLookupList(MobDB,30695,L["Portal Keeper"],L["Unknown Zone"],0,0) - self:addLookupList(MobDB,30892,L["Portal Guardian"],L["Unknown Zone"],0,0) - self:addLookupList(MobDB,30893,L["Portal Keeper"],L["Unknown Zone"],0,0) + self:addLookupList(MobDB,30695,L["Portal Keeper"],BZONE["The Violet Hold"],0,0) + self:addLookupList(MobDB,30892,L["Portal Guardian"],BZONE["The Violet Hold"],0,0) + self:addLookupList(MobDB,30893,L["Portal Keeper"],BZONE["The Violet Hold"],0,0) self:addLookupList(MobDB,30921,L["Skeletal Runesmith"],BZONE["Icecrown"],58.74,73.97) self:addLookupList(MobDB,31134,BBOSS["Cyanigosa"],BZONE["The Violet Hold"],0,0) self:addLookupList(MobDB,31321,L["Skeletal Runesmith"],BZONE["Icecrown"],58.67,74.34) - self:addLookupList(MobDB,31702,L["Frostbrood Spawn"],BZONE["Icecrown"],72.35,41.49) + self:addLookupList(MobDB,31702,L["Frostbrood Spawn"],BZONE["Icecrown"],72.36,41.44) self:addLookupList(MobDB,32191,L["Azure Stalker"],BZONE["The Nexus"],0,0) self:addLookupList(MobDB,32289,L["Damned Apothecary"],BZONE["Icecrown"],49.07,34.08) self:addLookupList(MobDB,32290,L["Cult Alchemist"],BZONE["Icecrown"],48.77,34.11) diff --git a/RecipeDB/ARL-Quest.lua b/RecipeDB/ARL-Quest.lua index cf7ff90..d1a2e85 100644 --- a/RecipeDB/ARL-Quest.lua +++ b/RecipeDB/ARL-Quest.lua @@ -47,16 +47,16 @@ function addon:InitQuest(QuestDB) self:addLookupList(QuestDB,296,L["Ormer's Revenge"],BZONE["Wetlands"],38.04,50.721) self:addLookupList(QuestDB,384,L["Beer Basted Boar Ribs"],BZONE["Dun Morogh"],47.18,53.331) self:addLookupList(QuestDB,385,L["Crocolisk Hunting"],BZONE["Loch Modan"],82.02,64.031) - self:addLookupList(QuestDB,418,L["Thelsamar Blood Sausages"],BZONE["Loch Modan"],35.07,49.660) + self:addLookupList(QuestDB,418,L["Thelsamar Blood Sausages"],BZONE["Loch Modan"],35.07,49.661) self:addLookupList(QuestDB,429,L["Wild Hearts"],BZONE["Silverpine Forest"],43.56,41.142) self:addLookupList(QuestDB,471,L["Apprentice's Duties"],BZONE["Wetlands"],8.927,56.071) self:addLookupList(QuestDB,498,L["The Rescue"],BZONE["Hillsbrad Foothills"],62.49,19.952) - self:addLookupList(QuestDB,501,L["Elixir of Pain"],BZONE["Hillsbrad Foothills"],61.58,19.152) + self:addLookupList(QuestDB,501,L["Elixir of Pain"],BZONE["Hillsbrad Foothills"],61.59,19.142) self:addLookupList(QuestDB,555,L["Soothing Turtle Bisque"],BZONE["Hillsbrad Foothills"],51.99,58.981) self:addLookupList(QuestDB,564,L["Costly Menace"],BZONE["Hillsbrad Foothills"],52.06,56.271) self:addLookupList(QuestDB,703,L["Barbecued Buzzard Wings"],BZONE["Badlands"],42.27,53.030) self:addLookupList(QuestDB,715,L["Liquid Stone"],BZONE["Badlands"],26.52,45.310) - self:addLookupList(QuestDB,769,L["Kodo Hide Bag"],BZONE["Thunder Bluff"],43.90,44.692) + self:addLookupList(QuestDB,769,L["Kodo Hide Bag"],BZONE["Thunder Bluff"],43.90,44.682) self:addLookupList(QuestDB,862,L["Dig Rat Stew"],BZONE["The Barrens"],55.00,33.002) self:addLookupList(QuestDB,1487,L["Deviate Eradication"],BZONE["The Barrens"],46.50,35.950) self:addLookupList(QuestDB,1559,L["Flash Bomb Recipe"],BZONE["Badlands"],0,00) diff --git a/RecipeDB/ARL-Tailor.lua b/RecipeDB/ARL-Tailor.lua index beda74d..c92f022 100644 --- a/RecipeDB/ARL-Tailor.lua +++ b/RecipeDB/ARL-Tailor.lua @@ -431,7 +431,7 @@ function addon:InitTailoring(RecipeDB) recipecount = recipecount + 1 self:addTradeSkill(RecipeDB,7630,55,6240,1,3908) self:addTradeFlags(RecipeDB,7630,1,2,4,21,22,23,24,25,26,27,28,29,30,36,40,56) - self:addTradeAcquire(RecipeDB,7630,2,66,2,3364,2,3485,2,3522) + self:addTradeAcquire(RecipeDB,7630,2,66,2,3485,2,3522) -- Blue Linen Robe -- 7633 recipecount = recipecount + 1 @@ -449,7 +449,7 @@ function addon:InitTailoring(RecipeDB) recipecount = recipecount + 1 self:addTradeSkill(RecipeDB,7639,100,6263,1,3908) self:addTradeFlags(RecipeDB,7639,1,2,4,21,22,23,24,25,26,27,28,29,30,36,40,56) - self:addTradeAcquire(RecipeDB,7639,2,843,2,1347,2,2394,2,5944) + self:addTradeAcquire(RecipeDB,7639,2,843,2,1347,2,2394,2,3364,2,5944) -- Greater Adept's Robe -- 7643 recipecount = recipecount + 1 @@ -574,8 +574,8 @@ function addon:InitTailoring(RecipeDB) -- Azure Silk Cloak -- 8786 recipecount = recipecount + 1 self:addTradeSkill(RecipeDB,8786,175,7053,1,3908) - self:addTradeFlags(RecipeDB,8786,1,2,4,21,22,23,24,25,26,27,28,29,30,36,40,60) - self:addTradeAcquire(RecipeDB,8786,2,6574,2,6576) + self:addTradeFlags(RecipeDB,8786,1,4,21,22,23,24,25,26,27,28,29,30,36,40,60) + self:addTradeAcquire(RecipeDB,8786,2,6576) -- Crimson Silk Cloak -- 8789 recipecount = recipecount + 1 @@ -616,8 +616,8 @@ function addon:InitTailoring(RecipeDB) -- Crimson Silk Robe -- 8802 recipecount = recipecount + 1 self:addTradeSkill(RecipeDB,8802,205,7063,1,3908) - self:addTradeFlags(RecipeDB,8802,3,21,22,23,24,25,26,27,28,29,30,36,41,56) - -- No acquire information + self:addTradeFlags(RecipeDB,8802,1,2,4,21,22,23,24,25,26,27,28,29,30,36,40,56) + self:addTradeAcquire(RecipeDB,8802,2,6568) -- Crimson Silk Gloves -- 8804 recipecount = recipecount + 1 @@ -1031,7 +1031,7 @@ function addon:InitTailoring(RecipeDB) recipecount = recipecount + 1 self:addTradeSkill(RecipeDB,18422,275,14134,3,3908) self:addTradeFlags(RecipeDB,18422,1,2,5,11,21,22,23,24,25,26,27,28,29,30,36,41,60) - self:addTradeAcquire(RecipeDB,18422,3,8921,3,9026) + self:addTradeAcquire(RecipeDB,18422,3,8921,3,9026,3,24819) -- Runecloth Boots -- 18423 recipecount = recipecount + 1 @@ -1354,13 +1354,13 @@ function addon:InitTailoring(RecipeDB) -- Festival Dress -- 26403 recipecount = recipecount + 1 self:addTradeSkill(RecipeDB,26403,250,21154,2,3908) - self:addTradeFlags(RecipeDB,26403,1,2,8,21,22,23,24,25,26,27,28,29,30,36,40,56) + self:addTradeFlags(RecipeDB,26403,8,21,22,23,24,25,26,27,28,29,30,36,40,56) self:addTradeAcquire(RecipeDB,26403,4,8878) -- Festive Red Pant Suit -- 26407 recipecount = recipecount + 1 self:addTradeSkill(RecipeDB,26407,250,21542,2,3908) - self:addTradeFlags(RecipeDB,26407,1,2,8,21,22,23,24,25,26,27,28,29,30,36,40) + self:addTradeFlags(RecipeDB,26407,8,21,22,23,24,25,26,27,28,29,30,36,40) self:addTradeAcquire(RecipeDB,26407,4,8878) -- Bolt of Netherweave -- 26745 diff --git a/RecipeDB/ARL-Trainer.lua b/RecipeDB/ARL-Trainer.lua index 28953d5..fcc5401 100644 --- a/RecipeDB/ARL-Trainer.lua +++ b/RecipeDB/ARL-Trainer.lua @@ -42,7 +42,7 @@ function addon:InitTrainer(TrainerDB) self:addLookupList(TrainerDB,514,L["Smith Argus"],BZONE["Elwynn Forest"],41.94,65.831) self:addLookupList(TrainerDB,957,L["Dane Lindgren"],BZONE["Stormwind City"],64.33,37.321) self:addLookupList(TrainerDB,1103,L["Eldrin"],BZONE["Elwynn Forest"],79.63,65.991) - self:addLookupList(TrainerDB,1215,L["Alchemist Mallory"],BZONE["Elwynn Forest"],40.08,49.391) + self:addLookupList(TrainerDB,1215,L["Alchemist Mallory"],BZONE["Elwynn Forest"],40.07,49.391) self:addLookupList(TrainerDB,1241,L["Tognus Flintfire"],BZONE["Dun Morogh"],46.06,51.940) self:addLookupList(TrainerDB,1246,L["Vosur Brakthel"],BZONE["Ironforge"],67.75,54.381) self:addLookupList(TrainerDB,1300,L["Lawrence Schneider"],BZONE["Stormwind City"],53.27,80.971) @@ -61,10 +61,10 @@ function addon:InitTrainer(TrainerDB) self:addLookupList(TrainerDB,1681,L["Brock Stoneseeker"],BZONE["Loch Modan"],36.93,47.771) self:addLookupList(TrainerDB,1699,L["Gremlock Pilsnor"],BZONE["Dun Morogh"],47.64,53.070) self:addLookupList(TrainerDB,1701,L["Dank Drizzlecut"],BZONE["Dun Morogh"],69.24,56.761) - self:addLookupList(TrainerDB,1702,L["Bronk Guzzlegear"],BZONE["Dun Morogh"],49.93,50.641) + self:addLookupList(TrainerDB,1702,L["Bronk Guzzlegear"],BZONE["Dun Morogh"],49.93,50.640) self:addLookupList(TrainerDB,1703,L["Uthrar Threx"],BZONE["Ironforge"],44.05,28.831) self:addLookupList(TrainerDB,2132,L["Carolai Anise"],BZONE["Tirisfal Glades"],60.19,53.152) - self:addLookupList(TrainerDB,2326,L["Thamner Pol"],BZONE["Dun Morogh"],46.96,52.831) + self:addLookupList(TrainerDB,2326,L["Thamner Pol"],BZONE["Dun Morogh"],46.96,52.830) self:addLookupList(TrainerDB,2327,L["Shaina Fuller"],BZONE["Stormwind City"],52.49,45.281) self:addLookupList(TrainerDB,2329,L["Michelle Belle"],BZONE["Elwynn Forest"],42.95,65.851) self:addLookupList(TrainerDB,2391,L["Serge Hinott"],BZONE["Hillsbrad Foothills"],61.61,19.142) @@ -81,7 +81,7 @@ function addon:InitTrainer(TrainerDB) self:addLookupList(TrainerDB,3004,L["Tepa"],BZONE["Thunder Bluff"],43.87,44.942) self:addLookupList(TrainerDB,3007,L["Una"],BZONE["Thunder Bluff"],42.37,43.592) self:addLookupList(TrainerDB,3008,L["Mak"],BZONE["Thunder Bluff"],43.41,43.172) - self:addLookupList(TrainerDB,3009,L["Bena Winterhoof"],BZONE["Thunder Bluff"],47.12,34.092) + self:addLookupList(TrainerDB,3009,L["Bena Winterhoof"],BZONE["Thunder Bluff"],47.12,34.112) self:addLookupList(TrainerDB,3011,L["Teg Dawnstrider"],BZONE["Thunder Bluff"],45.57,40.842) self:addLookupList(TrainerDB,3026,L["Aska Mistrunner"],BZONE["Thunder Bluff"],52.04,52.312) self:addLookupList(TrainerDB,3067,L["Pyall Silentstride"],BZONE["Mulgore"],46.17,58.512) @@ -108,13 +108,13 @@ function addon:InitTrainer(TrainerDB) self:addLookupList(TrainerDB,3478,L["Traugh"],BZONE["The Barrens"],51.54,29.412) self:addLookupList(TrainerDB,3484,L["Kil'hala"],BZONE["The Barrens"],51.98,31.902) self:addLookupList(TrainerDB,3494,L["Tinkerwiz"],BZONE["The Barrens"],62.85,35.700) - self:addLookupList(TrainerDB,3523,L["Bowen Brisboise"],BZONE["Tirisfal Glades"],52.95,55.262) + self:addLookupList(TrainerDB,3523,L["Bowen Brisboise"],BZONE["Tirisfal Glades"],52.95,55.260) self:addLookupList(TrainerDB,3549,L["Shelene Rhobart"],BZONE["Tirisfal Glades"],65.35,60.492) self:addLookupList(TrainerDB,3555,L["Johan Focht"],BZONE["Silverpine Forest"],42.98,41.400) self:addLookupList(TrainerDB,3557,L["Guillaume Sorouy"],BZONE["Silverpine Forest"],42.70,41.050) - self:addLookupList(TrainerDB,3603,L["Cyndra Kindwhisper"],BZONE["Teldrassil"],57.07,59.941) + self:addLookupList(TrainerDB,3603,L["Cyndra Kindwhisper"],BZONE["Teldrassil"],57.07,59.940) self:addLookupList(TrainerDB,3605,L["Nadyia Maneweaver"],BZONE["Teldrassil"],42.06,49.970) - self:addLookupList(TrainerDB,3606,L["Alanna Raveneye"],BZONE["Teldrassil"],37.39,34.541) + self:addLookupList(TrainerDB,3606,L["Alanna Raveneye"],BZONE["Teldrassil"],37.39,34.540) self:addLookupList(TrainerDB,3703,L["Krulmoo Fullmoon"],BZONE["The Barrens"],44.90,60.052) self:addLookupList(TrainerDB,3704,L["Mahani"],BZONE["The Barrens"],45.36,58.982) self:addLookupList(TrainerDB,3964,L["Kylanna"],BZONE["Ashenvale"],51.16,66.811) @@ -129,14 +129,14 @@ function addon:InitTrainer(TrainerDB) self:addLookupList(TrainerDB,4254,L["Geofram Bouldertoe"],BZONE["Ironforge"],51.03,26.881) self:addLookupList(TrainerDB,4258,L["Bengus Deepforge"],BZONE["Ironforge"],52.83,41.841) self:addLookupList(TrainerDB,4552,L["Eunice Burch"],BZONE["Undercity"],63.45,43.802) - self:addLookupList(TrainerDB,4576,L["Josef Gregorian"],BZONE["Undercity"],70.95,30.552) + self:addLookupList(TrainerDB,4576,L["Josef Gregorian"],BZONE["Undercity"],70.95,30.542) self:addLookupList(TrainerDB,4578,L["Josephine Lister"],BZONE["Undercity"],85.52,23.992) self:addLookupList(TrainerDB,4586,L["Graham Van Talen"],BZONE["Undercity"],76.41,73.262) self:addLookupList(TrainerDB,4588,L["Arthur Moore"],BZONE["Undercity"],71.10,58.462) self:addLookupList(TrainerDB,4591,L["Mary Edras"],BZONE["Undercity"],74.04,58.072) self:addLookupList(TrainerDB,4596,L["James Van Brunt"],BZONE["Undercity"],61.75,29.822) self:addLookupList(TrainerDB,4598,L["Brom Killian"],BZONE["Undercity"],56.04,36.012) - self:addLookupList(TrainerDB,4605,L["Basil Frye"],BZONE["Undercity"],59.92,28.822) + self:addLookupList(TrainerDB,4605,L["Basil Frye"],BZONE["Undercity"],60.04,29.032) self:addLookupList(TrainerDB,4609,L["Doctor Marsh"],BZONE["Undercity"],53.00,73.932) self:addLookupList(TrainerDB,4611,L["Doctor Herbert Halsey"],BZONE["Undercity"],47.92,72.832) self:addLookupList(TrainerDB,4616,L["Lavinia Crowe"],BZONE["Undercity"],61.53,61.532) @@ -144,7 +144,7 @@ function addon:InitTrainer(TrainerDB) self:addLookupList(TrainerDB,5150,L["Nissa Firestone"],BZONE["Ironforge"],54.81,59.811) self:addLookupList(TrainerDB,5153,L["Jormund Stonebrow"],BZONE["Ironforge"],43.00,29.341) self:addLookupList(TrainerDB,5157,L["Gimble Thistlefuzz"],BZONE["Ironforge"],60.51,44.991) - self:addLookupList(TrainerDB,5159,L["Daryl Riknussun"],BZONE["Ironforge"],60.73,37.921) + self:addLookupList(TrainerDB,5159,L["Daryl Riknussun"],BZONE["Ironforge"],60.72,37.921) self:addLookupList(TrainerDB,5164,L["Grumnus Steelshaper"],BZONE["Ironforge"],50.87,43.111) self:addLookupList(TrainerDB,5174,L["Springspindle Fizzlegear"],BZONE["Ironforge"],68.80,45.451) self:addLookupList(TrainerDB,5177,L["Tally Berryfizz"],BZONE["Ironforge"],67.10,54.901) @@ -158,13 +158,13 @@ function addon:InitTrainer(TrainerDB) self:addLookupList(TrainerDB,5564,L["Simon Tanner"],BZONE["Stormwind City"],71.84,62.411) self:addLookupList(TrainerDB,5567,L["Sellandus"],BZONE["Stormwind City"],52.11,82.951) self:addLookupList(TrainerDB,5695,L["Vance Undergloom"],BZONE["Tirisfal Glades"],62.00,52.170) - self:addLookupList(TrainerDB,5759,L["Nurse Neela"],BZONE["Tirisfal Glades"],62.18,51.902) + self:addLookupList(TrainerDB,5759,L["Nurse Neela"],BZONE["Tirisfal Glades"],62.18,51.900) self:addLookupList(TrainerDB,5784,L["Waldor"],BZONE["The Barrens"],46.10,36.170) self:addLookupList(TrainerDB,5811,L["Kamari"],BZONE["Orgrimmar"],63.24,45.012) self:addLookupList(TrainerDB,5939,L["Vira Younghoof"],BZONE["Mulgore"],46.73,60.832) self:addLookupList(TrainerDB,5943,L["Rawrk"],BZONE["Durotar"],53.90,42.992) - self:addLookupList(TrainerDB,5997,L["Nethergarde Engineer"],BZONE["Blasted Lands"],61.51,7.4451) - self:addLookupList(TrainerDB,6094,L["Byancie"],BZONE["Teldrassil"],55.63,57.201) + self:addLookupList(TrainerDB,5997,L["Nethergarde Engineer"],BZONE["Blasted Lands"],61.52,7.4641) + self:addLookupList(TrainerDB,6094,L["Byancie"],BZONE["Teldrassil"],55.63,57.200) self:addLookupList(TrainerDB,6286,L["Zarrin"],BZONE["Teldrassil"],57.74,61.640) self:addLookupList(TrainerDB,6297,L["Kurdram Stonehammer"],BZONE["Darkshore"],37.82,41.041) self:addLookupList(TrainerDB,6299,L["Delfrum Flintbeard"],BZONE["Darkshore"],37.93,41.061) @@ -174,7 +174,7 @@ function addon:InitTrainer(TrainerDB) self:addLookupList(TrainerDB,7406,L["Oglethorpe Obnoticus"],BZONE["Stranglethorn Vale"],28.36,76.340) self:addLookupList(TrainerDB,7866,L["Peter Galen"],BZONE["Azshara"],36.94,66.151) self:addLookupList(TrainerDB,7867,L["Thorkaf Dragoneye"],BZONE["Badlands"],62.19,57.742) - self:addLookupList(TrainerDB,7868,L["Sarah Tanner"],BZONE["Searing Gorge"],63.38,75.291) + self:addLookupList(TrainerDB,7868,L["Sarah Tanner"],BZONE["Searing Gorge"],63.38,75.241) self:addLookupList(TrainerDB,7869,L["Brumn Winterhoof"],BZONE["Arathi Highlands"],28.48,44.312) self:addLookupList(TrainerDB,7870,L["Caryssia Moonhunter"],BZONE["Thousand Needles"],9.016,18.781) self:addLookupList(TrainerDB,7871,L["Se'Jib"],BZONE["Stranglethorn Vale"],37.20,34.742) @@ -195,10 +195,10 @@ function addon:InitTrainer(TrainerDB) self:addLookupList(TrainerDB,10278,L["Thrag Stonehoof"],BZONE["Thunder Bluff"],40.21,57.082) self:addLookupList(TrainerDB,11017,L["Roxxik"],BZONE["Orgrimmar"],75.85,22.682) self:addLookupList(TrainerDB,11025,L["Mukdrak"],BZONE["Durotar"],52.32,41.272) - self:addLookupList(TrainerDB,11026,L["Sprite Jumpsprocket"],BZONE["Stormwind City"],62.39,31.381) + self:addLookupList(TrainerDB,11026,L["Sprite Jumpsprocket"],BZONE["Stormwind City"],62.39,31.371) self:addLookupList(TrainerDB,11028,L["Jemma Quikswitch"],BZONE["Ironforge"],68.79,44.391) self:addLookupList(TrainerDB,11029,L["Trixie Quikswitch"],BZONE["Ironforge"],68.85,45.201) - self:addLookupList(TrainerDB,11031,L["Franklin Lloyd"],BZONE["Undercity"],76.82,73.962) + self:addLookupList(TrainerDB,11031,L["Franklin Lloyd"],BZONE["Undercity"],76.82,73.952) self:addLookupList(TrainerDB,11037,L["Jenna Lemkenilli"],BZONE["Darkshore"],37.87,41.111) self:addLookupList(TrainerDB,11041,L["Milla Fairancora"],BZONE["Darnassus"],54.64,22.081) self:addLookupList(TrainerDB,11042,L["Sylvanna Forestmoon"],BZONE["Darnassus"],55.84,24.731) @@ -212,10 +212,10 @@ function addon:InitTrainer(TrainerDB) self:addLookupList(TrainerDB,11052,L["Timothy Worthington"],BZONE["Dustwallow Marsh"],65.82,50.981) self:addLookupList(TrainerDB,11065,L["Thonys Pillarstone"],BZONE["Ironforge"],60.64,44.861) self:addLookupList(TrainerDB,11066,L["Jhag"],BZONE["Orgrimmar"],53.88,38.752) - self:addLookupList(TrainerDB,11067,L["Malcomb Wynn"],BZONE["Undercity"],61.38,61.542) + self:addLookupList(TrainerDB,11067,L["Malcomb Wynn"],BZONE["Undercity"],61.38,61.532) self:addLookupList(TrainerDB,11068,L["Betty Quin"],BZONE["Stormwind City"],52.94,73.881) - self:addLookupList(TrainerDB,11070,L["Lalina Summermoon"],BZONE["Darnassus"],59.72,13.571) - self:addLookupList(TrainerDB,11071,L["Mot Dawnstrider"],BZONE["Thunder Bluff"],45.62,40.652) + self:addLookupList(TrainerDB,11070,L["Lalina Summermoon"],BZONE["Darnassus"],59.71,13.571) + self:addLookupList(TrainerDB,11071,L["Mot Dawnstrider"],BZONE["Thunder Bluff"],45.62,40.642) self:addLookupList(TrainerDB,11072,L["Kitta Firewind"],BZONE["Elwynn Forest"],65.28,69.981) self:addLookupList(TrainerDB,11073,L["Annora"],BZONE["Uldaman"],0,00) self:addLookupList(TrainerDB,11074,L["Hgarth"],BZONE["Stonetalon Mountains"],49.04,56.662) @@ -223,7 +223,7 @@ function addon:InitTrainer(TrainerDB) self:addLookupList(TrainerDB,11083,L["Darianna"],BZONE["Darnassus"],64.93,22.261) self:addLookupList(TrainerDB,11084,L["Tarn"],BZONE["Thunder Bluff"],43.22,43.242) self:addLookupList(TrainerDB,11096,L["Randal Worth"],BZONE["Stormwind City"],72.12,60.711) - self:addLookupList(TrainerDB,11097,L["Drakk Stonehand"],BZONE["The Hinterlands"],13.51,43.351) + self:addLookupList(TrainerDB,11097,L["Drakk Stonehand"],BZONE["The Hinterlands"],13.51,43.350) self:addLookupList(TrainerDB,11098,L["Hahrana Ironhide"],BZONE["Feralas"],75.03,42.870) self:addLookupList(TrainerDB,11146,L["Ironus Coldsteel"],BZONE["Ironforge"],50.96,43.561) self:addLookupList(TrainerDB,11177,L["Okothos Ironrager"],BZONE["Orgrimmar"],80.41,23.292) @@ -240,19 +240,19 @@ function addon:InitTrainer(TrainerDB) self:addLookupList(TrainerDB,16278,L["Sathein"],BZONE["Eversong Woods"],53.73,52.022) self:addLookupList(TrainerDB,16366,L["Sempstress Ambershine"],BZONE["Eversong Woods"],37.33,72.342) self:addLookupList(TrainerDB,16583,L["Rohok"],BZONE["Hellfire Peninsula"],53.04,38.260) - self:addLookupList(TrainerDB,16588,L["Apothecary Antonivich"],BZONE["Hellfire Peninsula"],52.40,35.832) + self:addLookupList(TrainerDB,16588,L["Apothecary Antonivich"],BZONE["Hellfire Peninsula"],52.40,35.830) self:addLookupList(TrainerDB,16633,L["Sedana"],BZONE["Silvermoon City"],69.83,25.562) self:addLookupList(TrainerDB,16634,L["Dolothos"],BZONE["Silvermoon City"],68.62,25.592) self:addLookupList(TrainerDB,16639,L["Galana"],BZONE["Silvermoon City"],57.26,50.322) self:addLookupList(TrainerDB,16640,L["Keelen Sheets"],BZONE["Silvermoon City"],56.84,50.212) self:addLookupList(TrainerDB,16642,L["Camberon"],BZONE["Silvermoon City"],66.87,17.082) self:addLookupList(TrainerDB,16643,L["Razia"],BZONE["Silvermoon City"],67.00,18.322) - self:addLookupList(TrainerDB,16662,L["Alestus"],BZONE["Silvermoon City"],77.82,73.242) + self:addLookupList(TrainerDB,16662,L["Alestus"],BZONE["Silvermoon City"],77.82,73.232) self:addLookupList(TrainerDB,16663,L["Belil"],BZONE["Silvermoon City"],79.25,41.502) self:addLookupList(TrainerDB,16667,L["Danwe"],BZONE["Silvermoon City"],76.69,40.632) self:addLookupList(TrainerDB,16668,L["Gloresse"],BZONE["Silvermoon City"],75.97,39.632) - self:addLookupList(TrainerDB,16669,L["Bemarrin"],BZONE["Silvermoon City"],80.12,38.762) - self:addLookupList(TrainerDB,16671,L["Mirvedon"],BZONE["Silvermoon City"],80.06,36.832) + self:addLookupList(TrainerDB,16669,L["Bemarrin"],BZONE["Silvermoon City"],80.07,41.022) + self:addLookupList(TrainerDB,16671,L["Mirvedon"],BZONE["Silvermoon City"],80.06,36.822) self:addLookupList(TrainerDB,16676,L["Sylann"],BZONE["Silvermoon City"],69.42,70.982) self:addLookupList(TrainerDB,16687,L["Talmar"],BZONE["Silvermoon City"],83.06,80.452) self:addLookupList(TrainerDB,16688,L["Lynalis"],BZONE["Silvermoon City"],83.77,79.132) @@ -276,7 +276,7 @@ function addon:InitTrainer(TrainerDB) self:addLookupList(TrainerDB,16823,L["Humphry"],BZONE["Hellfire Peninsula"],57.20,64.441) self:addLookupList(TrainerDB,17214,L["Anchorite Fateema"],BZONE["Bloodmyst Isle"],53.82,55.011) self:addLookupList(TrainerDB,17215,L["Daedal"],BZONE["Bloodmyst Isle"],53.82,55.141) - self:addLookupList(TrainerDB,17222,L["Artificer Daelo"],BZONE["Azuremyst Isle"],49.14,51.121) + self:addLookupList(TrainerDB,17222,L["Artificer Daelo"],BZONE["Azuremyst Isle"],49.14,51.120) self:addLookupList(TrainerDB,17245,L["Blacksmith Calypso"],BZONE["Azuremyst Isle"],46.71,70.581) self:addLookupList(TrainerDB,17246,L["\"Cookie\" McWeaksauce"],BZONE["Bloodmyst Isle"],53.90,56.071) self:addLookupList(TrainerDB,17424,L["Anchorite Paetheus"],BZONE["Bloodmyst Isle"],55.11,54.781) @@ -286,21 +286,21 @@ function addon:InitTrainer(TrainerDB) self:addLookupList(TrainerDB,17634,L["K. Lee Smallfry"],BZONE["Zangarmarsh"],69.17,49.860) self:addLookupList(TrainerDB,17637,L["Mack Diver"],BZONE["Zangarmarsh"],34.38,51.472) self:addLookupList(TrainerDB,18747,L["Krugosh"],BZONE["Hellfire Peninsula"],55.29,38.020) - self:addLookupList(TrainerDB,18749,L["Dalinna"],BZONE["Undercity"],44.60,36.262) - self:addLookupList(TrainerDB,18751,L["Kalaen"],BZONE["Undercity"],55.96,45.510) + self:addLookupList(TrainerDB,18749,L["Dalinna"],BZONE["Undercity"],44.60,36.260) + self:addLookupList(TrainerDB,18751,L["Kalaen"],BZONE["Undercity"],56.15,45.670) self:addLookupList(TrainerDB,18752,L["Zebig"],BZONE["Hellfire Peninsula"],55.17,38.082) - self:addLookupList(TrainerDB,18753,L["Felannia"],BZONE["Hellfire Peninsula"],52.38,35.992) - self:addLookupList(TrainerDB,18754,L["Barim Spilthoof"],BZONE["Hellfire Peninsula"],56.35,38.392) + self:addLookupList(TrainerDB,18753,L["Felannia"],BZONE["Hellfire Peninsula"],52.38,35.990) + self:addLookupList(TrainerDB,18754,L["Barim Spilthoof"],BZONE["Hellfire Peninsula"],56.35,38.390) self:addLookupList(TrainerDB,18771,L["Brumman"],BZONE["Hellfire Peninsula"],54.61,64.931) self:addLookupList(TrainerDB,18772,L["Hama"],BZONE["Hellfire Peninsula"],54.00,63.580) self:addLookupList(TrainerDB,18773,L["Johan Barnes"],BZONE["Hellfire Peninsula"],53.69,65.771) self:addLookupList(TrainerDB,18774,L["Tatiana"],BZONE["Ironforge"],39.16,37.380) self:addLookupList(TrainerDB,18775,L["Lebowski"],BZONE["Hellfire Peninsula"],56.06,64.901) self:addLookupList(TrainerDB,18779,L["Hurnak Grimmord"],BZONE["Hellfire Peninsula"],57.17,63.730) - self:addLookupList(TrainerDB,18802,L["Alchemist Gribble"],BZONE["Hellfire Peninsula"],54.01,66.041) + self:addLookupList(TrainerDB,18802,L["Alchemist Gribble"],BZONE["Hellfire Peninsula"],54.01,66.040) self:addLookupList(TrainerDB,18804,L["Prospector Nachlan"],BZONE["Bloodmyst Isle"],55.98,55.071) - self:addLookupList(TrainerDB,18987,L["Gaston"],BZONE["Eastern Plaguelands"],50.35,48.061) - self:addLookupList(TrainerDB,18988,L["Baxter"],BZONE["Silvermoon City"],44.59,36.272) + self:addLookupList(TrainerDB,18987,L["Gaston"],BZONE["Eastern Plaguelands"],50.35,48.060) + self:addLookupList(TrainerDB,18988,L["Baxter"],BZONE["Silvermoon City"],44.59,36.270) self:addLookupList(TrainerDB,18993,L["Naka"],BZONE["Silvermoon City"],28.52,34.340) self:addLookupList(TrainerDB,19052,L["Lorokeem"],BZONE["Shattrath City"],46.12,21.650) self:addLookupList(TrainerDB,19063,L["Hamanar"],BZONE["Shattrath City"],35.96,20.950) @@ -309,12 +309,12 @@ function addon:InitTrainer(TrainerDB) self:addLookupList(TrainerDB,19186,L["Kylene"],BZONE["Shattrath City"],75.84,32.840) self:addLookupList(TrainerDB,19187,L["Darmari"],BZONE["Shattrath City"],67.24,66.660) self:addLookupList(TrainerDB,19248,L["Enchanter Salias"],BZONE["Shattrath City"],44.28,90.770) - self:addLookupList(TrainerDB,19249,L["Enchantress Metura"],BZONE["Shattrath City"],43.90,90.390) + self:addLookupList(TrainerDB,19249,L["Enchantress Metura"],BZONE["Shattrath City"],43.90,90.400) self:addLookupList(TrainerDB,19250,L["Enchanter Aeldron"],BZONE["Shattrath City"],43.98,90.340) self:addLookupList(TrainerDB,19251,L["Enchantress Volali"],BZONE["Shattrath City"],43.45,91.950) self:addLookupList(TrainerDB,19252,L["High Enchanter Bardolan"],BZONE["Shattrath City"],43.64,92.010) self:addLookupList(TrainerDB,19341,L["Grutah"],BZONE["Shadowmoon Valley"],30.30,31.000) - self:addLookupList(TrainerDB,19369,L["Celie Steelwing"],BZONE["Shadowmoon Valley"],37.20,57.981) + self:addLookupList(TrainerDB,19369,L["Celie Steelwing"],BZONE["Shadowmoon Valley"],37.20,57.980) self:addLookupList(TrainerDB,19478,L["Fera Palerunner"],BZONE["Blade's Edge Mountains"],53.90,55.182) self:addLookupList(TrainerDB,19539,L["Jazdalaad"],BZONE["Netherstorm"],44.08,34.780) self:addLookupList(TrainerDB,19540,L["Asarnan"],BZONE["Netherstorm"],44.75,34.420) @@ -336,9 +336,9 @@ function addon:InitTrainer(TrainerDB) self:addLookupList(TrainerDB,26907,L["Tisha Longbridge"],BZONE["Howling Fjord"],60.19,64.071) self:addLookupList(TrainerDB,26955,L["Jamesina Watterly"],BZONE["Howling Fjord"],78.14,27.892) self:addLookupList(TrainerDB,26991,L["Sock Brightbolt"],BZONE["Borean Tundra"],57.99,71.981) - self:addLookupList(TrainerDB,28471,L["Lady Alistra"],L["Unknown Zone"],0,01) - self:addLookupList(TrainerDB,28472,L["Lord Thorval"],L["Unknown Zone"],0,01) - self:addLookupList(TrainerDB,28474,L["Amal'thazad"],L["Unknown Zone"],0,00) + self:addLookupList(TrainerDB,28471,L["Lady Alistra"],BZONE["The Scarlet Enclave"],0,01) + self:addLookupList(TrainerDB,28472,L["Lord Thorval"],BZONE["The Scarlet Enclave"],0,01) + self:addLookupList(TrainerDB,28474,L["Amal'thazad"],BZONE["Eastern Plaguelands"],0,00) self:addLookupList(TrainerDB,28697,L["Justin Oshenko"],BZONE["Dalaran"],39.19,26.170) self:addLookupList(TrainerDB,29194,L["Amal'thazad"],BZONE["Eastern Plaguelands"],80.60,46.181) self:addLookupList(TrainerDB,29195,L["Lady Alistra"],BZONE["Eastern Plaguelands"],83.69,43.891) diff --git a/RecipeDB/ARL-Vendor.lua b/RecipeDB/ARL-Vendor.lua index 41f3cf8..a90aab9 100644 --- a/RecipeDB/ARL-Vendor.lua +++ b/RecipeDB/ARL-Vendor.lua @@ -9,7 +9,7 @@ Vendor data for all of Ackis Recipe List Auto-generated using ARLDataminer.rb Entries to this file will be overwritten -318 found from data mining. 0 ignored. +316 found from data mining. 0 ignored. ************************************************************************ @@ -41,9 +41,9 @@ function addon:InitVendor(VendorDB) self:addLookupList(VendorDB,66,L["Tharynn Bouden"],BZONE["Elwynn Forest"],42.20,67.221) self:addLookupList(VendorDB,340,L["Kendor Kabonka"],BZONE["Stormwind City"],76.85,52.131) self:addLookupList(VendorDB,734,L["Corporal Bluth"],BZONE["Stranglethorn Vale"],37.97,4.1851) - self:addLookupList(VendorDB,777,L["Amy Davenport"],BZONE["Redridge Mountains"],29.30,47.221) + self:addLookupList(VendorDB,777,L["Amy Davenport"],BZONE["Redridge Mountains"],29.30,47.220) self:addLookupList(VendorDB,843,L["Gina MacGregor"],BZONE["Westfall"],57.84,54.251) - self:addLookupList(VendorDB,989,L["Banalash"],BZONE["Swamp of Sorrows"],44.90,57.262) + self:addLookupList(VendorDB,989,L["Banalash"],BZONE["Swamp of Sorrows"],44.90,57.260) self:addLookupList(VendorDB,1148,L["Nerrist"],BZONE["Stranglethorn Vale"],32.09,29.432) self:addLookupList(VendorDB,1149,L["Uthok"],BZONE["Stranglethorn Vale"],32.09,28.160) self:addLookupList(VendorDB,1250,L["Drake Lindgren"],BZONE["Elwynn Forest"],83.55,69.381) @@ -57,7 +57,7 @@ function addon:InitVendor(VendorDB) self:addLookupList(VendorDB,1471,L["Jannos Ironwill"],BZONE["Arathi Highlands"],46.11,47.461) self:addLookupList(VendorDB,1474,L["Rann Flamespinner"],BZONE["Loch Modan"],36.00,46.381) self:addLookupList(VendorDB,1669,L["Defias Profiteer"],BZONE["Westfall"],42.98,66.930) - self:addLookupList(VendorDB,1684,L["Khara Deepwater"],BZONE["Loch Modan"],40.51,39.011) + self:addLookupList(VendorDB,1684,L["Khara Deepwater"],BZONE["Loch Modan"],40.50,39.011) self:addLookupList(VendorDB,1685,L["Xandar Goodbeard"],BZONE["Loch Modan"],82.97,63.151) self:addLookupList(VendorDB,2118,L["Abigail Shiel"],BZONE["Tirisfal Glades"],61.30,51.992) self:addLookupList(VendorDB,2380,L["Nandar Branson"],BZONE["Hillsbrad Foothills"],51.20,56.901) @@ -68,7 +68,6 @@ function addon:InitVendor(VendorDB) self:addLookupList(VendorDB,2397,L["Derak Nightfall"],BZONE["Hillsbrad Foothills"],63.35,19.092) self:addLookupList(VendorDB,2480,L["Bro'kin"],BZONE["Alterac Mountains"],39.14,39.400) self:addLookupList(VendorDB,2481,L["Bliztik"],BZONE["Duskwood"],18.05,55.140) - self:addLookupList(VendorDB,2483,L["Jaquilina Dramet"],BZONE["Stranglethorn Vale"],35.87,10.180) self:addLookupList(VendorDB,2663,L["Narkk"],BZONE["Stranglethorn Vale"],27.98,75.240) self:addLookupList(VendorDB,2664,L["Kelsey Yance"],BZONE["Stranglethorn Vale"],28.01,75.110) self:addLookupList(VendorDB,2668,L["Danielle Zipstitch"],BZONE["Duskwood"],76.45,46.681) @@ -76,7 +75,7 @@ function addon:InitVendor(VendorDB) self:addLookupList(VendorDB,2670,L["Xizk Goodstitch"],BZONE["Stranglethorn Vale"],28.29,77.290) self:addLookupList(VendorDB,2679,L["Wenna Silkbeard"],BZONE["Wetlands"],25.71,26.091) self:addLookupList(VendorDB,2682,L["Fradd Swiftgear"],BZONE["Wetlands"],26.64,26.261) - self:addLookupList(VendorDB,2684,L["Rizz Loosebolt"],BZONE["Alterac Mountains"],47.59,35.380) + self:addLookupList(VendorDB,2684,L["Rizz Loosebolt"],BZONE["Alterac Mountains"],47.59,35.390) self:addLookupList(VendorDB,2685,L["Mazk Snipeshot"],BZONE["Stranglethorn Vale"],28.99,75.440) self:addLookupList(VendorDB,2687,L["Gnaz Blunderflame"],BZONE["Stranglethorn Vale"],51.22,36.130) self:addLookupList(VendorDB,2688,L["Ruppo Zipcoil"],BZONE["The Hinterlands"],34.33,38.220) @@ -85,7 +84,7 @@ function addon:InitVendor(VendorDB) self:addLookupList(VendorDB,2699,L["Rikqiz"],BZONE["Stranglethorn Vale"],28.44,76.061) self:addLookupList(VendorDB,2803,L["Malygen"],BZONE["Felwood"],61.99,25.961) self:addLookupList(VendorDB,2805,L["Deneb Walker"],BZONE["Arathi Highlands"],27.18,58.611) - self:addLookupList(VendorDB,2806,L["Bale"],BZONE["Felwood"],34.77,52.872) + self:addLookupList(VendorDB,2806,L["Bale"],BZONE["Felwood"],34.77,52.870) self:addLookupList(VendorDB,2810,L["Hammon Karwn"],BZONE["Arathi Highlands"],46.31,47.351) self:addLookupList(VendorDB,2812,L["Drovnar Strongbrew"],BZONE["Arathi Highlands"],46.40,47.091) self:addLookupList(VendorDB,2814,L["Narj Deepslice"],BZONE["Arathi Highlands"],45.29,47.521) @@ -93,11 +92,11 @@ function addon:InitVendor(VendorDB) self:addLookupList(VendorDB,2821,L["Keena"],BZONE["Orgrimmar"],39.94,33.412) self:addLookupList(VendorDB,2843,L["Jutak"],BZONE["Stranglethorn Vale"],27.61,77.961) self:addLookupList(VendorDB,2846,L["Blixrez Goodstitch"],BZONE["Stranglethorn Vale"],27.96,76.900) - self:addLookupList(VendorDB,3005,L["Mahu"],BZONE["Thunder Bluff"],43.96,44.902) + self:addLookupList(VendorDB,3005,L["Mahu"],BZONE["Thunder Bluff"],43.96,44.892) self:addLookupList(VendorDB,3012,L["Nata Dawnstrider"],BZONE["Thunder Bluff"],45.80,40.772) self:addLookupList(VendorDB,3027,L["Naal Mistrunner"],BZONE["Thunder Bluff"],51.80,51.952) self:addLookupList(VendorDB,3029,L["Sewa Mistrunner"],BZONE["Thunder Bluff"],55.31,48.602) - self:addLookupList(VendorDB,3081,L["Wunna Darkmane"],BZONE["Mulgore"],46.12,58.102) + self:addLookupList(VendorDB,3081,L["Wunna Darkmane"],BZONE["Mulgore"],46.13,58.102) self:addLookupList(VendorDB,3085,L["Gloria Femmel"],BZONE["Redridge Mountains"],26.82,43.041) self:addLookupList(VendorDB,3134,L["Kzixx"],BZONE["Duskwood"],81.98,20.600) self:addLookupList(VendorDB,3178,L["Stuart Fleming"],BZONE["Wetlands"],8.599,59.021) @@ -109,7 +108,7 @@ function addon:InitVendor(VendorDB) self:addLookupList(VendorDB,3366,L["Tamar"],BZONE["Orgrimmar"],63.02,46.422) self:addLookupList(VendorDB,3367,L["Felika"],BZONE["Orgrimmar"],58.26,50.992) self:addLookupList(VendorDB,3400,L["Xen'to"],BZONE["Orgrimmar"],57.15,53.402) - self:addLookupList(VendorDB,3413,L["Sovik"],BZONE["Orgrimmar"],75.72,26.272) + self:addLookupList(VendorDB,3413,L["Sovik"],BZONE["Orgrimmar"],75.72,26.262) self:addLookupList(VendorDB,3482,L["Tari'qa"],BZONE["The Barrens"],51.76,30.722) self:addLookupList(VendorDB,3485,L["Wrahk"],BZONE["The Barrens"],51.98,32.152) self:addLookupList(VendorDB,3489,L["Zargh"],BZONE["The Barrens"],52.26,29.982) @@ -117,13 +116,12 @@ function addon:InitVendor(VendorDB) self:addLookupList(VendorDB,3497,L["Kilxx"],BZONE["The Barrens"],62.98,36.920) self:addLookupList(VendorDB,3499,L["Ranik"],BZONE["The Barrens"],61.87,39.360) self:addLookupList(VendorDB,3522,L["Constance Brisboise"],BZONE["Tirisfal Glades"],52.53,55.662) - self:addLookupList(VendorDB,3537,L["Zixil"],BZONE["Hillsbrad Foothills"],56.48,30.540) + self:addLookupList(VendorDB,3537,L["Zixil"],BZONE["Hillsbrad Foothills"],56.48,30.550) self:addLookupList(VendorDB,3550,L["Martine Tramblay"],BZONE["Tirisfal Glades"],66.01,59.232) - self:addLookupList(VendorDB,3556,L["Andrew Hilbert"],BZONE["Silverpine Forest"],43.31,41.102) + self:addLookupList(VendorDB,3556,L["Andrew Hilbert"],BZONE["Silverpine Forest"],43.31,41.100) self:addLookupList(VendorDB,3683,L["Kiknikle"],BZONE["The Barrens"],42.30,38.620) self:addLookupList(VendorDB,3881,L["Grimtak"],BZONE["Durotar"],52.17,42.262) self:addLookupList(VendorDB,3954,L["Dalria"],BZONE["Ashenvale"],35.29,52.031) - self:addLookupList(VendorDB,3958,L["Lardan"],BZONE["Ashenvale"],34.85,50.031) self:addLookupList(VendorDB,3960,L["Ulthaan"],BZONE["Ashenvale"],50.00,67.311) self:addLookupList(VendorDB,4086,L["Veenix"],BZONE["Stonetalon Mountains"],58.92,51.990) self:addLookupList(VendorDB,4168,L["Elynna"],BZONE["Darnassus"],64.25,22.651) @@ -139,11 +137,13 @@ function addon:InitVendor(VendorDB) self:addLookupList(VendorDB,4305,L["Kriggon Talsone"],BZONE["Westfall"],36.17,89.361) self:addLookupList(VendorDB,4307,L["Heldan Galesong"],BZONE["Darkshore"],37.33,56.241) self:addLookupList(VendorDB,4553,L["Ronald Burch"],BZONE["Undercity"],63.48,43.802) - self:addLookupList(VendorDB,4561,L["Daniel Bartlett"],BZONE["Undercity"],65.10,39.312) - self:addLookupList(VendorDB,4574,L["Lizbeth Cromwell"],BZONE["Undercity"],81.47,31.562) + self:addLookupList(VendorDB,4561,L["Daniel Bartlett"],BZONE["Undercity"],65.10,39.302) + self:addLookupList(VendorDB,4574,L["Lizbeth Cromwell"],BZONE["Undercity"],81.47,31.572) self:addLookupList(VendorDB,4577,L["Millie Gregorian"],BZONE["Undercity"],71.19,28.682) + self:addLookupList(VendorDB,4589,L["Joseph Moore"],BZONE["Undercity"],70.50,59.212) + self:addLookupList(VendorDB,4610,L["Algernon"],BZONE["Undercity"],53.46,73.042) self:addLookupList(VendorDB,4617,L["Thaddeus Webb"],BZONE["Undercity"],61.23,61.292) - self:addLookupList(VendorDB,4775,L["Felicia Doan"],BZONE["Undercity"],65.09,50.042) + self:addLookupList(VendorDB,4775,L["Felicia Doan"],BZONE["Undercity"],65.10,50.042) self:addLookupList(VendorDB,4782,L["Truk Wildbeard"],BZONE["The Hinterlands"],14.52,43.030) self:addLookupList(VendorDB,4877,L["Jandia"],BZONE["Undercity"],35.37,49.662) self:addLookupList(VendorDB,4879,L["Ogg'marr"],BZONE["Dustwallow Marsh"],36.51,31.642) @@ -153,11 +153,10 @@ function addon:InitVendor(VendorDB) self:addLookupList(VendorDB,5160,L["Emrul Riknussun"],BZONE["Ironforge"],60.41,38.771) self:addLookupList(VendorDB,5162,L["Tansy Puddlefizz"],BZONE["Ironforge"],47.89,6.7501) self:addLookupList(VendorDB,5163,L["Burbik Gearspanner"],BZONE["Ironforge"],46.22,27.971) - self:addLookupList(VendorDB,5175,L["Gearcutter Cogspinner"],BZONE["Ironforge"],68.61,44.991) + self:addLookupList(VendorDB,5175,L["Gearcutter Cogspinner"],BZONE["Ironforge"],68.61,45.001) self:addLookupList(VendorDB,5178,L["Soolie Berryfizz"],BZONE["Ironforge"],67.75,54.251) - self:addLookupList(VendorDB,5411,L["Krinkle Goodsteel"],BZONE["Tanaris"],51.90,29.210) self:addLookupList(VendorDB,5483,L["Erika Tate"],BZONE["Stormwind City"],77.93,53.031) - self:addLookupList(VendorDB,5494,L["Catherine Leland"],BZONE["Stormwind City"],55.00,70.261) + self:addLookupList(VendorDB,5494,L["Catherine Leland"],BZONE["Stormwind City"],54.99,70.261) self:addLookupList(VendorDB,5594,L["Alchemist Pestlezugg"],BZONE["Tanaris"],51.28,27.000) self:addLookupList(VendorDB,5748,L["Killian Sanatha"],BZONE["Silverpine Forest"],33.52,18.052) self:addLookupList(VendorDB,5757,L["Lilly"],BZONE["Silverpine Forest"],43.79,50.252) @@ -167,9 +166,7 @@ function addon:InitVendor(VendorDB) self:addLookupList(VendorDB,5942,L["Zansoa"],BZONE["Durotar"],55.97,74.032) self:addLookupList(VendorDB,5944,L["Yonada"],BZONE["The Barrens"],45.54,58.962) self:addLookupList(VendorDB,6568,L["Vizzklick"],BZONE["Tanaris"],51.45,27.090) - self:addLookupList(VendorDB,6574,L["Jun'ha"],BZONE["Arathi Highlands"],73.00,37.962) - self:addLookupList(VendorDB,6576,L["Brienna Starglow"],BZONE["Thousand Needles"],9.061,19.081) - self:addLookupList(VendorDB,6730,L["Jinky Twizzlefixxit"],BZONE["Thousand Needles"],77.85,77.860) + self:addLookupList(VendorDB,6576,L["Brienna Starglow"],BZONE["Thousand Needles"],9.060,19.071) self:addLookupList(VendorDB,6731,L["Harlown Darkweave"],BZONE["Ashenvale"],18.22,60.151) self:addLookupList(VendorDB,6777,L["Zan Shivsproket"],BZONE["Alterac Mountains"],85.93,79.930) self:addLookupList(VendorDB,7733,L["Innkeeper Fizzgrimble"],BZONE["Ironforge"],56.36,80.700) @@ -182,7 +179,7 @@ function addon:InitVendor(VendorDB) self:addLookupList(VendorDB,8145,L["Sheendra Tallgrass"],BZONE["Feralas"],75.22,42.942) self:addLookupList(VendorDB,8150,L["Janet Hommers"],BZONE["Desolace"],65.91,7.0301) self:addLookupList(VendorDB,8157,L["Logannas"],BZONE["Feralas"],32.02,44.100) - self:addLookupList(VendorDB,8177,L["Rartar"],BZONE["Swamp of Sorrows"],44.93,57.520) + self:addLookupList(VendorDB,8176,L["Gharash"],BZONE["Swamp of Sorrows"],45.83,52.302) self:addLookupList(VendorDB,8178,L["Nina Lightbrew"],BZONE["Blasted Lands"],66.95,19.281) self:addLookupList(VendorDB,8307,L["Tarban Hearthgrain"],BZONE["The Barrens"],54.86,32.632) self:addLookupList(VendorDB,8363,L["Shadi Mistrunner"],BZONE["Thunder Bluff"],40.09,61.982) @@ -209,7 +206,8 @@ function addon:InitVendor(VendorDB) self:addLookupList(VendorDB,12043,L["Kulwia"],BZONE["Stonetalon Mountains"],45.96,60.192) self:addLookupList(VendorDB,12245,L["Vendor-Tron 1000"],BZONE["Desolace"],60.26,38.860) self:addLookupList(VendorDB,12246,L["Super-Seller 680"],BZONE["Desolace"],41.24,79.000) - self:addLookupList(VendorDB,12941,L["Jase Farlane"],BZONE["Eastern Plaguelands"],74.75,52.200) + self:addLookupList(VendorDB,12941,L["Jase Farlane"],BZONE["Eastern Plaguelands"],74.74,52.200) + self:addLookupList(VendorDB,12942,L["Leonard Porter"],BZONE["Western Plaguelands"],43.04,84.741) self:addLookupList(VendorDB,12943,L["Werg Thickblade"],BZONE["Tirisfal Glades"],83.88,69.672) self:addLookupList(VendorDB,12944,L["Lokhtos Darkbargainer"],BZONE["Blackrock Depths"],0,00) self:addLookupList(VendorDB,12958,L["Gigget Zipcoil"],BZONE["The Hinterlands"],34.33,38.970) @@ -232,14 +230,14 @@ function addon:InitVendor(VendorDB) self:addLookupList(VendorDB,16388,L["Koren"],BZONE["Karazhan"],0,00) self:addLookupList(VendorDB,16583,L["Rohok"],BZONE["Hellfire Peninsula"],53.04,38.260) self:addLookupList(VendorDB,16585,L["Cookie One-Eye"],BZONE["Hellfire Peninsula"],55.27,40.792) - self:addLookupList(VendorDB,16588,L["Apothecary Antonivich"],BZONE["Hellfire Peninsula"],52.40,35.832) + self:addLookupList(VendorDB,16588,L["Apothecary Antonivich"],BZONE["Hellfire Peninsula"],52.40,35.830) self:addLookupList(VendorDB,16624,L["Gelanthis"],BZONE["Silvermoon City"],90.88,75.412) self:addLookupList(VendorDB,16635,L["Lyna"],BZONE["Silvermoon City"],69.89,24.682) self:addLookupList(VendorDB,16638,L["Deynna"],BZONE["Silvermoon City"],56.21,50.612) self:addLookupList(VendorDB,16641,L["Melaris"],BZONE["Silvermoon City"],66.74,19.232) self:addLookupList(VendorDB,16657,L["Feera"],BZONE["The Exodar"],55.47,90.531) self:addLookupList(VendorDB,16670,L["Eriden"],BZONE["Silvermoon City"],80.12,35.412) - self:addLookupList(VendorDB,16677,L["Quelis"],BZONE["Silvermoon City"],69.45,70.112) + self:addLookupList(VendorDB,16677,L["Quelis"],BZONE["Silvermoon City"],69.45,70.152) self:addLookupList(VendorDB,16689,L["Zaralda"],BZONE["Silvermoon City"],83.99,80.782) self:addLookupList(VendorDB,16705,L["Altaa"],BZONE["The Exodar"],28.12,62.171) self:addLookupList(VendorDB,16713,L["Arras"],BZONE["The Exodar"],60.45,88.431) @@ -257,7 +255,7 @@ function addon:InitVendor(VendorDB) self:addLookupList(VendorDB,17904,L["Fedryen Swiftspear"],BZONE["Zangarmarsh"],79.27,66.960) self:addLookupList(VendorDB,18005,L["Haalrun"],BZONE["Zangarmarsh"],68.19,49.080) self:addLookupList(VendorDB,18011,L["Zurai"],BZONE["Zangarmarsh"],85.20,57.920) - self:addLookupList(VendorDB,18015,L["Gambarinka"],BZONE["Zangarmarsh"],31.77,49.652) + self:addLookupList(VendorDB,18015,L["Gambarinka"],BZONE["Zangarmarsh"],31.77,49.650) self:addLookupList(VendorDB,18017,L["Seer Janidi"],BZONE["Zangarmarsh"],31.95,52.050) self:addLookupList(VendorDB,18255,L["Apprentice Darius"],BZONE["Orgrimmar"],48.74,80.890) self:addLookupList(VendorDB,18382,L["Mycah"],BZONE["Zangarmarsh"],18.43,51.110) @@ -265,21 +263,21 @@ function addon:InitVendor(VendorDB) self:addLookupList(VendorDB,18484,L["Wind Trader Lathrai"],BZONE["Shattrath City"],72.68,31.840) self:addLookupList(VendorDB,18664,L["Aged Dalaran Wizard"],BZONE["Old Hillsbrad Foothills"],0,00) self:addLookupList(VendorDB,18672,L["Thomas Yance"],BZONE["Old Hillsbrad Foothills"],0,00) - self:addLookupList(VendorDB,18753,L["Felannia"],BZONE["Hellfire Peninsula"],52.38,35.992) + self:addLookupList(VendorDB,18753,L["Felannia"],BZONE["Hellfire Peninsula"],52.38,35.990) self:addLookupList(VendorDB,18773,L["Johan Barnes"],BZONE["Hellfire Peninsula"],53.69,65.771) self:addLookupList(VendorDB,18775,L["Lebowski"],BZONE["Hellfire Peninsula"],56.06,64.901) - self:addLookupList(VendorDB,18802,L["Alchemist Gribble"],BZONE["Hellfire Peninsula"],54.01,66.041) + self:addLookupList(VendorDB,18802,L["Alchemist Gribble"],BZONE["Hellfire Peninsula"],54.01,66.040) self:addLookupList(VendorDB,18821,L["Quartermaster Jaffrey Noreliqe"],BZONE["Nagrand"],42.37,45.032) self:addLookupList(VendorDB,18822,L["Quartermaster Davian Vaclav"],BZONE["Nagrand"],41.08,43.981) self:addLookupList(VendorDB,18911,L["Juno Dufrain"],BZONE["Zangarmarsh"],78.16,64.870) self:addLookupList(VendorDB,18951,L["Erilia"],BZONE["Eversong Woods"],56.05,54.452) - self:addLookupList(VendorDB,18957,L["Innkeeper Grilka"],BZONE["Silvermoon City"],39.14,58.02) + self:addLookupList(VendorDB,18957,L["Innkeeper Grilka"],BZONE["Silvermoon City"],40.77,60.412) self:addLookupList(VendorDB,18960,L["Rungor"],BZONE["Terokkar Forest"],48.97,46.750) - self:addLookupList(VendorDB,18990,L["Burko"],BZONE["Hellfire Peninsula"],23.10,38.951) + self:addLookupList(VendorDB,18990,L["Burko"],BZONE["Hellfire Peninsula"],23.10,38.950) self:addLookupList(VendorDB,18991,L["Aresella"],BZONE["Hellfire Peninsula"],26.29,62.292) self:addLookupList(VendorDB,19004,L["Vodesiin"],BZONE["Hellfire Peninsula"],24.04,39.191) self:addLookupList(VendorDB,19015,L["Mathar G'ochar"],BZONE["Nagrand"],56.27,38.152) - self:addLookupList(VendorDB,19017,L["Borto"],BZONE["Nagrand"],53.98,71.241) + self:addLookupList(VendorDB,19017,L["Borto"],BZONE["Nagrand"],53.98,71.240) self:addLookupList(VendorDB,19038,L["Supply Officer Mills"],BZONE["Terokkar Forest"],56.01,54.081) self:addLookupList(VendorDB,19042,L["Leeli Longhaggle"],BZONE["Terokkar Forest"],57.48,53.110) self:addLookupList(VendorDB,19074,L["Skreah"],BZONE["Shattrath City"],46.48,20.150) @@ -289,11 +287,11 @@ function addon:InitVendor(VendorDB) self:addLookupList(VendorDB,19234,L["Yurial Soulwater"],BZONE["Shattrath City"],44.76,97.250) self:addLookupList(VendorDB,19296,L["Innkeeper Biribi"],BZONE["Ironforge"],50.87,74.301) self:addLookupList(VendorDB,19321,L["Quartermaster Endarin"],BZONE["Shattrath City"],48.19,26.821) - self:addLookupList(VendorDB,19331,L["Quartermaster Enuril"],BZONE["Shattrath City"],60.00,63.870) + self:addLookupList(VendorDB,19331,L["Quartermaster Enuril"],BZONE["Shattrath City"],60.31,63.940) self:addLookupList(VendorDB,19342,L["Krek Cragcrush"],BZONE["Shadowmoon Valley"],29.59,31.230) - self:addLookupList(VendorDB,19351,L["Daggle Ironshaper"],BZONE["Shadowmoon Valley"],36.95,54.681) + self:addLookupList(VendorDB,19351,L["Daggle Ironshaper"],BZONE["Shadowmoon Valley"],36.95,54.680) self:addLookupList(VendorDB,19373,L["Mari Stonehand"],BZONE["Shadowmoon Valley"],37.07,55.150) - self:addLookupList(VendorDB,19383,L["Captured Gnome"],BZONE["Zangarmarsh"],32.47,49.452) + self:addLookupList(VendorDB,19383,L["Captured Gnome"],BZONE["Zangarmarsh"],32.47,49.450) self:addLookupList(VendorDB,19521,L["Arrond"],BZONE["Shadowmoon Valley"],55.79,59.330) self:addLookupList(VendorDB,19537,L["Dealer Malij"],BZONE["Netherstorm"],44.01,34.470) self:addLookupList(VendorDB,19540,L["Asarnan"],BZONE["Netherstorm"],44.75,34.420) @@ -303,10 +301,10 @@ function addon:InitVendor(VendorDB) self:addLookupList(VendorDB,19694,L["Loolruna"],BZONE["Zangarmarsh"],68.32,49.280) self:addLookupList(VendorDB,19722,L["Muheru the Weaver"],BZONE["Zangarmarsh"],41.14,28.130) self:addLookupList(VendorDB,19836,L["Mixie Farshot"],BZONE["Hellfire Peninsula"],60.98,81.972) - self:addLookupList(VendorDB,19837,L["Daga Ramba"],BZONE["Blade's Edge Mountains"],51.60,58.072) - self:addLookupList(VendorDB,20028,L["Doba"],BZONE["Blade's Edge Mountains"],28.60,92.441) + self:addLookupList(VendorDB,19837,L["Daga Ramba"],BZONE["Blade's Edge Mountains"],51.60,58.070) + self:addLookupList(VendorDB,20028,L["Doba"],BZONE["Blade's Edge Mountains"],28.60,92.440) self:addLookupList(VendorDB,20096,L["Uriku"],BZONE["Nagrand"],56.10,72.981) - self:addLookupList(VendorDB,20097,L["Nula the Butcher"],BZONE["Nagrand"],58.12,35.300) + self:addLookupList(VendorDB,20097,L["Nula the Butcher"],BZONE["Nagrand"],58.12,35.310) self:addLookupList(VendorDB,20241,L["Provisioner Nasela"],BZONE["Nagrand"],53.75,36.982) self:addLookupList(VendorDB,20242,L["Karaaz"],BZONE["Netherstorm"],44.30,35.090) self:addLookupList(VendorDB,20916,L["Xerintha Ravenoak"],BZONE["Blade's Edge Mountains"],62.02,40.040) @@ -324,37 +322,37 @@ function addon:InitVendor(VendorDB) self:addLookupList(VendorDB,23437,L["Indormi"],BZONE["Hyjal Summit"],0,00) self:addLookupList(VendorDB,25032,L["Eldara Dawnrunner"],BZONE["Shattrath City"],55.25,2.8280) self:addLookupList(VendorDB,25950,L["Shaani"],BZONE["Isle of Quel'Danas"],51.04,33.240) - self:addLookupList(VendorDB,26569,L["Alys Vol'tyr"],BZONE["Dragonblight"],36.03,46.952) + self:addLookupList(VendorDB,26569,L["Alys Vol'tyr"],BZONE["Dragonblight"],36.03,46.950) self:addLookupList(VendorDB,26868,L["Provisioner Lorkran"],BZONE["Grizzly Hills"],22.48,65.900) - self:addLookupList(VendorDB,26947,L["Vix Chromeblaster"],BZONE["Borean Tundra"],31.32,40.902) - self:addLookupList(VendorDB,27030,L["Bradley Towns"],BZONE["Dragonblight"],77.05,59.882) + self:addLookupList(VendorDB,26947,L["Vix Chromeblaster"],BZONE["Borean Tundra"],31.32,40.900) + self:addLookupList(VendorDB,27030,L["Bradley Towns"],BZONE["Dragonblight"],77.05,59.880) self:addLookupList(VendorDB,27054,L["Modoru"],BZONE["Ironforge"],35.52,52.581) self:addLookupList(VendorDB,27147,L["Librarian Erickson"],BZONE["Borean Tundra"],45.94,32.680) self:addLookupList(VendorDB,27666,L["Ontuvo"],BZONE["Zul'Aman"],0,00) self:addLookupList(VendorDB,28714,L["Ildine Sorrowspear"],BZONE["Dalaran"],39.20,40.990) self:addLookupList(VendorDB,28721,L["Tiffany Cartier"],BZONE["Orgrimmar"],32.22,26.740) self:addLookupList(VendorDB,29510,L["Linna Bruder"],BZONE["Dalaran"],34.71,33.560) - self:addLookupList(VendorDB,29511,L["Lalla Brightweave"],BZONE["Dalaran"],36.70,33.310) - self:addLookupList(VendorDB,29512,L["Ainderu Summerleaf"],BZONE["Dalaran"],37.06,33.730) + self:addLookupList(VendorDB,29511,L["Lalla Brightweave"],BZONE["Dalaran"],36.71,33.320) + self:addLookupList(VendorDB,29512,L["Ainderu Summerleaf"],BZONE["Dalaran"],37.06,33.740) self:addLookupList(VendorDB,30431,L["Veteran Crusader Aliocha Segard"],BZONE["Icecrown"],88.02,76.900) self:addLookupList(VendorDB,30489,L["Morgan Day"],BZONE["Wintergrasp"],49.13,18.091) - self:addLookupList(VendorDB,31031,L["Misensi"],BZONE["Dalaran"],69.77,37.760) - self:addLookupList(VendorDB,31032,L["Derek Odds"],BZONE["Dalaran"],41.15,65.761) + self:addLookupList(VendorDB,31031,L["Misensi"],BZONE["Icecrown"],52.43,56.400) + self:addLookupList(VendorDB,31032,L["Derek Odds"],BZONE["Dalaran"],41.15,65.770) self:addLookupList(VendorDB,31910,L["Geen"],BZONE["Sholazar Basin"],54.22,56.980) - self:addLookupList(VendorDB,31911,L["Tanak"],BZONE["Sholazar Basin"],55.09,68.930) + self:addLookupList(VendorDB,31911,L["Tanak"],BZONE["Sholazar Basin"],55.09,68.940) self:addLookupList(VendorDB,31916,L["Tanaika"],BZONE["Howling Fjord"],25.77,58.720) self:addLookupList(VendorDB,32287,L["Archmage Alvareaux"],BZONE["Dalaran"],26.45,47.850) - self:addLookupList(VendorDB,32294,L["Knight Dameron"],BZONE["Wintergrasp"],51.49,17.480) + self:addLookupList(VendorDB,32294,L["Knight Dameron"],BZONE["Wintergrasp"],51.40,17.610) self:addLookupList(VendorDB,32296,L["Stone Guard Mukar"],BZONE["Wintergrasp"],51.15,17.830) self:addLookupList(VendorDB,32514,L["Vanessa Sellers"],BZONE["Dalaran"],38.69,40.760) - self:addLookupList(VendorDB,32515,L["Braeg Stoutbeard"],BZONE["Dalaran"],38.53,29.560) - self:addLookupList(VendorDB,32533,L["Cielstrasza"],BZONE["Dragonblight"],60.06,54.830) + self:addLookupList(VendorDB,32515,L["Braeg Stoutbeard"],BZONE["Dalaran"],38.52,29.600) + self:addLookupList(VendorDB,32533,L["Cielstrasza"],BZONE["Dragonblight"],60.05,54.110) self:addLookupList(VendorDB,32538,L["Duchess Mynx"],BZONE["Icecrown"],43.74,20.230) self:addLookupList(VendorDB,32540,L["Lillehoff"],BZONE["The Storm Peaks"],65.78,61.570) - self:addLookupList(VendorDB,32564,L["Logistics Officer Silverstone"],BZONE["Borean Tundra"],57.56,66.111) - self:addLookupList(VendorDB,32565,L["Gara Skullcrush"],BZONE["Borean Tundra"],40.84,54.092) + self:addLookupList(VendorDB,32564,L["Logistics Officer Silverstone"],BZONE["Borean Tundra"],57.56,66.110) + self:addLookupList(VendorDB,32565,L["Gara Skullcrush"],BZONE["Borean Tundra"],40.84,54.090) self:addLookupList(VendorDB,32763,L["Sairuk"],BZONE["Dragonblight"],48.95,76.270) - self:addLookupList(VendorDB,32773,L["Logistics Officer Brighton"],BZONE["Howling Fjord"],60.28,63.991) - self:addLookupList(VendorDB,32774,L["Sebastian Crane"],BZONE["Howling Fjord"],79.54,32.812) + self:addLookupList(VendorDB,32773,L["Logistics Officer Brighton"],BZONE["Howling Fjord"],60.28,63.990) + self:addLookupList(VendorDB,32774,L["Sebastian Crane"],BZONE["Howling Fjord"],79.54,32.810) end diff --git a/RecipeStats.txt b/RecipeStats.txt index e4b5c24..4db0702 100644 --- a/RecipeStats.txt +++ b/RecipeStats.txt @@ -1,79 +1,61 @@ Unknown zones: - "Amal'thazad" => "", - "Crystalline Keeper" => "", - "Durnholde Sentry" => "", - "Enslaved Proto-Drake" => "", - "Krystallus" => "", - "Lady Alistra" => "", - "Lord Thorval" => "", - "Mage Slayer" => "", - "Nightmare Scalebane" => "", - "Overlord Wyrmthalak" => "", - "Portal Guardian" => "", - "Portal Keeper" => "", - "Primordial Behemoth" => "", - "Risen Drakkari Death Knight" => "", - "Scarlet Myrmidon" => "", - "Shattered Hand Champion" => "", - "Stormforged Giant" => "", - "Subterranean Diemetradon" => "", Unknown faction: - #"40 Tickets - Schematic: Steam Tonk Controller" => "0", # + #"40 Tickets - Schematic: Steam Tonk Controller" => "Unknown", # #"Ainethil" => "1", # 1657 - #"Alanna Raveneye" => "1", # N/A - #"Alchemist Gribble" => "1", # N/A + #"Alanna Raveneye" => "Unknown", # 141 + #"Alchemist Gribble" => "Unknown", # 3483 #"Alegorn" => "1", # 1657 #"Aleinia" => "2", # 3430 #"Alexandra Bolero" => "1", # 1519 - #"Alys Vol'tyr" => "2", # N/A + #"Alys Vol'tyr" => "Unknown", # 65 #"Amin" => "2", # 3487 - #"Amy Davenport" => "1", # N/A + #"Amy Davenport" => "Unknown", # 44 #"Ancient Female Vrykul" => "Unknown", # 495 - #"Andrew Hilbert" => "2", # N/A - #"Apothecary Antonivich" => "2", # N/A + #"Andrew Hilbert" => "Unknown", # 130 + #"Apothecary Antonivich" => "Unknown", # 3483 #"Arnok" => "2", # 1637 #"Arras" => "1", # 3557 #"Arred" => "1", # 3557 - #"Artificer Daelo" => "1", # N/A - #"Bale" => "2", # N/A - #"Banalash" => "2", # N/A - #"Barim Spilthoof" => "2", # N/A - #"Baxter" => "2", # N/A + #"Artificer Daelo" => "Unknown", # 3524 + #"Bale" => "Unknown", # 361 + #"Banalash" => "Unknown", # 8 + #"Barim Spilthoof" => "Unknown", # 3483 + #"Baxter" => "Unknown", # 17 #"Belil" => "2", # 3487 #"Bemarrin" => "2", # 3487 #"Betty Quin" => "1", # 1519 #"Borgosh Corebender" => "2", # 1637 #"Borgus Steelhand" => "1", # 1519 - #"Borto" => "1", # N/A + #"Borto" => "Unknown", # 3518 #"Borya" => "2", # 1637 - #"Bowen Brisboise" => "2", # N/A - #"Bradley Towns" => "2", # N/A + #"Bowen Brisboise" => "Unknown", # 85 + #"Bradley Towns" => "Unknown", # 65 #"Brek Stonehoof" => "2", # 1638 - #"Bronk Guzzlegear" => "1", # N/A + #"Bronk Guzzlegear" => "Unknown", # 1 #"Burbik Gearspanner" => "1", # 1537 - #"Burko" => "1", # N/A - #"Byancie" => "1", # N/A + #"Burko" => "Unknown", # 3483 + #"Byancie" => "Unknown", # 141 #"Camberon" => "2", # 3487 - #"Captured Gnome" => "2", # N/A - #"Celie Steelwing" => "1", # N/A - #"Cluster Launcher" => "0", # - #"Cyndra Kindwhisper" => "1", # N/A - #"Daga Ramba" => "2", # N/A - #"Daggle Ironshaper" => "1", # N/A - #"Dalinna" => "2", # N/A + #"Captured Gnome" => "Unknown", # 3521 + #"Celie Steelwing" => "Unknown", # 3520 + #"Cluster Launcher" => "Unknown", # + #"Cyndra Kindwhisper" => "Unknown", # 141 + #"Daga Ramba" => "Unknown", # 3522 + #"Daggle Ironshaper" => "Unknown", # 3520 + #"Dalinna" => "Unknown", # 139 #"Dane Lindgren" => "1", # 1519 #"Daniel Bartlett" => "2", # 1497 #"Dannelor" => "1", # 1657 #"Danwe" => "2", # 3487 #"Darianna" => "1", # 1657 - #"Derek Odds" => "1", # N/A + #"Derek Odds" => "Unknown", # 65 #"Deynna" => "2", # 3487 - #"Doba" => "1", # N/A + #"Doba" => "Unknown", # 3521 #"Doctor Herbert Halsey" => "2", # 1497 #"Doctor Marsh" => "2", # 1497 #"Dolothos" => "2", # 3487 - #"Drakk Stonehand" => "1", # N/A + #"Drakk Stonehand" => "Unknown", # 47 #"Edrem" => "1", # 3557 #"Egomis" => "1", # 3557 #"Elynna" => "1", # 1657 @@ -82,23 +64,23 @@ Unknown faction: #"Faldron" => "1", # 1657 #"Farii" => "1", # 3557 #"Feera" => "1", # 3557 - #"Felannia" => "2", # N/A + #"Felannia" => "Unknown", # 3483 #"Felicia Doan" => "2", # 1497 #"Felika" => "2", # 1637 #"Feruul" => "1", # 3557 - #"Festive Recipes" => "0", # + #"Festive Recipes" => "Unknown", # #"Fimble Finespindle" => "1", # 1537 - #"Firework Launcher" => "0", # - #"Flash Bomb Recipe" => "0", # + #"Firework Launcher" => "Unknown", # + #"Flash Bomb Recipe" => "Unknown", # #"Franklin Lloyd" => "2", # 1497 #"Fyldan" => "1", # 1657 - #"Gambarinka" => "2", # N/A - #"Gara Skullcrush" => "2", # N/A - #"Gaston" => "1", # N/A + #"Gambarinka" => "Unknown", # 3521 + #"Gara Skullcrush" => "Unknown", # 3537 + #"Gaston" => "Unknown", # 139 #"Gearcutter Cogspinner" => "1", # 1537 #"Gelanthis" => "2", # 3487 #"Gelman Stonehand" => "1", # 1519 - #"Georgio Bolero" => "1", # N/A + #"Georgio Bolero" => "1", # 1519 #"Ghak Healtouch" => "Unknown", # 38 #"Ghermas" => "1", # 3557 #"Gimble Thistlefuzz" => "1", # 1537 @@ -106,7 +88,7 @@ Unknown faction: #"Godan" => "2", # 1637 #"Gorgolon the All-seeing" => "None", # Unknown #"Graham Van Talen" => "2", # 1497 - #"Great-father Winter" => "0", # N/A + #"Great-father Winter" => "None", # Unknown #"Gremlock Pilsnor" => "Unknown", # 1 #"Grutah" => "Unknown", # 3520 #"Guillaume Sorouy" => "Unknown", # 130 @@ -116,19 +98,20 @@ Unknown faction: #"Hahrana Ironhide" => "Unknown", # 357 #"Hama" => "Unknown", # 3483 #"Hurnak Grimmord" => "Unknown", # 3483 - #"Imperial Plate Belt" => "0", # - #"Imperial Plate Boots" => "0", # - #"Imperial Plate Bracer" => "0", # - #"Imperial Plate Chest" => "0", # - #"Imperial Plate Helm" => "0", # - #"Imperial Plate Leggings" => "0", # - #"Imperial Plate Shoulders" => "0", # + #"Imperial Plate Belt" => "Unknown", # + #"Imperial Plate Boots" => "Unknown", # + #"Imperial Plate Bracer" => "Unknown", # + #"Imperial Plate Chest" => "Unknown", # + #"Imperial Plate Helm" => "Unknown", # + #"Imperial Plate Leggings" => "Unknown", # + #"Imperial Plate Shoulders" => "Unknown", # #"Innkeeper Grilka" => "2", # 14 #"James Van Brunt" => "2", # 1497 #"Jessara Cordell" => "1", # 1519 #"Jhag" => "2", # 1637 #"Johan Focht" => "Unknown", # 130 #"Josef Gregorian" => "2", # 1497 + #"Joseph Moore" => "2", # 1497 #"Josephine Lister" => "2", # 1497 #"K. Lee Smallfry" => "Unknown", # 3521 #"Kalaen" => "Unknown", # 85 @@ -153,8 +136,8 @@ Unknown faction: #"Lilyssia Nightbreeze" => "1", # 1519 #"Linna Bruder" => "Unknown", # 4395 #"Logannas" => "Unknown", # 357 - #"Logistics Officer Brighton" => "1", # N/A - #"Logistics Officer Silverstone" => "1", # N/A + #"Logistics Officer Brighton" => "Unknown", # 495 + #"Logistics Officer Silverstone" => "Unknown", # 3537 #"Loolruna" => "Unknown", # 3521 #"Lucan Cordell" => "1", # 1519 #"Lyna" => "2", # 3487 @@ -183,7 +166,7 @@ Unknown faction: #"Nissa Firestone" => "1", # 1537 #"Nogg" => "2", # 1637 #"Nula the Butcher" => "Unknown", # 3518 - #"Nurse Neela" => "2", # N/A + #"Nurse Neela" => "Unknown", # 85 #"Nus" => "1", # 3557 #"Nyoma" => "Unknown", # 141 #"Okothos Ironrager" => "2", # 1637 @@ -193,7 +176,6 @@ Unknown faction: #"Provisioner Lorkran" => "Unknown", # 394 #"Quartermaster Urgronn" => "Unknown", # 3483 #"Randal Worth" => "1", # 1519 - #"Rartar" => "Unknown", # 8 #"Rawrk" => "2", # 14 #"Razia" => "2", # 3487 #"Refik" => "1", # 3557 @@ -206,7 +188,7 @@ Unknown faction: #"Saenorion" => "1", # 1657 #"Saru Steelfury" => "2", # 1637 #"Sassa Weldwell" => "Unknown", # 3522 - #"Sebastian Crane" => "2", # N/A + #"Sebastian Crane" => "Unknown", # 139 #"Sedana" => "2", # 3487 #"Seer Janidi" => "Unknown", # 3521 #"Sellandus" => "1", # 1519 @@ -231,7 +213,7 @@ Unknown faction: #"Tel'Athir" => "1", # 1519 #"Telonis" => "1", # 1657 #"Thaddeus Webb" => "2", # 1497 - #"Thamner Pol" => "1", # N/A + #"Thamner Pol" => "Unknown", # 1 #"Thonys Pillarstone" => "1", # 1537 #"Thund" => "2", # 1637 #"Tilli Thistlefuzz" => "1", # 1537 @@ -247,7 +229,7 @@ Unknown faction: #"Vance Undergloom" => "Unknown", # 85 #"Vhan" => "2", # 1638 #"Victor Ward" => "Unknown", # 406 - #"Vix Chromeblaster" => "2", # N/A + #"Vix Chromeblaster" => "Unknown", # 3537 #"Wulan" => "Unknown", # 405 #"Xen'to" => "2", # 1637 #"Xylinnia Starshine" => "Unknown", # 357 @@ -259,1372 +241,1082 @@ Unknown faction: #"Zarrin" => "Unknown", # 141 #"Zurai" => "Unknown", # 3521 -Instance mobs: - "Abomination", - "Akil'zon", - "Amani Dragonhawk", - "Amani Elder Lynx", - "Amani'shi Axe Thrower", - "Amani'shi Beast Tamer", - "Amani'shi Flame Caster", - "Amani'shi Guardian", - "Amani'shi Handler", - "Amani'shi Scout", - "Amani'shi Tribesman", - "Amani'shi Warbringer", - "Amani'shi Wind Walker", - "Anetheron", - "Anguished Dead", - "Anub'ar Guardian", - "Anub'ar Prime Guard", - "Anub'ar Venomancer", - "Anub'arak", - "Anvilrage Captain", - "Anvilrage Marshal", - "Anvilrage Overseer", - "Anvilrage Soldier", - "Apocalypse Guard", - "Arcane Anomaly", - "Arcane Protector", - "Arcatraz Sentinel", - "Archimonde", - "Atal'ai Deathwalker", - "Atal'ai Warrior", - "Atal'ai Witch Doctor", - "Attumen the Huntsman", - "Auchenai Monk", - "Ayamiss the Hunter", - "Azgalor", - "Azure Magus", - "Azure Warder", - "Bannok Grimaxe", - "Banshee", - "Baron Geddon", - "Battleguard Sartura", - "Blackhand Elite", - "Blackheart the Inciter", - "Bleeding Hollow Darkcaster", - "Bloodaxe Raider", - "Bloodhound", - "Bloodwarder Legionnaire", - "Bloodwarder Vindicator", - "Bog Giant", - "Bonechewer Destroyer", - "Burrowing Thundersnout", - "Buru the Gorger", - "Cabal Acolyte", - "Cabal Cultist", - "Cabal Fanatic", - "Cabal Spellbinder", - "Cannon Master Willey", - "Captain Skarloc", - "Cataclysm Hound", - "Chrono Lord Deja", - "Cobalt Serpent", - "Coilfang Champion", - "Coilfang Hate-Screamer", - "Coilfang Myrmidon", - "Coilfang Oracle", - "Coilfang Serpentguard", - "Coilfang Shatterer", - "Coilfang Siren", - "Coilfang Sorceress", - "Coilfang Technician", - "Coilfang Warrior", - "Coilskar Sea-Caller", - "Commander Sarannis", - "Crimson Inquisitor", - "Crimson Sorcerer", - "Crypt Fiend", - "Crystalcore Mechanic", - "Crystalline Keeper", - "Crystalline Protector", - "Dalliah the Doomsayer", - "Dark Screecher", - "Darkmaster Gandling", - "Darkwater Crocolisk", - "Darkweaver Syth", - "Deep Stinger", - "Defias Looter", - "Defias Pirate", - "Defias Renegade Mage", - "Defias Squallshaper", - "Don Carlos", - "Doomfire Destroyer", - "Doomforge Craftsman", - "Doomforge Dragoon", - "Dragonmaw Wind Reaver", - "Durnholde Lookout", - "Durnholde Rifleman", - "Durnholde Sentry", - "Durnholde Tracking Hound", - "Emperor Vek'lor", - "Emperor Vek'nilash", - "Epoch Hunter", - "Eredar Deathbringer", - "Ethereal Priest", - "Ethereal Scavenger", - "Ethereal Spellbinder", - "Ethereal Thief", - "Exarch Maladaar", - "Fankriss the Unyielding", - "Fel Orc Convert", - "Fel Stalker", - "Felguard Annihilator", - "Firebrand Grunt", - "Firebrand Invoker", - "Firebrand Legionnaire", - "Firebrand Pyromancer", - "Fleshbeast", - "Forgotten One", - "Frost Wyrm", - "Gargantuan Abyssal", - "Gargoyle", - "Garr", - "Gehennas", - "General Drakkisath", - "General Rajaxx", - "Ghaz'an", - "Ghostly Philanthropist", - "Ghostly Steward", - "Ghoul", - "Giant Infernal", - "Golem Lord Argelmach", - "Golemagg the Incinerator", - "Goraluk Anvilcrack", - "Grand Warlock Nethekurse", - "Greater Bogstrok", - "Greater Fleshbeast", - "Grizzle", - "Gyth", - "Halazzi", - "Hammered Patron", - "Herald Volazj", - "Hex Lord Malacrass", - "High Botanist Freywinn", - "Homunculus", - "Hydromancer Thespia", - "Ironbark Protector", - "Jan'alai", - "Kaz'rogal", - "Kurinnaxx", - "Lord Kri", - "Lord Roccor", - "Loro", - "Lucifron", - "Mage Slayer", - "Magical Horror", - "Magister Kalendris", - "Magmadar", - "Maleki the Pallid", - "Mana Warp", - "Mechano-Lord Capacitus", - "Mekgineer Steamrigger", - "Mekgineer Thermaplugg", - "Mennu the Betrayer", - "Midnight", - "Mijan", - "Moam", - "Moroes", - "Murk Spitter", - "Murk Worm", - "Murmur", - "Nalorakk", - "Nethermancer Sepethrea", - "Nethervine Inciter", - "Nexus Stalker", - "Nexus-Prince Shaffar", - "Nightbane", - "Nightmare Scalebane", - "Oblivion Mage", - "Onyxia", - "Ormorok the Tree-Shaper", - "Ossirian the Unscarred", - "Ouro", - "Overlord Wyrmthalak", - "Overmaster Pyron", - "Painbringer", - "Pathaleon the Calculator", - "Phantom Attendant", - "Phantom Guardsman", - "Phantom Guest", - "Phantom Stagehand", - "Phantom Valet", - "Phoenix-Hawk", - "Phoenix-Hawk Hatchling", - "Plugger Spazzring", - "Priestess Delrissa", - "Priestess of Torment", - "Primordial Behemoth", - "Princess Huhuran", - "Princess Yauj", - "Pusillin", - "Pyromancer Loregrain", - "Quartermaster Zigris", - "Rabid Warhound", - "Rage Talon Dragon Guard", - "Rage Winterchill", - "Raging Skeleton", - "Ras Frostwhisper", - "Ribbly Screwspigot", - "Ribbly's Crony", - "Rift Keeper", - "Rift Lord", - "Risen Bonewarder", - "Risen Construct", - "Sable Jaguar", - "Sandfury Blood Drinker", - "Sandfury Shadowcaster", - "Savage Worg", - "Scarlet Adept", - "Scarlet Centurion", - "Scarlet Gallant", - "Scarlet Monk", - "Scarlet Myrmidon", - "Scarlet Protector", - "Scholomance Adept", - "Scholomance Necromancer", - "Serpentshrine Sporebat", - "Sethekk Initiate", - "Sethekk Prophet", - "Sethekk Ravenguard", - "Shade of Aran", - "Shadow Pillager", - "Shadowforge Peasant", - "Shadowmoon Reaver", - "Shadowsword Assassin", - "Shadowsword Guardian", - "Shadowsword Vanquisher", - "Shadowy Necromancer", - "Shattered Hand Centurion", - "Shattered Hand Champion", - "Shazzrah", - "Shrike Bat", - "Sister of Torment", - "Skeletal Usher", - "Solakar Flamewreath", - "Sorcerous Shade", - "Spawn of Hakkar", - "Spectral Charger", - "Spectral Performer", - "Spectral Researcher", - "Spectral Servant", - "Spectral Stable Hand", - "Spectral Stallion", - "Spell Shade", - "Spirestone Warlord", - "Splinterbone Centurion", - "Stonevault Oracle", - "Stonevault Pillager", - "Subterranean Diemetradon", - "Sunblade Arch Mage", - "Sunblade Cabalist", - "Sunblade Dawn Priest", - "Sunblade Dusk Priest", - "Sunblade Slayer", - "Sunblade Vindicator", - "Sunseeker Astromage", - "Sunseeker Botanist", - "Sunseeker Harvester", - "Syphoner", - "Terestian Illhoof", - "The Crone", - "The Prophet Skeram", - "Thorngrin the Tender", - "Thuzadin Shadowcaster", - "Time-Lost Shadowmage", - "Twilight Emissary", - "Unchained Doombringer", - "Underbat", - "Unliving Atal'ai", - "Vem", - "Viscidus", - "Warlord Kalithresh", - "Warp Splinter", - "Weapon Technician", - "Wrath Hammer Construct", - "Zul'jin", - "Zulian Tiger", - No acquire information: -57024 - Glyph of Crusader Strike - Inscription -56034 - Master's Spellthread - Tailoring -50940 - Iceborne Shoulderpads - Leatherworking -22923 - Swift Flight Bracers - Leatherworking -41318 - Wonderheal XT40 Shades - Engineering -57166 - Glyph of Last Stand - Inscription -45563 - Grilled Sculpin - Cooking -23489 - Ultrasafe Transporter - Gadgetzan - Engineering -55185 - Saronite Mindcrusher - Blacksmithing -16980 - Rune Edge - Blacksmithing -58298 - Glyph of Scare Beast - Inscription -56459 - Hammer Pick - Engineering -57025 - Glyph of Exorcism - Inscription -50941 - Iceborne Gloves - Leatherworking -53771 - Transmute: Eternal Life to Shadow - Alchemy -41319 - Magnified Moon Specs - Engineering -57167 - Glyph of Sunder Armor - Inscription -45564 - Smoked Salmon - Cooking -55186 - Chestplate of Conquest - Blacksmithing -58299 - Glyph of Revive Pet - Inscription -56460 - Cobalt Frag Bomb - Engineering -57026 - Glyph of Flash of Light - Inscription -23066 - Red Firework - Engineering -50942 - Iceborne Boots - Leatherworking +2336 - Elixir of Tongues - Alchemy +2671 - Rough Bronze Bracers - Blacksmithing +2881 - Light Leather - Leatherworking +2963 - Bolt of Linen Cloth - Tailoring +3496 - Moonsteel Broadsword - Blacksmithing +3498 - Massive Iron Axe - Blacksmithing +3503 - Golden Scale Coif - Blacksmithing +3862 - Icy Cloak - Tailoring +3864 - Star Belt - Tailoring +3872 - Rich Purple Silk Shirt - Tailoring +3915 - Brown Linen Shirt - Tailoring +3920 - Crafted Light Shot - Engineering +4096 - Raptor Hide Harness - Leatherworking +7126 - Handstitched Leather Vest - Leatherworking +7418 - Enchant Bracer - Minor Health - Enchanting +7421 - Runed Copper Rod - Enchanting +7428 - Enchant Bracer - Minor Deflection - Enchanting +7636 - Green Woolen Robe - Tailoring +7954 - Deviate Scale Gloves - Leatherworking +8366 - Ironforge Chain - Blacksmithing +8368 - Ironforge Gauntlets - Blacksmithing +8778 - Boots of Darkness - Tailoring 9058 - Handstitched Leather Cloak - Leatherworking -57168 - Glyph of Sweeping Strikes - Inscription -45565 - Poached Nettlefish - Cooking -55187 - Legplates of Conquest - Blacksmithing -58300 - Glyph of Possessed Strength - Inscription -57027 - Glyph of Hammer of Justice - Inscription -25614 - Silver Rose Pendant - Jewelcrafting -56461 - Bladed Pickaxe - Engineering -50943 - Iceborne Belt - Leatherworking -22926 - Chromatic Cloak - Leatherworking 9059 - Handstitched Leather Bracers - Leatherworking -53773 - Transmute: Eternal Life to Fire - Alchemy -41321 - Powerheal 4000 Lens - Engineering -57169 - Glyph of Taunt - Inscription -45566 - Pickled Fangtooth - Cooking +9513 - Thistle Tea - Cooking +9942 - Mithril Scale Gloves - Blacksmithing +9957 - Orcish War Leggings - Blacksmithing +9972 - Ornate Mithril Breastplate - Blacksmithing +9979 - Ornate Mithril Boots - Blacksmithing +9980 - Ornate Mithril Helm - Blacksmithing +10516 - Nightscape Shoulders - Leatherworking +10550 - Nightscape Cloak - Leatherworking +10841 - Heavy Mageweave Bandage - First Aid +11452 - Restorative Potion - Alchemy +11456 - Goblin Rocket Fuel - Alchemy +12044 - Simple Linen Pants - Tailoring +12062 - Stormcloth Pants - Tailoring +12063 - Stormcloth Gloves - Tailoring +12068 - Stormcloth Vest - Tailoring +12081 - Admiral's Hat - Tailoring +12083 - Stormcloth Headband - Tailoring +12087 - Stormcloth Shoulders - Tailoring +12090 - Stormcloth Boots - Tailoring +12260 - Rough Copper Vest - Blacksmithing +12720 - Goblin \"Boom\" Box - Engineering +12722 - Goblin Radio - Engineering +12895 - Inlaid Mithril Cylinder Plans - Engineering +12900 - Mobile Alarm - Engineering +12904 - Gnomish Ham Radio - Engineering +13028 - Goldthorn Tea - Cooking +13240 - The Mortar: Reloaded - Engineering +14891 - Smelt Dark Iron - Smelting +15295 - Dark Iron Shoulders - Blacksmithing +15628 - Pet Bombling - Engineering +15633 - Lil' Smoky - Engineering +15853 - Lean Wolf Steak - Cooking +15973 - Searing Golden Blade - Blacksmithing +16664 - Runic Plate Shoulders - Blacksmithing +16960 - Thorium Greatsword - Blacksmithing +16965 - Bleakwood Hew - Blacksmithing +16967 - Inlaid Thorium Hammer - Blacksmithing +16980 - Rune Edge - Blacksmithing 16983 - Serenity - Blacksmithing -58301 - Glyph of Mend Pet - Inscription -60990 - Glacial Waistband - Tailoring -19106 - Onyxia Scale Breastplate - Leatherworking -60707 - Enchant Weapon - Superior Potency - Enchanting -57028 - Glyph of Hammer of Wrath - Inscription -44576 - Enchant Weapon - Lifeward - Enchanting -23068 - Green Firework - Engineering -56462 - Gnomish Army Knife - Engineering -50944 - Arctic Chestpiece - Leatherworking -22927 - Hide of the Wild - Leatherworking -53774 - Transmute: Eternal Fire to Water - Alchemy -57170 - Glyph of Victory Rush - Inscription -28021 - Arcane Dust - Enchanting -58868 - Endless Mana Potion - Alchemy -48114 - Scroll of Intellect - Inscription -58302 - Glyph of Feign Death - Inscription -53916 - Jagged Dark Jade - Jewelcrafting -57029 - Glyph of Holy Light - Inscription -56463 - Explosive Decoy - Engineering -56039 - Sanctified Spellthread - Tailoring -8778 - Boots of Darkness - Tailoring -50945 - Arctic Leggings - Leatherworking -22928 - Shifting Cloak - Leatherworking 16985 - Corruption - Blacksmithing -58303 - Glyph of Arcane Intellect - Inscription -15853 - Lean Wolf Steak - Cooking -53775 - Transmute: Eternal Fire to Life - Alchemy -55898 - Frostweave Net - Tailoring -57030 - Glyph of Judgement - Inscription -56464 - Overcharged Capacitor - Engineering -50946 - Arctic Shoulderpads - Leatherworking -57172 - Glyph of Whirlwind - Inscription -45569 - Baked Manta Ray - Cooking -48116 - Scroll of Spirit - Inscription -59436 - Brilliant Saronite Belt - Blacksmithing 16986 - Blood Talon - Blacksmithing -53776 - Transmute: Eternal Air to Water - Alchemy -60993 - Glacial Robe - Tailoring -55899 - Bolt of Frostweave - Tailoring -53918 - Enduring Dark Jade - Jewelcrafting -57031 - Glyph of Divinity - Inscription -50947 - Arctic Gloves - Leatherworking -58871 - Endless Healing Potion - Alchemy 16987 - Darkspear - Blacksmithing -58305 - Glyph of Fire Ward - Inscription -44155 - Flying Machine - Engineering -53777 - Transmute: Eternal Air to Earth - Alchemy -60994 - Glacial Slippers - Tailoring -55900 - Bolt of Imbued Frostweave - Tailoring -53919 - Steady Dark Jade - Jewelcrafting -57032 - Glyph of Righteous Defense - Inscription -56466 - Sonic Booster - Engineering -50948 - Arctic Boots - Leatherworking -59438 - Brilliant Saronite Bracers - Blacksmithing -24912 - Darkrune Gauntlets - Blacksmithing -58306 - Glyph of Frost Armor - Inscription -55901 - Duskweave Leggings - Tailoring -53920 - Forceful Dark Jade - Jewelcrafting -57033 - Glyph of Seal of Command - Inscription -56467 - Noise Machine - Engineering -50949 - Arctic Belt - Leatherworking -30573 - Gnomish Tonk Controller - Engineering -24913 - Darkrune Helm - Blacksmithing -58307 - Glyph of Frost Ward - Inscription -44157 - Turbo-Charged Flying Machine - Engineering -53779 - Transmute: Eternal Shadow to Earth - Alchemy -55902 - Frostwoven Shoulders - Tailoring -57034 - Glyph of Seal of Light - Inscription -44582 - Enchant Cloak - Spell Piercing - Enchanting -56468 - Saronite Bomb - Engineering +17579 - Greater Holy Protection Potion - Alchemy +17636 - Flask of Distilled Wisdom - Alchemy 18405 - Runecloth Bag - Tailoring -49252 - Smelt Cobalt - Smelting -50950 - Frostscale Chestguard - Leatherworking -13028 - Goldthorn Tea - Cooking -59440 - Brilliant Saronite Pauldrons - Blacksmithing -24914 - Darkrune Breastplate - Blacksmithing -58308 - Glyph of Slow Fall - Inscription -53780 - Transmute: Eternal Shadow to Life - Alchemy -59582 - Frostsavage Belt - Tailoring -55903 - Frostwoven Robe - Tailoring -53922 - Misty Dark Jade - Jewelcrafting -60714 - Enchant Weapon - Mighty Spellpower - Enchanting -57035 - Glyph of Seal of Wisdom - Inscription -56469 - Gnomish Lightning Generator - Engineering -50951 - Frostscale Leggings - Leatherworking -48121 - Glyph of Entangling Roots - Inscription -59441 - Brilliant Saronite Helm - Blacksmithing -53781 - Transmute: Eternal Earth to Air - Alchemy -59583 - Frostsavage Bracers - Tailoring -55904 - Frostwoven Gloves - Tailoring -53923 - Shining Dark Jade - Jewelcrafting -57036 - Glyph of Turn Evil - Inscription -44584 - Enchant Boots - Greater Vitality - Enchanting -55055 - Brilliant Saronite Legplates - Blacksmithing -56470 - Sun Scope - Engineering -50952 - Frostscale Shoulders - Leatherworking -59442 - Saronite Spellblade - Blacksmithing -58310 - Glyph of the Penguin - Inscription -53782 - Transmute: Eternal Earth to Shadow - Alchemy -59584 - Frostsavage Shoulders - Tailoring +18419 - Felcloth Pants - Tailoring +18456 - Truefaith Vestments - Tailoring +18629 - Runecloth Bandage - First Aid +18630 - Heavy Runecloth Bandage - First Aid +19048 - Heavy Scorpid Bracers - Leatherworking +19053 - Chimeric Gloves - Leatherworking +19061 - Living Shoulders - Leatherworking +19077 - Blue Dragonscale Breastplate - Leatherworking +19080 - Warbear Woolies - Leatherworking +19084 - Devilsaur Gauntlets - Leatherworking +19085 - Black Dragonscale Breastplate - Leatherworking +19088 - Heavy Scorpid Helm - Leatherworking +19093 - Onyxia Scale Cloak - Leatherworking +19106 - Onyxia Scale Breastplate - Leatherworking +19435 - Mooncloth Boots - Tailoring +20015 - Enchant Cloak - Superior Defense - Enchanting +20026 - Enchant Chest - Major Health - Enchanting 21945 - Green Holiday Shirt - Tailoring -53924 - Turbid Dark Jade - Jewelcrafting -55056 - Brilliant Saronite Gauntlets - Blacksmithing -56471 - Froststeel Tube - Engineering -50953 - Frostscale Gloves - Leatherworking -15295 - Dark Iron Shoulders - Blacksmithing -58311 - Glyph of Blessing of Kings - Inscription -53783 - Transmute: Eternal Water to Air - Alchemy -59585 - Frostsavage Boots - Tailoring -55906 - Frostwoven Boots - Tailoring -53925 - Intricate Dark Jade - Jewelcrafting -55057 - Brilliant Saronite Boots - Blacksmithing -56472 - MOLL-E - Engineering -56048 - Duskweave Boots - Tailoring -55199 - Cloak of Tormented Skies - Leatherworking -50954 - Frostscale Boots - Leatherworking -58312 - Glyph of Blessing of Wisdom - Inscription -53784 - Transmute: Eternal Water to Fire - Alchemy -59586 - Frostsavage Gloves - Tailoring -55907 - Frostwoven Cowl - Tailoring -53926 - Dazzling Dark Jade - Jewelcrafting -55058 - Brilliant Saronite Breastplate - Blacksmithing +22704 - Field Repair Bot 74A - Engineering +22711 - Shadowskin Gloves - Leatherworking +22813 - Gordok Ogre Suit - Tailoring +22815 - Gordok Ogre Suit - Leatherworking +22866 - Belt of the Archmage - Tailoring +22867 - Felcloth Gloves - Tailoring +22868 - Inferno Gloves - Tailoring +22869 - Mooncloth Gloves - Tailoring +22870 - Cloak of Warding - Tailoring +22921 - Girdle of Insight - Leatherworking +22922 - Mongoose Boots - Leatherworking +22923 - Swift Flight Bracers - Leatherworking +22926 - Chromatic Cloak - Leatherworking +22927 - Hide of the Wild - Leatherworking +22928 - Shifting Cloak - Leatherworking +22967 - Smelt Elementium - Smelting +23068 - Green Firework - Engineering 23079 - Major Recombobulator - Engineering -56473 - Gnomish X-Ray Specs - Engineering -50955 - Frostscale Belt - Leatherworking -55200 - Sturdy Cobalt Quickblade - Blacksmithing -54917 - Spiked Cobalt Helm - Blacksmithing -58313 - Glyph of Lay on Hands - Inscription -57181 - Glyph of Circle of Healing - Inscription -59587 - Frostsavage Robe - Tailoring -55908 - Frostwoven Belt - Tailoring -53927 - Sundered Dark Jade - Jewelcrafting +23486 - Dimensional Ripper - Everlook - Engineering +23489 - Ultrasafe Transporter - Gadgetzan - Engineering +24266 - Gurubashi Mojo Madness - Alchemy +24801 - Smoked Desert Dumplings - Cooking +24901 - Runed Stygian Leggings - Tailoring +24902 - Runed Stygian Belt - Tailoring +24903 - Runed Stygian Boots - Tailoring +24912 - Darkrune Gauntlets - Blacksmithing +24913 - Darkrune Helm - Blacksmithing +24914 - Darkrune Breastplate - Blacksmithing +25255 - Delicate Copper Wire - Jewelcrafting +25493 - Braided Copper Ring - Jewelcrafting +25614 - Silver Rose Pendant - Jewelcrafting +26011 - Tranquil Mechanical Yeti - Engineering +26086 - Felcloth Bag - Tailoring +26918 - Arcanite Sword Pendant - Jewelcrafting +26920 - Blood Crown - Jewelcrafting +26925 - Woven Copper Ring - Jewelcrafting +27958 - Enchant Chest - Exceptional Mana - Enchanting +28021 - Arcane Dust - Enchanting +28903 - Teardrop Blood Garnet - Jewelcrafting +28905 - Bold Blood Garnet - Jewelcrafting +28910 - Inscribed Flame Spessarite - Jewelcrafting +28914 - Glinting Flame Spessarite - Jewelcrafting +28916 - Radiant Deep Peridot - Jewelcrafting +28917 - Jagged Deep Peridot - Jewelcrafting +28925 - Glowing Shadow Draenite - Jewelcrafting +28936 - Sovereign Shadow Draenite - Jewelcrafting +28938 - Brilliant Golden Draenite - Jewelcrafting +28948 - Rigid Golden Draenite - Jewelcrafting +28950 - Solid Azure Moonstone - Jewelcrafting +28953 - Sparkling Azure Moonstone - Jewelcrafting +30342 - Red Smoke Flare - Engineering +30343 - Blue Smoke Flare - Engineering +30349 - Khorium Toolbox - Engineering +30549 - Critter Enlarger - Engineering +30561 - Goblin Tonk Controller - Engineering +30573 - Gnomish Tonk Controller - Engineering +32259 - Rough Stone Statue - Jewelcrafting +32810 - Primal Stone Statue - Jewelcrafting +34069 - Smooth Golden Draenite - Jewelcrafting +34590 - Bright Blood Garnet - Jewelcrafting +35539 - Drums of Restoration - Leatherworking +36665 - Netherflame Robe - Tailoring +36667 - Netherflame Belt - Tailoring +36668 - Netherflame Boots - Tailoring +36669 - Lifeblood Leggings - Tailoring +36670 - Lifeblood Belt - Tailoring +36672 - Lifeblood Bracers - Tailoring +36954 - Dimensional Ripper - Area 52 - Engineering +36955 - Ultrasafe Transporter - Toshley's Station - Engineering +39721 - Rigid Lionseye - Jewelcrafting +39732 - Royal Shadowsong Amethyst - Jewelcrafting +39734 - Potent Pyrestone - Jewelcrafting +39735 - Luminous Pyrestone - Jewelcrafting +39736 - Glinting Pyrestone - Jewelcrafting +39738 - Wicked Pyrestone - Jewelcrafting +39739 - Enduring Seaspray Emerald - Jewelcrafting +39740 - Radiant Seaspray Emerald - Jewelcrafting +39741 - Dazzling Seaspray Emerald - Jewelcrafting +39742 - Jagged Seaspray Emerald - Jewelcrafting +39961 - Relentless Earthstorm Diamond - Jewelcrafting +39973 - Frost Grenades - Engineering +41315 - Gadgetstorm Goggles - Engineering +41316 - Living Replicator Specs - Engineering +41318 - Wonderheal XT40 Shades - Engineering +41319 - Magnified Moon Specs - Engineering +41321 - Powerheal 4000 Lens - Engineering +42662 - Ragesteel Shoulders - Blacksmithing +42688 - Adamantite Weapon Chain - Blacksmithing +44155 - Flying Machine - Engineering +44157 - Turbo-Charged Flying Machine - Engineering +44343 - Knothide Ammo Pouch - Leatherworking +44344 - Knothide Quiver - Leatherworking +44383 - Enchant Shield - Resilience - Enchanting +44484 - Enchant Gloves - Expertise - Enchanting +44488 - Enchant Gloves - Precision - Enchanting +44489 - Enchant Shield - Defense - Enchanting +44492 - Enchant Chest - Mighty Health - Enchanting +44500 - Enchant Cloak - Superior Agility - Enchanting +44506 - Enchant Gloves - Gatherer - Enchanting +44508 - Enchant Boots - Greater Spirit - Enchanting +44509 - Enchant Chest - Greater Mana Restoration - Enchanting +44510 - Enchant Weapon - Exceptional Spirit - Enchanting +44513 - Enchant Gloves - Greater Assault - Enchanting +44528 - Enchant Boots - Greater Fortitude - Enchanting +44529 - Enchant Gloves - Major Agility - Enchanting +44555 - Enchant Bracers - Exceptional Intellect - Enchanting +44576 - Enchant Weapon - Lifeward - Enchanting +44582 - Enchant Cloak - Spell Piercing - Enchanting +44584 - Enchant Boots - Greater Vitality - Enchanting 44588 - Enchant Chest - Exceptional Resilience - Enchanting -56474 - Ultrasafe Bullet Machine - Engineering +44589 - Enchant Boots - Superior Agility - Enchanting +44592 - Enchant Gloves - Exceptional Spellpower - Enchanting +44593 - Enchant Bracers - Major Spirit - Enchanting +44595 - Enchant 2H Weapon - Scourgebane - Enchanting +44598 - Enchant Bracers - Expertise - Enchanting +44612 - Enchant Gloves - Greater Blasting - Enchanting +44616 - Enchant Bracers - Greater Stats - Enchanting +44623 - Enchant Chest - Super Stats - Enchanting +44625 - Enchant Gloves - Armsman - Enchanting +44629 - Enchant Weapon - Exceptional Spellpower - Enchanting +44630 - Enchant 2H Weapon - Greater Savagery - Enchanting +44633 - Enchant Weapon - Exceptional Agility - Enchanting +44635 - Enchant Bracers - Greater Spellpower - Enchanting +44636 - Enchant Ring - Greater Spellpower - Enchanting +44645 - Enchant Ring - Assault - Enchanting +44770 - Glove Reinforcements - Leatherworking +44794 - Chaotic Skyfire Diamond - Jewelcrafting +44950 - Green Winter Clothes - Tailoring +44958 - Red Winter Clothes - Tailoring +44970 - Heavy Knothide Armor Kit - Leatherworking +45061 - Mad Alchemist's Potion - Alchemy +45100 - Leatherworker's Satchel - Leatherworking +45382 - Scroll of Stamina - Inscription +45545 - Frostweave Bandage - First Aid +45549 - Mammoth Meal - Cooking +45550 - Shoveltusk Steak - Cooking +45551 - Wyrm Delight - Cooking +45552 - Roasted Worg - Cooking +45553 - Rhino Dogs - Cooking +45554 - Feast - Cooking +45560 - Smoked Rockfin - Cooking +45561 - Grilled Bonescale - Cooking +45562 - Sauteed Goby - Cooking +45563 - Grilled Sculpin - Cooking +45564 - Smoked Salmon - Cooking +45565 - Poached Nettlefish - Cooking +45566 - Pickled Fangtooth - Cooking +45569 - Baked Manta Ray - Cooking +47054 - Steady Seaspray Emerald - Jewelcrafting +47280 - Brilliant Glass - Jewelcrafting +47672 - Enchant Cloak - Mighty Armor - Enchanting +47766 - Enchant Chest - Greater Defense - Enchanting +47898 - Enchant Cloak - Greater Speed - Enchanting +47899 - Enchant Cloak - Wisdom - Enchanting +47900 - Enchant Chest - Super Health - Enchanting +47901 - Enchant Boots - Tuskarr's Vitality - Enchanting +48114 - Scroll of Intellect - Inscription +48116 - Scroll of Spirit - Inscription +48121 - Glyph of Entangling Roots - Inscription +48247 - Mysterious Tarot - Inscription +48248 - Scroll of Recall - Inscription +49252 - Smelt Cobalt - Smelting 49258 - Smelt Saronite - Smelting +50598 - Scroll of Intellect II - Inscription +50599 - Scroll of Intellect III - Inscription +50600 - Scroll of Intellect IV - Inscription +50601 - Scroll of Intellect V - Inscription +50602 - Scroll of Intellect VI - Inscription +50603 - Scroll of Intellect VII - Inscription +50604 - Scroll of Intellect VIII - Inscription +50605 - Scroll of Spirit II - Inscription +50606 - Scroll of Spirit III - Inscription +50607 - Scroll of Spirit IV - Inscription +50608 - Scroll of Spirit V - Inscription +50609 - Scroll of Spirit VI - Inscription +50610 - Scroll of Spirit VII - Inscription +50611 - Scroll of Spirit VIII - Inscription +50612 - Scroll of Stamina II - Inscription +50614 - Scroll of Stamina III - Inscription +50616 - Scroll of Stamina IV - Inscription +50617 - Scroll of Stamina V - Inscription +50618 - Scroll of Stamina VI - Inscription +50619 - Scroll of Stamina VII - Inscription +50620 - Scroll of Stamina VIII - Inscription +50936 - Heavy Borean Leather - Leatherworking +50938 - Iceborne Chestguard - Leatherworking +50939 - Iceborne Leggings - Leatherworking +50940 - Iceborne Shoulderpads - Leatherworking +50941 - Iceborne Gloves - Leatherworking +50942 - Iceborne Boots - Leatherworking +50943 - Iceborne Belt - Leatherworking +50944 - Arctic Chestpiece - Leatherworking +50945 - Arctic Leggings - Leatherworking +50946 - Arctic Shoulderpads - Leatherworking +50947 - Arctic Gloves - Leatherworking +50948 - Arctic Boots - Leatherworking +50949 - Arctic Belt - Leatherworking +50950 - Frostscale Chestguard - Leatherworking +50951 - Frostscale Leggings - Leatherworking +50952 - Frostscale Shoulders - Leatherworking +50953 - Frostscale Gloves - Leatherworking +50954 - Frostscale Boots - Leatherworking +50955 - Frostscale Belt - Leatherworking 50956 - Nerubian Chestguard - Leatherworking -55201 - Cobalt Tenderizer - Blacksmithing -54918 - Spiked Cobalt Boots - Blacksmithing -58314 - Glyph of Blessing of Might - Inscription -59588 - Frostsavage Leggings - Tailoring -36665 - Netherflame Robe - Tailoring -12044 - Simple Linen Pants - Tailoring -53928 - Lambent Dark Jade - Jewelcrafting -44589 - Enchant Boots - Superior Agility - Enchanting -56475 - Saronite Arrow Maker - Engineering 50957 - Nerubian Legguards - Leatherworking -54353 - Mark \"S\" Boomstick - Engineering -55202 - Sure-fire Shuriken - Blacksmithing -58315 - Glyph of Sense Undead - Inscription -57183 - Glyph of Dispel Magic - Inscription -59589 - Frostsavage Cowl - Tailoring -55910 - Mystic Frostwoven Shoulders - Tailoring -56193 - Bloodstone Band - Jewelcrafting -53929 - Opaque Dark Jade - Jewelcrafting -8366 - Ironforge Chain - Blacksmithing -56476 - Healing Injector Kit - Engineering -55769 - Darkglow Embroidery - Tailoring 50958 - Nerubian Shoulders - Leatherworking -55203 - Forged Cobalt Claymore - Blacksmithing -58316 - Glyph of the Wise - Inscription -57184 - Glyph of Fade - Inscription -55911 - Mystic Frostwoven Robe - Tailoring -36667 - Netherflame Belt - Tailoring -56194 - Sun Rock Ring - Jewelcrafting -53930 - Energized Dark Jade - Jewelcrafting -12895 - Inlaid Mithril Cylinder Plans - Engineering -61288 - Minor Inscription Research - Inscription -54213 - Flask of Pure Mojo - Alchemy -55628 - Socket Bracer - Blacksmithing -56477 - Mana Injector Kit - Engineering 50959 - Nerubian Gloves - Leatherworking -47280 - Brilliant Glass - Jewelcrafting -55204 - Notched Cobalt War Axe - Blacksmithing -58317 - Glyph of Fading - Inscription -57185 - Glyph of Fear Ward - Inscription -36668 - Netherflame Boots - Tailoring -56195 - Jade Dagger Pendant - Jewelcrafting -53931 - Radiant Dark Jade - Jewelcrafting -44592 - Enchant Gloves - Exceptional Spellpower - Enchanting -8368 - Ironforge Gauntlets - Blacksmithing -56478 - Heartseeker Scope - Engineering 50960 - Nerubian Boots - Leatherworking -58318 - Glyph of Fortitude - Inscription -57186 - Glyph of Flash Heal - Inscription -55913 - Mystic Frostwoven Wristwraps - Tailoring -36669 - Lifeblood Leggings - Tailoring -56196 - Blood Sun Necklace - Jewelcrafting -53932 - Tense Dark Jade - Jewelcrafting -44593 - Enchant Bracers - Major Spirit - Enchanting -56479 - Armor Plated Combat Shotgun - Engineering -60583 - Jormungar Leg Reinforcements - Leatherworking 50961 - Nerubian Belt - Leatherworking -55206 - Deadly Saronite Dirk - Blacksmithing -58319 - Glyph of Levitate - Inscription -57187 - Glyph of Holy Nova - Inscription -55914 - Duskweave Belt - Tailoring -36670 - Lifeblood Belt - Tailoring -56197 - Dream Signet - Jewelcrafting -53933 - Shattered Dark Jade - Jewelcrafting -61008 - Icebane Chestguard - Blacksmithing -56480 - Armored Titanium Goggles - Engineering -60584 - Nerubian Leg Reinforcements - Leatherworking 50962 - Borean Armor Kit - Leatherworking -58320 - Glyph of Shackle Undead - Inscription -57188 - Glyph of Inner Fire - Inscription -35539 - Drums of Restoration - Leatherworking -53934 - Solid Chalcedony - Jewelcrafting -44595 - Enchant 2H Weapon - Scourgebane - Enchanting -61009 - Icebane Girdle - Blacksmithing -56481 - Weakness Spectralizers - Engineering -36954 - Dimensional Ripper - Area 52 - Engineering -55208 - Smelt Titansteel - Smelting 50963 - Heavy Borean Armor Kit - Leatherworking -58321 - Glyph of Shadow Protection - Inscription -25493 - Braided Copper Ring - Jewelcrafting -57189 - Glyph of Lightwell - Inscription -36672 - Lifeblood Bracers - Tailoring -56199 - Ruby Hare - Jewelcrafting -12900 - Mobile Alarm - Engineering -54218 - Elixir of Mighty Strength - Alchemy -61010 - Icebane Treads - Blacksmithing -36955 - Ultrasafe Transporter - Toshley's Station - Engineering -18419 - Felcloth Pants - Tailoring 50964 - Jormungar Leg Armor - Leatherworking -58322 - Glyph of Shadowfiend - Inscription -57190 - Glyph of Mass Dispel - Inscription -56483 - Charged Titanium Specs - Engineering 50965 - Frosthide Leg Armor - Leatherworking -58323 - Glyph of Blurred Speed - Inscription -57191 - Glyph of Mind Control - Inscription -56201 - Twilight Serpent - Jewelcrafting -44598 - Enchant Bracers - Expertise - Enchanting -54220 - Elixir of Protection - Alchemy -56484 - Visage Liquification Goggles - Engineering -55777 - Swordguard Embroidery - Tailoring -55211 - Smelt Titanium - Smelting 50966 - Nerubian Leg Armor - Leatherworking -58324 - Glyph of Distract - Inscription -57192 - Glyph of Mind Flay - Inscription -55919 - Duskweave Cowl - Tailoring -56202 - Sapphire Owl - Jewelcrafting -54221 - Potion of Speed - Alchemy -59315 - Glyph of Dash - Inscription 50967 - Icescale Leg Armor - Leatherworking -58325 - Glyph of Pick Lock - Inscription -57193 - Glyph of Mind Soothe - Inscription -55920 - Duskweave Wristwraps - Tailoring -56203 - Emerald Boar - Jewelcrafting -54222 - Potion of Wild Magic - Alchemy -56486 - Greensight Gogs - Engineering -12904 - Gnomish Ham Radio - Engineering -58326 - Glyph of Pick Pocket - Inscription -57194 - Glyph of Power Word: Shield - Inscription -55921 - Duskweave Robe - Tailoring +51568 - Black Chitinguard Boots - Leatherworking +51569 - Dark Arctic Leggings - Leatherworking +51570 - Dark Arctic Chestpiece - Leatherworking +51571 - Arctic Wristguards - Leatherworking +51572 - Arctic Helm - Leatherworking +52567 - Cobalt Legplates - Blacksmithing +52568 - Cobalt Belt - Blacksmithing +52569 - Cobalt Boots - Blacksmithing +52570 - Cobalt Chestpiece - Blacksmithing +52571 - Cobalt Helm - Blacksmithing +52572 - Cobalt Shoulders - Blacksmithing +52738 - Ivory Ink - Inscription +52739 - Armor Vellum - Inscription +52840 - Weapon Vellum - Inscription +52843 - Moonglow Ink - Inscription +53056 - Kungaloosh - Cooking +53281 - Volatile Blasting Trigger - Engineering +53462 - Midnight Ink - Inscription +53771 - Transmute: Eternal Life to Shadow - Alchemy +53773 - Transmute: Eternal Life to Fire - Alchemy +53774 - Transmute: Eternal Fire to Water - Alchemy +53775 - Transmute: Eternal Fire to Life - Alchemy +53776 - Transmute: Eternal Air to Water - Alchemy +53777 - Transmute: Eternal Air to Earth - Alchemy +53779 - Transmute: Eternal Shadow to Earth - Alchemy +53780 - Transmute: Eternal Shadow to Life - Alchemy +53781 - Transmute: Eternal Earth to Air - Alchemy +53782 - Transmute: Eternal Earth to Shadow - Alchemy +53783 - Transmute: Eternal Water to Air - Alchemy +53784 - Transmute: Eternal Water to Fire - Alchemy +53812 - Pygmy Oil - Alchemy +53831 - Bold Bloodstone - Jewelcrafting +53832 - Delicate Bloodstone - Jewelcrafting +53834 - Runed Bloodstone - Jewelcrafting +53835 - Bright Bloodstone - Jewelcrafting +53836 - Runic Healing Potion - Alchemy +53837 - Runic Mana Potion - Alchemy +53838 - Resurgent Healing Potion - Alchemy +53839 - Icy Mana Potion - Alchemy +53840 - Elixir of Mighty Agility - Alchemy +53841 - Wrath Elixir - Alchemy +53842 - Spellpower Elixir - Alchemy +53843 - Subtle Bloodstone - Jewelcrafting +53844 - Flashing Bloodstone - Jewelcrafting +53845 - Fractured Bloodstone - Jewelcrafting +53847 - Elixir of Spirit - Alchemy +53848 - Guru's Elixir - Alchemy +53852 - Brilliant Sun Crystal - Jewelcrafting +53853 - Smooth Sun Crystal - Jewelcrafting +53854 - Rigid Sun Crystal - Jewelcrafting +53855 - Thick Sun Crystal - Jewelcrafting +53856 - Quick Sun Crystal - Jewelcrafting +53857 - Mystic Sun Crystal - Jewelcrafting +53859 - Sovereign Shadow Crystal - Jewelcrafting +53860 - Shifting Shadow Crystal - Jewelcrafting +53861 - Tenuous Shadow Crystal - Jewelcrafting +53862 - Glowing Shadow Crystal - Jewelcrafting +53863 - Purified Shadow Crystal - Jewelcrafting +53864 - Royal Shadow Crystal - Jewelcrafting +53865 - Mysterious Shadow Crystal - Jewelcrafting +53866 - Balanced Shadow Crystal - Jewelcrafting +53867 - Infused Shadow Crystal - Jewelcrafting +53868 - Regal Shadow Crystal - Jewelcrafting +53870 - Puissant Shadow Crystal - Jewelcrafting +53871 - Guardian's Shadow Crystal - Jewelcrafting +53872 - Inscribed Huge Citrine - Jewelcrafting +53873 - Etched Huge Citrine - Jewelcrafting +53874 - Champion's Huge Citrine - Jewelcrafting +53875 - Resplendent Huge Citrine - Jewelcrafting +53876 - Fierce Huge Citrine - Jewelcrafting +53878 - Glinting Huge Citrine - Jewelcrafting +53879 - Lucent Huge Citrine - Jewelcrafting +53880 - Deft Huge Citrine - Jewelcrafting +53881 - Luminous Huge Citrine - Jewelcrafting +53882 - Potent Huge Citrine - Jewelcrafting +53883 - Veiled Huge Citrine - Jewelcrafting +53884 - Durable Huge Citrine - Jewelcrafting +53886 - Wicked Huge Citrine - Jewelcrafting +53887 - Pristine Huge Citrine - Jewelcrafting +53888 - Empowered Huge Citrine - Jewelcrafting +53889 - Stark Huge Citrine - Jewelcrafting +53890 - Stalwart Huge Citrine - Jewelcrafting +53891 - Glimmering Huge Citrine - Jewelcrafting +53892 - Accurate Huge Citrine - Jewelcrafting +53893 - Resolute Huge Citrine - Jewelcrafting +53894 - Timeless Dark Jade - Jewelcrafting +53895 - Crazy Alchemist's Potion - Alchemy +53898 - Elixir of Mighty Fortitude - Alchemy +53899 - Lesser Flask of Toughness - Alchemy +53900 - Potion of Nightmares - Alchemy +53901 - Flask of the Frost Wyrm - Alchemy +53902 - Flask of Stoneblood - Alchemy +53903 - Flask of Endless Rage - Alchemy +53904 - Powerful Rejuvenation Potion - Alchemy +53905 - Indestructible Potion - Alchemy +53916 - Jagged Dark Jade - Jewelcrafting +53918 - Enduring Dark Jade - Jewelcrafting +53919 - Steady Dark Jade - Jewelcrafting +53920 - Forceful Dark Jade - Jewelcrafting +53922 - Misty Dark Jade - Jewelcrafting +53923 - Shining Dark Jade - Jewelcrafting +53924 - Turbid Dark Jade - Jewelcrafting +53925 - Intricate Dark Jade - Jewelcrafting +53926 - Dazzling Dark Jade - Jewelcrafting +53927 - Sundered Dark Jade - Jewelcrafting +53928 - Lambent Dark Jade - Jewelcrafting +53929 - Opaque Dark Jade - Jewelcrafting +53930 - Energized Dark Jade - Jewelcrafting +53931 - Radiant Dark Jade - Jewelcrafting +53932 - Tense Dark Jade - Jewelcrafting +53933 - Shattered Dark Jade - Jewelcrafting +53934 - Solid Chalcedony - Jewelcrafting 53940 - Sparkling Chalcedony - Jewelcrafting -56487 - Electroflux Sight Enhancers - Engineering -8802 - Crimson Silk Robe - Tailoring -58327 - Glyph of Safe Fall - Inscription -60874 - Nesingwary 4000 - Engineering -57195 - Glyph of Prayer of Healing - Inscription -55922 - Duskweave Gloves - Tailoring -56205 - Dark Jade Focusing Lens - Jewelcrafting 53941 - Lustrous Chalcedony - Jewelcrafting -7954 - Deviate Scale Gloves - Leatherworking -58328 - Glyph of Vanish - Inscription -57196 - Glyph of Psychic Scream - Inscription -55923 - Duskweave Shoulders - Tailoring -56206 - Shadow Crystal Focusing Lens - Jewelcrafting -58329 - Glyph of Astral Recall - Inscription -57197 - Glyph of Renew - Inscription -22813 - Gordok Ogre Suit - Tailoring 53943 - Stormy Chalcedony - Jewelcrafting -55641 - Socket Gloves - Blacksmithing -9937 - Mithril Scale Bracers - Blacksmithing -58330 - Glyph of Renewed Life - Inscription -56349 - Handful of Cobalt Bolts - Engineering -57198 - Glyph of Scourge Imprisonment - Inscription -55925 - Black Duskweave Leggings - Tailoring -55642 - Lightweave Embroidery - Tailoring -56208 - Shadow Jade Focusing Lens - Jewelcrafting -58472 - Scroll of Agility - Inscription -54793 - Belt-Clipped Spynoculars - Engineering -9513 - Thistle Tea - Cooking -26918 - Arcanite Sword Pendant - Jewelcrafting -58331 - Glyph of Water Breathing - Inscription -17579 - Greater Holy Protection Potion - Alchemy -57199 - Glyph of Shadow Word: Death - Inscription -14891 - Smelt Dark Iron - Smelting -22815 - Gordok Ogre Suit - Leatherworking -58473 - Scroll of Agility II - Inscription -58332 - Glyph of Water Shield - Inscription -57200 - Glyph of Shadow Word: Pain - Inscription -12062 - Stormcloth Pants - Tailoring -58333 - Glyph of Water Walking - Inscription -57201 - Glyph of Smite - Inscription -26920 - Blood Crown - Jewelcrafting -12063 - Stormcloth Gloves - Tailoring 53947 - Bright Scarlet Ruby - Jewelcrafting -57202 - Glyph of Spirit of Redemption - Inscription 53948 - Subtle Scarlet Ruby - Jewelcrafting -58476 - Scroll of Agility III - Inscription -60599 - Frostscale Bracers - Leatherworking -9942 - Mithril Scale Gloves - Blacksmithing -28903 - Teardrop Blood Garnet - Jewelcrafting -59326 - Glyph of Ghost Wolf - Inscription -60600 - Frostscale Helm - Leatherworking -58336 - Glyph of Unending Breath - Inscription -58478 - Scroll of Agility IV - Inscription -24801 - Smoked Desert Dumplings - Cooking -60601 - Dark Frostscale Leggings - Leatherworking -54941 - Spiked Cobalt Shoulders - Blacksmithing -58337 - Glyph of Drain Soul - Inscription -28905 - Bold Blood Garnet - Jewelcrafting -7256 - Shadow Protection Potion - Alchemy -44612 - Enchant Gloves - Greater Blasting - Enchanting -58338 - Glyph of Curse of Exhaustion - Inscription -56357 - Titanium Shield Spike - Blacksmithing -26925 - Woven Copper Ring - Jewelcrafting -12068 - Stormcloth Vest - Tailoring -58480 - Scroll of Agility V - Inscription -58339 - Glyph of Enslave Demon - Inscription -57207 - Glyph of Anti-Magic Shell - Inscription -3862 - Icy Cloak - Tailoring 53953 - Sparkling Sky Sapphire - Jewelcrafting -58481 - Scroll of Agility VI - Inscription -60604 - Dark Frostscale Breastplate - Leatherworking +53956 - Brilliant Autumn's Glow - Jewelcrafting +53962 - Sovereign Twilight Opal - Jewelcrafting +53963 - Shifting Twilight Opal - Jewelcrafting +53964 - Tenuous Twilight Opal - Jewelcrafting +53966 - Purified Twilight Opal - Jewelcrafting +53969 - Balanced Twilight Opal - Jewelcrafting +53975 - Inscribed Monarch Topaz - Jewelcrafting +53976 - Etched Monarch Topaz - Jewelcrafting +53977 - Champion's Monarch Topaz - Jewelcrafting +53989 - Pristine Monarch Topaz - Jewelcrafting +53992 - Stalwart Monarch Topaz - Jewelcrafting +54003 - Misty Forest Emerald - Jewelcrafting +54004 - Shining Forest Emerald - Jewelcrafting +54007 - Dazzling Forest Emerald - Jewelcrafting +54017 - Precise Bloodstone - Jewelcrafting +54020 - Transmute: Eternal Might - Alchemy +54023 - Resolute Monarch Topaz - Jewelcrafting +54213 - Flask of Pure Mojo - Alchemy +54218 - Elixir of Mighty Strength - Alchemy +54220 - Elixir of Protection - Alchemy +54221 - Potion of Speed - Alchemy +54222 - Potion of Wild Magic - Alchemy +54353 - Mark \"S\" Boomstick - Engineering +54550 - Cobalt Triangle Shield - Blacksmithing +54551 - Tempered Saronite Belt - Blacksmithing +54552 - Tempered Saronite Boots - Blacksmithing +54553 - Tempered Saronite Breastplate - Blacksmithing +54554 - Tempered Saronite Legplates - Blacksmithing +54555 - Tempered Saronite Helm - Blacksmithing +54556 - Tempered Saronite Shoulders - Blacksmithing +54557 - Saronite Defender - Blacksmithing +54736 - Personal Electromagnetic Pulse Generator - Engineering +54793 - Belt-Clipped Spynoculars - Engineering +54917 - Spiked Cobalt Helm - Blacksmithing +54918 - Spiked Cobalt Boots - Blacksmithing +54941 - Spiked Cobalt Shoulders - Blacksmithing 54944 - Spiked Cobalt Chestpiece - Blacksmithing -58340 - Glyph of Kilrogg - Inscription -53812 - Pygmy Oil - Alchemy -57208 - Glyph of Blood Boil - Inscription -58482 - Scroll of Agility VII - Inscription -55369 - Titansteel Destroyer - Blacksmithing -60605 - Dragonstompers - Leatherworking 54945 - Spiked Cobalt Gauntlets - Blacksmithing -58341 - Glyph of Souls - Inscription -57209 - Glyph of Blood Tap - Inscription -3864 - Star Belt - Tailoring -58483 - Scroll of Agility VIII - Inscription -55370 - Titansteel Bonecrusher - Blacksmithing -44616 - Enchant Bracers - Greater Stats - Enchanting -22967 - Smelt Elementium - Smelting 54946 - Spiked Cobalt Belt - Blacksmithing -58342 - Glyph of Battle - Inscription -57210 - Glyph of Bone Shield - Inscription -28910 - Inscribed Flame Spessarite - Jewelcrafting -60606 - Enchant Boots - Assault - Enchanting -53956 - Brilliant Autumn's Glow - Jewelcrafting -58484 - Scroll of Strength - Inscription -55371 - Titansteel Guardian - Blacksmithing -60607 - Iceborne Wristguards - Leatherworking -10516 - Nightscape Shoulders - Leatherworking 54947 - Spiked Cobalt Legplates - Blacksmithing -58343 - Glyph of Bloodrage - Inscription -57211 - Glyph of Chains of Ice - Inscription -59475 - Tome of the Dawn - Inscription -58485 - Scroll of Strength II - Inscription -55372 - Spiked Titansteel Helm - Blacksmithing -60608 - Iceborne Helm - Leatherworking -59759 - Monarch Crab - Jewelcrafting 54948 - Spiked Cobalt Bracers - Blacksmithing -58344 - Glyph of Charge - Inscription -57212 - Glyph of Dark Command - Inscription -58486 - Scroll of Strength III - Inscription -55656 - Eternal Belt Buckle - Blacksmithing -55373 - Tempered Titansteel Helm - Blacksmithing 54949 - Horned Cobalt Helm - Blacksmithing -58345 - Glyph of Mocking Blow - Inscription -57213 - Glyph of Death Grip - Inscription -60609 - Enchant Cloak - Speed - Enchanting -58487 - Scroll of Strength IV - Inscription +54998 - Hand-Mounted Pyro Rocket - Engineering +54999 - Hyperspeed Accelerators - Engineering +55002 - Flexweave Underlay - Engineering +55013 - Saronite Protector - Blacksmithing +55014 - Saronite Bulwark - Blacksmithing +55015 - Tempered Saronite Gauntlets - Blacksmithing +55016 - Nitro Boosts - Engineering +55017 - Tempered Saronite Bracers - Blacksmithing +55055 - Brilliant Saronite Legplates - Blacksmithing +55056 - Brilliant Saronite Gauntlets - Blacksmithing +55057 - Brilliant Saronite Boots - Blacksmithing +55058 - Brilliant Saronite Breastplate - Blacksmithing +55174 - Honed Cobalt Cleaver - Blacksmithing +55177 - Savage Cobalt Slicer - Blacksmithing +55179 - Saronite Ambusher - Blacksmithing +55181 - Saronite Shiv - Blacksmithing +55182 - Furious Saronite Beatstick - Blacksmithing +55183 - Corroded Saronite Edge - Blacksmithing +55184 - Corroded Saronite Woundbringer - Blacksmithing +55185 - Saronite Mindcrusher - Blacksmithing +55186 - Chestplate of Conquest - Blacksmithing +55187 - Legplates of Conquest - Blacksmithing +55199 - Cloak of Tormented Skies - Leatherworking +55200 - Sturdy Cobalt Quickblade - Blacksmithing +55201 - Cobalt Tenderizer - Blacksmithing +55202 - Sure-fire Shuriken - Blacksmithing +55203 - Forged Cobalt Claymore - Blacksmithing +55204 - Notched Cobalt War Axe - Blacksmithing +55206 - Deadly Saronite Dirk - Blacksmithing +55208 - Smelt Titansteel - Smelting +55211 - Smelt Titanium - Smelting +55243 - Bracers of Deflection - Leatherworking +55252 - Scrapbot Construction Kit - Engineering +55298 - Vengeance Bindings - Blacksmithing +55300 - Righteous Gauntlets - Blacksmithing +55301 - Daunting Handguards - Blacksmithing +55302 - Helm of Command - Blacksmithing +55303 - Daunting Legplates - Blacksmithing +55304 - Righteous Greaves - Blacksmithing +55305 - Savage Saronite Bracers - Blacksmithing +55306 - Savage Saronite Pauldrons - Blacksmithing +55307 - Savage Saronite Waistguard - Blacksmithing +55308 - Savage Saronite Walkers - Blacksmithing +55309 - Savage Saronite Gauntlets - Blacksmithing +55310 - Savage Saronite Legplates - Blacksmithing +55311 - Savage Saronite Hauberk - Blacksmithing +55312 - Savage Saronite Skullshield - Blacksmithing +55369 - Titansteel Destroyer - Blacksmithing +55370 - Titansteel Bonecrusher - Blacksmithing +55371 - Titansteel Guardian - Blacksmithing +55372 - Spiked Titansteel Helm - Blacksmithing +55373 - Tempered Titansteel Helm - Blacksmithing 55374 - Brilliant Titansteel Helm - Blacksmithing -58346 - Glyph of Thunder Clap - Inscription -60893 - Northrend Alchemy Research - Alchemy -57214 - Glyph of Death and Decay - Inscription -28914 - Glinting Flame Spessarite - Jewelcrafting -59478 - Book of Survival - Inscription -55941 - Black Duskweave Robe - Tailoring -58488 - Scroll of Strength V - Inscription 55375 - Spiked Titansteel Treads - Blacksmithing -60611 - Dark Iceborne Leggings - Leatherworking -58347 - Glyph of Enduring Victory - Inscription -57215 - Glyph of Death's Embrace - Inscription -61177 - Northrend Inscription Research - Inscription -19435 - Mooncloth Boots - Tailoring -58489 - Scroll of Strength VI - Inscription -59338 - Glyph of Rune Tap - Inscription 55376 - Tempered Titansteel Treads - Blacksmithing -26086 - Felcloth Bag - Tailoring -57216 - Glyph of Frost Strike - Inscription -58065 - Dalaran Clam Chowder - Cooking -28916 - Radiant Deep Peridot - Jewelcrafting -59480 - Strange Tarot - Inscription -55943 - Black Duskweave Wristwraps - Tailoring -53962 - Sovereign Twilight Opal - Jewelcrafting -58490 - Scroll of Strength VII - Inscription -59339 - Glyph of Blood Strike - Inscription 55377 - Brilliant Titansteel Treads - Blacksmithing -44623 - Enchant Chest - Super Stats - Enchanting -60613 - Dark Iceborne Chestguard - Leatherworking -7126 - Handstitched Leather Vest - Leatherworking -2881 - Light Leather - Leatherworking -57217 - Glyph of Horn of Winter - Inscription -28917 - Jagged Deep Peridot - Jewelcrafting -3872 - Rich Purple Silk Shirt - Tailoring -53963 - Shifting Twilight Opal - Jewelcrafting -59340 - Glyph of Death Strike - Inscription -58491 - Scroll of Strength VIII - Inscription -57218 - Glyph of Icebound Fortitude - Inscription -9957 - Orcish War Leggings - Blacksmithing -53964 - Tenuous Twilight Opal - Jewelcrafting -44625 - Enchant Gloves - Armsman - Enchanting -57219 - Glyph of Icy Touch - Inscription -44484 - Enchant Gloves - Expertise - Enchanting -12081 - Admiral's Hat - Tailoring -44343 - Knothide Ammo Pouch - Leatherworking -59625 - Enchant Weapon - Black Magic - Enchanting -57220 - Glyph of Obliterate - Inscription -60616 - Enchant Bracers - Striking - Enchanting -59484 - Tome of Kings - Inscription -44344 - Knothide Quiver - Leatherworking -53966 - Purified Twilight Opal - Jewelcrafting -57221 - Glyph of Plague Strike - Inscription -12083 - Stormcloth Headband - Tailoring -56514 - Global Thermal Sapper Charge - Engineering -44770 - Glove Reinforcements - Leatherworking -57222 - Glyph of the Ghoul - Inscription -59486 - Royal Guide of Escape Routes - Inscription -44629 - Enchant Weapon - Exceptional Spellpower - Enchanting -57223 - Glyph of Rune Strike - Inscription -60619 - Runed Titanium Rod - Enchanting -44488 - Enchant Gloves - Precision - Enchanting -59487 - Arcane Tarot - Inscription -60336 - Scroll of Recall II - Inscription -53969 - Balanced Twilight Opal - Jewelcrafting -44630 - Enchant 2H Weapon - Greater Savagery - Enchanting -60620 - Bugsquashers - Leatherworking -55243 - Bracers of Deflection - Leatherworking -57224 - Glyph of Scourge Strike - Inscription -44489 - Enchant Shield - Defense - Enchanting -59488 - Weapon Vellum II - Inscription -60337 - Scroll of Recall III - Inscription -39961 - Relentless Earthstorm Diamond - Jewelcrafting -56234 - Titansteel Shanker - Blacksmithing -57225 - Glyph of Strangulate - Inscription -28925 - Glowing Shadow Draenite - Jewelcrafting -60621 - Enchant Weapon - Greater Potency - Enchanting -59489 - Fire Eater's Guide - Inscription -12087 - Stormcloth Shoulders - Tailoring 55386 - Tireless Skyflare Diamond - Jewelcrafting -60763 - Enchant Boots - Greater Assault - Enchanting -60622 - Nerubian Bracers - Leatherworking -57226 - Glyph of Unbreakable Armor - Inscription -61471 - Diamond-cut Refractor Scope - Engineering -56943 - Glyph of Frenzied Regeneration - Inscription -7418 - Enchant Bracer - Minor Health - Enchanting -59490 - Book of Stars - Inscription -56519 - Elixir of Mighty Mageblood - Alchemy -52840 - Weapon Vellum - Inscription -44633 - Enchant Weapon - Exceptional Agility - Enchanting -18456 - Truefaith Vestments - Tailoring -53831 - Bold Bloodstone - Jewelcrafting -57227 - Glyph of Vampiric Blood - Inscription -60623 - Enchant Boots - Icewalker - Enchanting -56944 - Glyph of Growl - Inscription -44492 - Enchant Chest - Mighty Health - Enchanting -59491 - Shadowy Tarot - Inscription -30342 - Red Smoke Flare - Engineering -60624 - Nerubian Helm - Leatherworking -51568 - Black Chitinguard Boots - Leatherworking -53832 - Delicate Bloodstone - Jewelcrafting -57228 - Glyph of Raise Dead - Inscription -56945 - Glyph of Healing Touch - Inscription -30343 - Blue Smoke Flare - Engineering -12090 - Stormcloth Boots - Tailoring -44635 - Enchant Bracers - Greater Spellpower - Enchanting -51569 - Dark Arctic Leggings - Leatherworking -57229 - Glyph of Corpse Explosion - Inscription -15628 - Pet Bombling - Engineering -56946 - Glyph of Hurricane - Inscription -7421 - Runed Copper Rod - Enchanting -59493 - Stormbound Tome - Inscription 55390 - Destructive Skyflare Diamond - Jewelcrafting -53975 - Inscribed Monarch Topaz - Jewelcrafting -52843 - Moonglow Ink - Inscription -60767 - Enchant Bracers - Superior Spellpower - Enchanting -20015 - Enchant Cloak - Superior Defense - Enchanting -44636 - Enchant Ring - Greater Spellpower - Enchanting -51570 - Dark Arctic Chestpiece - Leatherworking -45061 - Mad Alchemist's Potion - Alchemy -53834 - Runed Bloodstone - Jewelcrafting -57230 - Glyph of Pestilence - Inscription -22704 - Field Repair Bot 74A - Engineering -56947 - Glyph of Innervate - Inscription -59494 - Manual of Clouds - Inscription -34590 - Bright Blood Garnet - Jewelcrafting -53976 - Etched Monarch Topaz - Jewelcrafting -59636 - Enchant Ring - Stamina - Enchanting -60627 - Dark Nerubian Leggings - Leatherworking -51571 - Arctic Wristguards - Leatherworking -53835 - Bright Bloodstone - Jewelcrafting -56948 - Glyph of Insect Swarm - Inscription -59495 - Hellfire Tome - Inscription -53977 - Champion's Monarch Topaz - Jewelcrafting -51572 - Arctic Helm - Leatherworking -53836 - Runic Healing Potion - Alchemy -57232 - Glyph of Chain Heal - Inscription -56949 - Glyph of Lifebloom - Inscription -59496 - Book of Clever Tricks - Inscription -60629 - Dark Nerubian Chestpiece - Leatherworking -53837 - Runic Mana Potion - Alchemy -57233 - Glyph of Chain Lightning - Inscription -55252 - Scrapbot Construction Kit - Engineering -56950 - Glyph of Mangle - Inscription -59497 - Iron-bound Tome - Inscription -9972 - Ornate Mithril Breastplate - Blacksmithing 55394 - Swift Skyflare Diamond - Jewelcrafting -60630 - Scaled Icewalkers - Leatherworking -53838 - Resurgent Healing Potion - Alchemy -57234 - Glyph of Lava - Inscription -15633 - Lil' Smoky - Engineering -25255 - Delicate Copper Wire - Jewelcrafting -56951 - Glyph of Moonfire - Inscription -59498 - Faces of Doom - Inscription -30349 - Khorium Toolbox - Engineering 55395 - Thundering Skyflare Diamond - Jewelcrafting -60631 - Cloak of Harsh Winds - Leatherworking -53839 - Icy Mana Potion - Alchemy -57235 - Glyph of Earth Shock - Inscription -56952 - Glyph of Rake - Inscription -44500 - Enchant Cloak - Superior Agility - Enchanting -59499 - Armor Vellum II - Inscription -24266 - Gurubashi Mojo Madness - Alchemy -53840 - Elixir of Mighty Agility - Alchemy -57236 - Glyph of Earthliving Weapon - Inscription -28936 - Sovereign Shadow Draenite - Jewelcrafting -56953 - Glyph of Rebirth - Inscription -7428 - Enchant Bracer - Minor Deflection - Enchanting -59500 - Armor Vellum III - Inscription -39973 - Frost Grenades - Engineering 55397 - Bracing Earthsiege Diamond - Jewelcrafting -52567 - Cobalt Legplates - Blacksmithing -42662 - Ragesteel Shoulders - Blacksmithing -22711 - Shadowskin Gloves - Leatherworking -57237 - Glyph of Fire Elemental Totem - Inscription -56954 - Glyph of Regrowth - Inscription -59501 - Weapon Vellum III - Inscription -60350 - Transmute: Titanium - Alchemy -47898 - Enchant Cloak - Greater Speed - Enchanting -53841 - Wrath Elixir - Alchemy -56530 - Enchanted Pearl - Jewelcrafting -52568 - Cobalt Belt - Blacksmithing -57238 - Glyph of Fire Nova Totem - Inscription -28938 - Brilliant Golden Draenite - Jewelcrafting -61483 - Mechanized Snow Goggles - Engineering -2336 - Elixir of Tongues - Alchemy -56955 - Glyph of Rejuvenation - Inscription -59502 - Darkmoon Card - Inscription -47899 - Enchant Cloak - Wisdom - Enchanting -53842 - Spellpower Elixir - Alchemy -56531 - Enchanted Tear - Jewelcrafting 55399 - Powerful Earthsiege Diamond - Jewelcrafting -54550 - Cobalt Triangle Shield - Blacksmithing -44645 - Enchant Ring - Assault - Enchanting -52569 - Cobalt Boots - Blacksmithing -57239 - Glyph of Flame Shock - Inscription +55402 - Persistent Earthsiege Diamond - Jewelcrafting +55405 - Beaming Earthsiege Diamond - Jewelcrafting +55628 - Socket Bracer - Blacksmithing +55641 - Socket Gloves - Blacksmithing +55642 - Lightweave Embroidery - Tailoring +55656 - Eternal Belt Buckle - Blacksmithing +55732 - Titanium Rod - Blacksmithing +55769 - Darkglow Embroidery - Tailoring +55777 - Swordguard Embroidery - Tailoring +55834 - Cobalt Bracers - Blacksmithing +55835 - Cobalt Gauntlets - Blacksmithing +55839 - Titanium Weapon Chain - Blacksmithing +55898 - Frostweave Net - Tailoring +55899 - Bolt of Frostweave - Tailoring +55900 - Bolt of Imbued Frostweave - Tailoring +55901 - Duskweave Leggings - Tailoring +55902 - Frostwoven Shoulders - Tailoring +55903 - Frostwoven Robe - Tailoring +55904 - Frostwoven Gloves - Tailoring +55906 - Frostwoven Boots - Tailoring +55907 - Frostwoven Cowl - Tailoring +55908 - Frostwoven Belt - Tailoring +55910 - Mystic Frostwoven Shoulders - Tailoring +55911 - Mystic Frostwoven Robe - Tailoring +55913 - Mystic Frostwoven Wristwraps - Tailoring +55914 - Duskweave Belt - Tailoring +55919 - Duskweave Cowl - Tailoring +55920 - Duskweave Wristwraps - Tailoring +55921 - Duskweave Robe - Tailoring +55922 - Duskweave Gloves - Tailoring +55923 - Duskweave Shoulders - Tailoring +55925 - Black Duskweave Leggings - Tailoring +55941 - Black Duskweave Robe - Tailoring +55943 - Black Duskweave Wristwraps - Tailoring +55995 - Yellow Lumberjack Shirt - Tailoring +56000 - Green Workman's Shirt - Tailoring +56001 - Moonshroud - Tailoring +56002 - Ebonweave - Tailoring +56003 - Spellweave - Tailoring +56007 - Frostweave Bag - Tailoring +56008 - Shining Spellthread - Tailoring +56010 - Azure Spellthread - Tailoring +56014 - Cloak of the Moon - Tailoring +56015 - Cloak of Frozen Spirits - Tailoring +56016 - Wispcloak - Tailoring +56017 - Deathchill Cloak - Tailoring +56018 - Hat of Wintry Doom - Tailoring +56019 - Silky Iceshard Boots - Tailoring +56020 - Deep Frozen Cord - Tailoring +56021 - Frostmoon Pants - Tailoring +56022 - Light Blessed Mittens - Tailoring +56023 - Aurora Slippers - Tailoring +56024 - Moonshroud Robe - Tailoring +56025 - Moonshroud Gloves - Tailoring +56026 - Ebonweave Robe - Tailoring +56027 - Ebonweave Gloves - Tailoring +56028 - Spellweave Robe - Tailoring +56029 - Spellweave Gloves - Tailoring +56030 - Frostwoven Leggings - Tailoring +56031 - Frostwoven Wristwraps - Tailoring +56034 - Master's Spellthread - Tailoring +56039 - Sanctified Spellthread - Tailoring +56048 - Duskweave Boots - Tailoring +56193 - Bloodstone Band - Jewelcrafting +56194 - Sun Rock Ring - Jewelcrafting +56195 - Jade Dagger Pendant - Jewelcrafting +56196 - Blood Sun Necklace - Jewelcrafting +56197 - Dream Signet - Jewelcrafting +56199 - Ruby Hare - Jewelcrafting +56201 - Twilight Serpent - Jewelcrafting +56202 - Sapphire Owl - Jewelcrafting +56203 - Emerald Boar - Jewelcrafting +56205 - Dark Jade Focusing Lens - Jewelcrafting +56206 - Shadow Crystal Focusing Lens - Jewelcrafting +56208 - Shadow Jade Focusing Lens - Jewelcrafting +56234 - Titansteel Shanker - Blacksmithing +56280 - Cudgel of Saronite Justice - Blacksmithing +56349 - Handful of Cobalt Bolts - Engineering +56357 - Titanium Shield Spike - Blacksmithing +56400 - Titansteel Shield Wall - Blacksmithing +56459 - Hammer Pick - Engineering +56460 - Cobalt Frag Bomb - Engineering +56461 - Bladed Pickaxe - Engineering +56462 - Gnomish Army Knife - Engineering +56463 - Explosive Decoy - Engineering +56464 - Overcharged Capacitor - Engineering +56466 - Sonic Booster - Engineering +56467 - Noise Machine - Engineering +56468 - Saronite Bomb - Engineering +56469 - Gnomish Lightning Generator - Engineering +56470 - Sun Scope - Engineering +56471 - Froststeel Tube - Engineering +56472 - MOLL-E - Engineering +56473 - Gnomish X-Ray Specs - Engineering +56474 - Ultrasafe Bullet Machine - Engineering +56475 - Saronite Arrow Maker - Engineering +56476 - Healing Injector Kit - Engineering +56477 - Mana Injector Kit - Engineering +56478 - Heartseeker Scope - Engineering +56479 - Armor Plated Combat Shotgun - Engineering +56480 - Armored Titanium Goggles - Engineering +56481 - Weakness Spectralizers - Engineering +56483 - Charged Titanium Specs - Engineering +56484 - Visage Liquification Goggles - Engineering +56486 - Greensight Gogs - Engineering +56487 - Electroflux Sight Enhancers - Engineering +56514 - Global Thermal Sapper Charge - Engineering +56519 - Elixir of Mighty Mageblood - Alchemy +56530 - Enchanted Pearl - Jewelcrafting +56531 - Enchanted Tear - Jewelcrafting +56549 - Ornate Saronite Bracers - Blacksmithing +56550 - Ornate Saronite Pauldrons - Blacksmithing +56551 - Ornate Saronite Waistguard - Blacksmithing +56552 - Ornate Saronite Walkers - Blacksmithing +56553 - Ornate Saronite Gauntlets - Blacksmithing +56554 - Ornate Saronite Legplates - Blacksmithing +56555 - Ornate Saronite Hauberk - Blacksmithing +56556 - Ornate Saronite Skullshield - Blacksmithing +56574 - Truesight Ice Blinders - Engineering +56943 - Glyph of Frenzied Regeneration - Inscription +56944 - Glyph of Growl - Inscription +56945 - Glyph of Healing Touch - Inscription +56946 - Glyph of Hurricane - Inscription +56947 - Glyph of Innervate - Inscription +56948 - Glyph of Insect Swarm - Inscription +56949 - Glyph of Lifebloom - Inscription +56950 - Glyph of Mangle - Inscription +56951 - Glyph of Moonfire - Inscription +56952 - Glyph of Rake - Inscription +56953 - Glyph of Rebirth - Inscription +56954 - Glyph of Regrowth - Inscription +56955 - Glyph of Rejuvenation - Inscription 56956 - Glyph of Rip - Inscription -59503 - Greater Darkmoon Card - Inscription -47900 - Enchant Chest - Super Health - Enchanting -53843 - Subtle Bloodstone - Jewelcrafting -54551 - Tempered Saronite Belt - Blacksmithing -52570 - Cobalt Chestpiece - Blacksmithing -57240 - Glyph of Flametongue Weapon - Inscription 56957 - Glyph of Shred - Inscription -59504 - Darkmoon Card of the North - Inscription -9979 - Ornate Mithril Boots - Blacksmithing -47901 - Enchant Boots - Tuskarr's Vitality - Enchanting -53844 - Flashing Bloodstone - Jewelcrafting -54552 - Tempered Saronite Boots - Blacksmithing -20026 - Enchant Chest - Major Health - Enchanting -52571 - Cobalt Helm - Blacksmithing -60637 - Ice Striker's Cloak - Leatherworking -57241 - Glyph of Frost Shock - Inscription 56958 - Glyph of Starfall - Inscription -44506 - Enchant Gloves - Gatherer - Enchanting -60354 - Elixir of Accuracy - Alchemy -9980 - Ornate Mithril Helm - Blacksmithing -53845 - Fractured Bloodstone - Jewelcrafting -55402 - Persistent Earthsiege Diamond - Jewelcrafting -54553 - Tempered Saronite Breastplate - Blacksmithing -52572 - Cobalt Shoulders - Blacksmithing -57242 - Glyph of Healing Stream Totem - Inscription 56959 - Glyph of Starfire - Inscription -60355 - Elixir of Deadly Strikes - Alchemy -47054 - Steady Seaspray Emerald - Jewelcrafting -54554 - Tempered Saronite Legplates - Blacksmithing -57243 - Glyph of Healing Wave - Inscription 56960 - Glyph of Swiftmend - Inscription -44508 - Enchant Boots - Greater Spirit - Enchanting -60356 - Elixir of Mighty Defense - Alchemy -53281 - Volatile Blasting Trigger - Engineering -53847 - Elixir of Spirit - Alchemy -53989 - Pristine Monarch Topaz - Jewelcrafting -54555 - Tempered Saronite Helm - Blacksmithing -60640 - Durable Nerubhide Cape - Leatherworking -57244 - Glyph of Lesser Healing Wave - Inscription 56961 - Glyph of Maul - Inscription -44509 - Enchant Chest - Greater Mana Restoration - Enchanting -60357 - Elixir of Expertise - Alchemy -53848 - Guru's Elixir - Alchemy -55405 - Beaming Earthsiege Diamond - Jewelcrafting -54556 - Tempered Saronite Shoulders - Blacksmithing -10550 - Nightscape Cloak - Leatherworking -57245 - Glyph of Lightning Bolt - Inscription -44510 - Enchant Weapon - Exceptional Spirit - Enchanting -54557 - Saronite Defender - Blacksmithing -57246 - Glyph of Lightning Shield - Inscription -44794 - Chaotic Skyfire Diamond - Jewelcrafting 56963 - Glyph of Wrath - Inscription -53992 - Stalwart Monarch Topaz - Jewelcrafting -47766 - Enchant Chest - Greater Defense - Enchanting -13240 - The Mortar: Reloaded - Engineering -60643 - Pack of Endless Pockets - Leatherworking -57247 - Glyph of Mana Tide Totem - Inscription -28948 - Rigid Golden Draenite - Jewelcrafting -44513 - Enchant Gloves - Greater Assault - Enchanting -53852 - Brilliant Sun Crystal - Jewelcrafting -57248 - Glyph of Stormstrike - Inscription -27958 - Enchant Chest - Exceptional Mana - Enchanting -50598 - Scroll of Intellect II - Inscription -55834 - Cobalt Bracers - Blacksmithing -53853 - Smooth Sun Crystal - Jewelcrafting -56400 - Titansteel Shield Wall - Blacksmithing -57249 - Glyph of Lava Lash - Inscription -50599 - Scroll of Intellect III - Inscription -28950 - Solid Azure Moonstone - Jewelcrafting -55835 - Cobalt Gauntlets - Blacksmithing -53854 - Rigid Sun Crystal - Jewelcrafting -57250 - Glyph of Elemental Mastery - Inscription -22866 - Belt of the Archmage - Tailoring -50600 - Scroll of Intellect IV - Inscription 56968 - Glyph of Arcane Explosion - Inscription -53855 - Thick Sun Crystal - Jewelcrafting -57251 - Glyph of Water Mastery - Inscription -22867 - Felcloth Gloves - Tailoring -50601 - Scroll of Intellect V - Inscription -60365 - Elixir of Armor Piercing - Alchemy -53856 - Quick Sun Crystal - Jewelcrafting -57252 - Glyph of Windfury Weapon - Inscription -22868 - Inferno Gloves - Tailoring -50602 - Scroll of Intellect VI - Inscription -60649 - Razorstrike Breastplate - Leatherworking -19048 - Heavy Scorpid Bracers - Leatherworking -60366 - Elixir of Lightning Speed - Alchemy -10841 - Heavy Mageweave Bandage - First Aid -53857 - Mystic Sun Crystal - Jewelcrafting -28953 - Sparkling Azure Moonstone - Jewelcrafting -22869 - Mooncloth Gloves - Tailoring -57112 - Glyph of Adrenaline Rush - Inscription -50603 - Scroll of Intellect VII - Inscription -19049 - Wicked Leather Gauntlets - Leatherworking 56971 - Glyph of Arcane Missiles - Inscription -60367 - Elixir of Mighty Thoughts - Alchemy -55839 - Titanium Weapon Chain - Blacksmithing -22870 - Cloak of Warding - Tailoring -57113 - Glyph of Ambush - Inscription -50604 - Scroll of Intellect VIII - Inscription -60651 - Virulent Spaulders - Leatherworking 56972 - Glyph of Arcane Power - Inscription -53859 - Sovereign Shadow Crystal - Jewelcrafting -57114 - Glyph of Backstab - Inscription -50605 - Scroll of Spirit II - Inscription -60652 - Eaglebane Bracers - Leatherworking 56973 - Glyph of Blink - Inscription -53860 - Shifting Shadow Crystal - Jewelcrafting -17636 - Flask of Distilled Wisdom - Alchemy -57115 - Glyph of Blade Flurry - Inscription -50606 - Scroll of Spirit III - Inscription -56549 - Ornate Saronite Bracers - Blacksmithing 56974 - Glyph of Evocation - Inscription -53861 - Tenuous Shadow Crystal - Jewelcrafting -12260 - Rough Copper Vest - Blacksmithing -57257 - Glyph of Banish - Inscription -60653 - Enchant Shield - Greater Intellect - Enchanting -54003 - Misty Forest Emerald - Jewelcrafting -50607 - Scroll of Spirit IV - Inscription -56550 - Ornate Saronite Pauldrons - Blacksmithing -57116 - Glyph of Crippling Poison - Inscription -19053 - Chimeric Gloves - Leatherworking 56975 - Glyph of Fireball - Inscription -53862 - Glowing Shadow Crystal - Jewelcrafting -57258 - Glyph of Conflagrate - Inscription -57683 - Fur Lining - Attack Power - Leatherworking -54004 - Shining Forest Emerald - Jewelcrafting -50608 - Scroll of Spirit V - Inscription -18629 - Runecloth Bandage - First Aid -56551 - Ornate Saronite Waistguard - Blacksmithing -57117 - Glyph of Deadly Throw - Inscription -60655 - Nightshock Hood - Leatherworking 56976 - Glyph of Frost Nova - Inscription -53863 - Purified Shadow Crystal - Jewelcrafting -57259 - Glyph of Corruption - Inscription -50609 - Scroll of Spirit VI - Inscription -44383 - Enchant Shield - Resilience - Enchanting -18630 - Heavy Runecloth Bandage - First Aid -56552 - Ornate Saronite Walkers - Blacksmithing 56977 - Glyph of Frostbolt - Inscription -53864 - Royal Shadow Crystal - Jewelcrafting -57260 - Glyph of Curse of Agony - Inscription -44950 - Green Winter Clothes - Tailoring -3915 - Brown Linen Shirt - Tailoring -50610 - Scroll of Spirit VII - Inscription -56553 - Ornate Saronite Gauntlets - Blacksmithing -57119 - Glyph of Evasion - Inscription 56978 - Glyph of Ice Armor - Inscription -53865 - Mysterious Shadow Crystal - Jewelcrafting -57261 - Glyph of Death Coil - Inscription -54007 - Dazzling Forest Emerald - Jewelcrafting -50611 - Scroll of Spirit VIII - Inscription -56554 - Ornate Saronite Legplates - Blacksmithing -57120 - Glyph of Eviscerate - Inscription -60658 - Nightshock Girdle - Leatherworking 56979 - Glyph of Ice Block - Inscription -54998 - Hand-Mounted Pyro Rocket - Engineering -53866 - Balanced Shadow Crystal - Jewelcrafting -57262 - Glyph of Fear - Inscription -42688 - Adamantite Weapon Chain - Blacksmithing -50612 - Scroll of Stamina II - Inscription -56555 - Ornate Saronite Hauberk - Blacksmithing -57121 - Glyph of Expose Armor - Inscription 56980 - Glyph of Ice Lance - Inscription -44528 - Enchant Boots - Greater Fortitude - Enchanting -54999 - Hyperspeed Accelerators - Engineering -53867 - Infused Shadow Crystal - Jewelcrafting -57263 - Glyph of Felguard - Inscription -56556 - Ornate Saronite Skullshield - Blacksmithing -57122 - Glyph of Feint - Inscription -60660 - Leggings of Visceral Strikes - Leatherworking 56981 - Glyph of Icy Veins - Inscription -44529 - Enchant Gloves - Major Agility - Enchanting -53868 - Regal Shadow Crystal - Jewelcrafting -57264 - Glyph of Felhunter - Inscription -50614 - Scroll of Stamina III - Inscription -59387 - Certificate of Ownership - Inscription -57123 - Glyph of Garrote - Inscription 56982 - Glyph of Improved Scorch - Inscription -57265 - Glyph of Health Funnel - Inscription -57690 - Fur Lining - Stamina - Leatherworking -3920 - Crafted Light Shot - Engineering -57124 - Glyph of Ghostly Strike - Inscription -19061 - Living Shoulders - Leatherworking 56983 - Glyph of Invisibility - Inscription -55002 - Flexweave Underlay - Engineering -53870 - Puissant Shadow Crystal - Jewelcrafting -3496 - Moonsteel Broadsword - Blacksmithing -57266 - Glyph of Healthstone - Inscription -52738 - Ivory Ink - Inscription -57691 - Fur Lining - Spell Power - Leatherworking -50616 - Scroll of Stamina IV - Inscription -57125 - Glyph of Gouge - Inscription 56984 - Glyph of Mage Armor - Inscription -53871 - Guardian's Shadow Crystal - Jewelcrafting -39721 - Rigid Lionseye - Jewelcrafting -57267 - Glyph of Howl of Terror - Inscription -52739 - Armor Vellum - Inscription -60663 - Enchant Cloak - Major Agility - Enchanting -50617 - Scroll of Stamina V - Inscription -57126 - Glyph of Hemorrhage - Inscription -45382 - Scroll of Stamina - Inscription -53872 - Inscribed Huge Citrine - Jewelcrafting -57268 - Glyph of Immolate - Inscription 56985 - Glyph of Mana Gem - Inscription -55995 - Yellow Lumberjack Shirt - Tailoring -44958 - Red Winter Clothes - Tailoring -50618 - Scroll of Stamina VI - Inscription -57127 - Glyph of Preparation - Inscription -60665 - Seafoam Gauntlets - Leatherworking -45100 - Leatherworker's Satchel - Leatherworking -53873 - Etched Huge Citrine - Jewelcrafting -57269 - Glyph of Imp - Inscription 56986 - Glyph of Molten Armor - Inscription -50619 - Scroll of Stamina VII - Inscription -57128 - Glyph of Rupture - Inscription -60666 - Jormscale Footpads - Leatherworking -53874 - Champion's Huge Citrine - Jewelcrafting -57270 - Glyph of Searing Pain - Inscription 56987 - Glyph of Polymorph - Inscription -50620 - Scroll of Stamina VIII - Inscription -56280 - Cudgel of Saronite Justice - Blacksmithing -57129 - Glyph of Sap - Inscription -53875 - Resplendent Huge Citrine - Jewelcrafting -57271 - Glyph of Shadow Bolt - Inscription 56988 - Glyph of Remove Curse - Inscription -54017 - Precise Bloodstone - Jewelcrafting -57130 - Glyph of Vigor - Inscription -53876 - Fierce Huge Citrine - Jewelcrafting -57272 - Glyph of Shadowburn - Inscription -60668 - Enchant Gloves - Crusher - Enchanting 56989 - Glyph of Water Elemental - Inscription -57131 - Glyph of Sinister Strike - Inscription -60669 - Wildscale Breastplate - Leatherworking -57273 - Glyph of Siphon Life - Inscription -56000 - Green Workman's Shirt - Tailoring -57132 - Glyph of Slice and Dice - Inscription -53878 - Glinting Huge Citrine - Jewelcrafting -57274 - Glyph of Soulstone - Inscription -56001 - Moonshroud - Tailoring -54020 - Transmute: Eternal Might - Alchemy -16664 - Runic Plate Shoulders - Blacksmithing -57133 - Glyph of Sprint - Inscription -60671 - Purehorn Spaulders - Leatherworking -53879 - Lucent Huge Citrine - Jewelcrafting -57275 - Glyph of Succubus - Inscription -34069 - Smooth Golden Draenite - Jewelcrafting -56002 - Ebonweave - Tailoring -53880 - Deft Huge Citrine - Jewelcrafting -57276 - Glyph of Unstable Affliction - Inscription -56003 - Spellweave - Tailoring -55013 - Saronite Protector - Blacksmithing -53881 - Luminous Huge Citrine - Jewelcrafting -57277 - Glyph of Voidwalker - Inscription 56994 - Glyph of Aimed Shot - Inscription -54023 - Resolute Monarch Topaz - Jewelcrafting -55014 - Saronite Bulwark - Blacksmithing -53882 - Potent Huge Citrine - Jewelcrafting -39732 - Royal Shadowsong Amethyst - Jewelcrafting 56995 - Glyph of Arcane Shot - Inscription -57703 - Hunter's Ink - Inscription -55015 - Tempered Saronite Gauntlets - Blacksmithing -53883 - Veiled Huge Citrine - Jewelcrafting -55298 - Vengeance Bindings - Blacksmithing 56996 - Glyph of Aspect of the Beast - Inscription -57704 - Lion's Ink - Inscription -57421 - Northern Stew - Cooking -55016 - Nitro Boosts - Engineering -53884 - Durable Huge Citrine - Jewelcrafting -39734 - Potent Pyrestone - Jewelcrafting 56997 - Glyph of Aspect of the Monkey - Inscription -56007 - Frostweave Bag - Tailoring -44970 - Heavy Knothide Armor Kit - Leatherworking -55017 - Tempered Saronite Bracers - Blacksmithing -39735 - Luminous Pyrestone - Jewelcrafting -55300 - Righteous Gauntlets - Blacksmithing 56998 - Glyph of Aspect of the Viper - Inscription -56008 - Shining Spellthread - Tailoring -56574 - Truesight Ice Blinders - Engineering -57423 - Fish Feast - Cooking -57706 - Dawnstar Ink - Inscription -19077 - Blue Dragonscale Breastplate - Leatherworking -53886 - Wicked Huge Citrine - Jewelcrafting -39736 - Glinting Pyrestone - Jewelcrafting -55301 - Daunting Handguards - Blacksmithing 56999 - Glyph of Bestial Wrath - Inscription -59405 - Cobalt Skeleton Key - Blacksmithing -53462 - Midnight Ink - Inscription -26011 - Tranquil Mechanical Yeti - Engineering -57707 - Jadefire Ink - Inscription -53887 - Pristine Huge Citrine - Jewelcrafting -54736 - Personal Electromagnetic Pulse Generator - Engineering -55302 - Helm of Command - Blacksmithing 57000 - Glyph of Deterrence - Inscription -60396 - Mercurial Alchemist Stone - Alchemy -56010 - Azure Spellthread - Tailoring -59406 - Titanium Skeleton Key - Blacksmithing -57425 - Transmute: Skyflare Diamond - Alchemy -57708 - Royal Ink - Inscription -53888 - Empowered Huge Citrine - Jewelcrafting -39738 - Wicked Pyrestone - Jewelcrafting -55303 - Daunting Legplates - Blacksmithing 57001 - Glyph of Disengage - Inscription -57709 - Celestial Ink - Inscription -19080 - Warbear Woolies - Leatherworking -53889 - Stark Huge Citrine - Jewelcrafting -39739 - Enduring Seaspray Emerald - Jewelcrafting -55304 - Righteous Greaves - Blacksmithing 57002 - Glyph of Freezing Trap - Inscription -57427 - Transmute: Earthsiege Diamond - Alchemy -57710 - Fiery Ink - Inscription -53890 - Stalwart Huge Citrine - Jewelcrafting -39740 - Radiant Seaspray Emerald - Jewelcrafting -55305 - Savage Saronite Bracers - Blacksmithing 57003 - Glyph of Frost Trap - Inscription -57711 - Shimmering Ink - Inscription -53891 - Glimmering Huge Citrine - Jewelcrafting -39741 - Dazzling Seaspray Emerald - Jewelcrafting -55306 - Savage Saronite Pauldrons - Blacksmithing 57004 - Glyph of Hunter's Mark - Inscription -56014 - Cloak of the Moon - Tailoring -16960 - Thorium Greatsword - Blacksmithing -57712 - Ink of the Sky - Inscription -53892 - Accurate Huge Citrine - Jewelcrafting -39742 - Jagged Seaspray Emerald - Jewelcrafting -55307 - Savage Saronite Waistguard - Blacksmithing 57005 - Glyph of Immolation Trap - Inscription -56015 - Cloak of Frozen Spirits - Tailoring -55732 - Titanium Rod - Blacksmithing -57713 - Ethereal Ink - Inscription -19084 - Devilsaur Gauntlets - Leatherworking -53893 - Resolute Huge Citrine - Jewelcrafting -55308 - Savage Saronite Walkers - Blacksmithing 57006 - Glyph of Improved Aspect of the Hawk - Inscription -56016 - Wispcloak - Tailoring -32810 - Primal Stone Statue - Jewelcrafting -45545 - Frostweave Bandage - First Aid -57714 - Darkflame Ink - Inscription -60969 - Flying Carpet - Tailoring -19085 - Black Dragonscale Breastplate - Leatherworking -53894 - Timeless Dark Jade - Jewelcrafting -2671 - Rough Bronze Bracers - Blacksmithing -55309 - Savage Saronite Gauntlets - Blacksmithing 57007 - Glyph of Multi-Shot - Inscription -44555 - Enchant Bracers - Exceptional Intellect - Enchanting -60403 - Indestructible Alchemist Stone - Alchemy -56017 - Deathchill Cloak - Tailoring -61677 - Glyph of Frostfire - Inscription -57715 - Ink of the Sea - Inscription -15973 - Searing Golden Blade - Blacksmithing -53895 - Crazy Alchemist's Potion - Alchemy -55310 - Savage Saronite Legplates - Blacksmithing 57008 - Glyph of Rapid Fire - Inscription -56018 - Hat of Wintry Doom - Tailoring -57716 - Snowfall Ink - Inscription -58565 - Mystic Tome - Inscription -60971 - Magnificent Flying Carpet - Tailoring -58141 - Crystal Citrine Necklace - Jewelcrafting -55311 - Savage Saronite Hauberk - Blacksmithing 57009 - Glyph of Serpent Sting - Inscription -60405 - Mighty Alchemist Stone - Alchemy -56019 - Silky Iceshard Boots - Tailoring -57151 - Glyph of Barbaric Insults - Inscription -30549 - Critter Enlarger - Engineering -12720 - Goblin \"Boom\" Box - Engineering -16965 - Bleakwood Hew - Blacksmithing -19088 - Heavy Scorpid Helm - Leatherworking -58142 - Crystal Chalcedony Amulet - Jewelcrafting -55312 - Savage Saronite Skullshield - Blacksmithing 57010 - Glyph of Snake Trap - Inscription -56020 - Deep Frozen Cord - Tailoring -57152 - Glyph of Blocking - Inscription -45549 - Mammoth Meal - Cooking -58143 - Earthshadow Ring - Jewelcrafting -53898 - Elixir of Mighty Fortitude - Alchemy -47672 - Enchant Cloak - Mighty Armor - Enchanting 57011 - Glyph of Steady Shot - Inscription -56021 - Frostmoon Pants - Tailoring -57153 - Glyph of Bloodthirst - Inscription -45550 - Shoveltusk Steak - Cooking -12722 - Goblin Radio - Engineering -57719 - Glyph of Fire Blast - Inscription -16967 - Inlaid Thorium Hammer - Blacksmithing -58144 - Jade Ring of Slaying - Jewelcrafting -53899 - Lesser Flask of Toughness - Alchemy -60691 - Enchant 2H Weapon - Massacre - Enchanting 57012 - Glyph of Trueshot Aura - Inscription -59559 - Glyph of Seal of Blood - Inscription -56022 - Light Blessed Mittens - Tailoring -58286 - Glyph of Aquatic Form - Inscription -57154 - Glyph of Cleaving - Inscription -45551 - Wyrm Delight - Cooking -58145 - Stoneguard Band - Jewelcrafting -53900 - Potion of Nightmares - Alchemy -60692 - Enchant Chest - Powerful Stats - Enchanting 57013 - Glyph of Volley - Inscription -59560 - Glyph of Seal of Righteousness - Inscription -56023 - Aurora Slippers - Tailoring -58287 - Glyph of Challenging Roar - Inscription -57155 - Glyph of Devastate - Inscription -45552 - Roasted Worg - Cooking -55174 - Honed Cobalt Cleaver - Blacksmithing -61117 - Master's Inscription of the Axe - Inscription -58146 - Shadowmight Ring - Jewelcrafting -53901 - Flask of the Frost Wyrm - Alchemy 57014 - Glyph of Wyvern Sting - Inscription -59561 - Glyph of Seal of Vengeance - Inscription -56024 - Moonshroud Robe - Tailoring -58288 - Glyph of Unburdened Rebirth - Inscription -57156 - Glyph of Execution - Inscription -45553 - Rhino Dogs - Cooking -61118 - Master's Inscription of the Crag - Inscription -19093 - Onyxia Scale Cloak - Leatherworking -53902 - Flask of Stoneblood - Alchemy -11452 - Restorative Potion - Alchemy -56025 - Moonshroud Gloves - Tailoring -58289 - Glyph of Thorns - Inscription -57157 - Glyph of Hamstring - Inscription -45554 - Feast - Cooking -61119 - Master's Inscription of the Pinnacle - Inscription -2963 - Bolt of Linen Cloth - Tailoring -53903 - Flask of Endless Rage - Alchemy -56026 - Ebonweave Robe - Tailoring +57019 - Glyph of Avenger's Shield - Inscription +57020 - Glyph of Cleansing - Inscription +57021 - Glyph of Avenging Wrath - Inscription +57022 - Glyph of Spiritual Attunement - Inscription +57023 - Glyph of Consecration - Inscription +57024 - Glyph of Crusader Strike - Inscription +57025 - Glyph of Exorcism - Inscription +57026 - Glyph of Flash of Light - Inscription +57027 - Glyph of Hammer of Justice - Inscription +57028 - Glyph of Hammer of Wrath - Inscription +57029 - Glyph of Holy Light - Inscription +57030 - Glyph of Judgement - Inscription +57031 - Glyph of Divinity - Inscription +57032 - Glyph of Righteous Defense - Inscription +57033 - Glyph of Seal of Command - Inscription +57034 - Glyph of Seal of Light - Inscription +57035 - Glyph of Seal of Wisdom - Inscription +57036 - Glyph of Turn Evil - Inscription +57112 - Glyph of Adrenaline Rush - Inscription +57113 - Glyph of Ambush - Inscription +57114 - Glyph of Backstab - Inscription +57115 - Glyph of Blade Flurry - Inscription +57116 - Glyph of Crippling Poison - Inscription +57117 - Glyph of Deadly Throw - Inscription +57119 - Glyph of Evasion - Inscription +57120 - Glyph of Eviscerate - Inscription +57121 - Glyph of Expose Armor - Inscription +57122 - Glyph of Feint - Inscription +57123 - Glyph of Garrote - Inscription +57124 - Glyph of Ghostly Strike - Inscription +57125 - Glyph of Gouge - Inscription +57126 - Glyph of Hemorrhage - Inscription +57127 - Glyph of Preparation - Inscription +57128 - Glyph of Rupture - Inscription +57129 - Glyph of Sap - Inscription +57130 - Glyph of Vigor - Inscription +57131 - Glyph of Sinister Strike - Inscription +57132 - Glyph of Slice and Dice - Inscription +57133 - Glyph of Sprint - Inscription +57151 - Glyph of Barbaric Insults - Inscription +57152 - Glyph of Blocking - Inscription +57153 - Glyph of Bloodthirst - Inscription +57154 - Glyph of Cleaving - Inscription +57155 - Glyph of Devastate - Inscription +57156 - Glyph of Execution - Inscription +57157 - Glyph of Hamstring - Inscription 57158 - Glyph of Heroic Strike - Inscription -55177 - Savage Cobalt Slicer - Blacksmithing -61120 - Master's Inscription of the Storm - Inscription -4096 - Raptor Hide Harness - Leatherworking -53904 - Powerful Rejuvenation Potion - Alchemy -56027 - Ebonweave Gloves - Tailoring 57159 - Glyph of Intervene - Inscription -53905 - Indestructible Potion - Alchemy -53056 - Kungaloosh - Cooking -56028 - Spellweave Robe - Tailoring 57160 - Glyph of Mortal Strike - Inscription -55179 - Saronite Ambusher - Blacksmithing -11456 - Goblin Rocket Fuel - Alchemy -57019 - Glyph of Avenger's Shield - Inscription -56029 - Spellweave Gloves - Tailoring -7636 - Green Woolen Robe - Tailoring 57161 - Glyph of Overpower - Inscription -48247 - Mysterious Tarot - Inscription -57020 - Glyph of Cleansing - Inscription -56030 - Frostwoven Leggings - Tailoring -50936 - Heavy Borean Leather - Leatherworking 57162 - Glyph of Rapid Charge - Inscription -55181 - Saronite Shiv - Blacksmithing -48248 - Scroll of Recall - Inscription -57021 - Glyph of Avenging Wrath - Inscription -56031 - Frostwoven Wristwraps - Tailoring -24901 - Runed Stygian Leggings - Tailoring -41315 - Gadgetstorm Goggles - Engineering 57163 - Glyph of Rending - Inscription -30561 - Goblin Tonk Controller - Engineering -45560 - Smoked Rockfin - Cooking -23486 - Dimensional Ripper - Everlook - Engineering -32259 - Rough Stone Statue - Jewelcrafting -55182 - Furious Saronite Beatstick - Blacksmithing -57022 - Glyph of Spiritual Attunement - Inscription -24902 - Runed Stygian Belt - Tailoring -50938 - Iceborne Chestguard - Leatherworking -22921 - Girdle of Insight - Leatherworking -41316 - Living Replicator Specs - Engineering 57164 - Glyph of Resonating Power - Inscription -45561 - Grilled Bonescale - Cooking -55183 - Corroded Saronite Edge - Blacksmithing -58296 - Glyph of the Wild - Inscription -57023 - Glyph of Consecration - Inscription -24903 - Runed Stygian Boots - Tailoring -50939 - Iceborne Leggings - Leatherworking -22922 - Mongoose Boots - Leatherworking 57165 - Glyph of Revenge - Inscription -45562 - Sauteed Goby - Cooking -55184 - Corroded Saronite Woundbringer - Blacksmithing +57166 - Glyph of Last Stand - Inscription +57167 - Glyph of Sunder Armor - Inscription +57168 - Glyph of Sweeping Strikes - Inscription +57169 - Glyph of Taunt - Inscription +57170 - Glyph of Victory Rush - Inscription +57172 - Glyph of Whirlwind - Inscription +57181 - Glyph of Circle of Healing - Inscription +57183 - Glyph of Dispel Magic - Inscription +57184 - Glyph of Fade - Inscription +57185 - Glyph of Fear Ward - Inscription +57186 - Glyph of Flash Heal - Inscription +57187 - Glyph of Holy Nova - Inscription +57188 - Glyph of Inner Fire - Inscription +57189 - Glyph of Lightwell - Inscription +57190 - Glyph of Mass Dispel - Inscription +57191 - Glyph of Mind Control - Inscription +57192 - Glyph of Mind Flay - Inscription +57193 - Glyph of Mind Soothe - Inscription +57194 - Glyph of Power Word: Shield - Inscription +57195 - Glyph of Prayer of Healing - Inscription +57196 - Glyph of Psychic Scream - Inscription +57197 - Glyph of Renew - Inscription +57198 - Glyph of Scourge Imprisonment - Inscription +57199 - Glyph of Shadow Word: Death - Inscription +57200 - Glyph of Shadow Word: Pain - Inscription +57201 - Glyph of Smite - Inscription +57202 - Glyph of Spirit of Redemption - Inscription +57207 - Glyph of Anti-Magic Shell - Inscription +57208 - Glyph of Blood Boil - Inscription +57209 - Glyph of Blood Tap - Inscription +57210 - Glyph of Bone Shield - Inscription +57211 - Glyph of Chains of Ice - Inscription +57212 - Glyph of Dark Command - Inscription +57213 - Glyph of Death Grip - Inscription +57214 - Glyph of Death and Decay - Inscription +57215 - Glyph of Death's Embrace - Inscription +57216 - Glyph of Frost Strike - Inscription +57217 - Glyph of Horn of Winter - Inscription +57218 - Glyph of Icebound Fortitude - Inscription +57219 - Glyph of Icy Touch - Inscription +57220 - Glyph of Obliterate - Inscription +57221 - Glyph of Plague Strike - Inscription +57222 - Glyph of the Ghoul - Inscription +57223 - Glyph of Rune Strike - Inscription +57224 - Glyph of Scourge Strike - Inscription +57225 - Glyph of Strangulate - Inscription +57226 - Glyph of Unbreakable Armor - Inscription +57227 - Glyph of Vampiric Blood - Inscription +57228 - Glyph of Raise Dead - Inscription +57229 - Glyph of Corpse Explosion - Inscription +57230 - Glyph of Pestilence - Inscription +57232 - Glyph of Chain Heal - Inscription +57233 - Glyph of Chain Lightning - Inscription +57234 - Glyph of Lava - Inscription +57235 - Glyph of Earth Shock - Inscription +57236 - Glyph of Earthliving Weapon - Inscription +57237 - Glyph of Fire Elemental Totem - Inscription +57238 - Glyph of Fire Nova Totem - Inscription +57239 - Glyph of Flame Shock - Inscription +57240 - Glyph of Flametongue Weapon - Inscription +57241 - Glyph of Frost Shock - Inscription +57242 - Glyph of Healing Stream Totem - Inscription +57243 - Glyph of Healing Wave - Inscription +57244 - Glyph of Lesser Healing Wave - Inscription +57245 - Glyph of Lightning Bolt - Inscription +57246 - Glyph of Lightning Shield - Inscription +57247 - Glyph of Mana Tide Totem - Inscription +57248 - Glyph of Stormstrike - Inscription +57249 - Glyph of Lava Lash - Inscription +57250 - Glyph of Elemental Mastery - Inscription +57251 - Glyph of Water Mastery - Inscription +57252 - Glyph of Windfury Weapon - Inscription +57257 - Glyph of Banish - Inscription +57258 - Glyph of Conflagrate - Inscription +57259 - Glyph of Corruption - Inscription +57260 - Glyph of Curse of Agony - Inscription +57261 - Glyph of Death Coil - Inscription +57262 - Glyph of Fear - Inscription +57263 - Glyph of Felguard - Inscription +57264 - Glyph of Felhunter - Inscription +57265 - Glyph of Health Funnel - Inscription +57266 - Glyph of Healthstone - Inscription +57267 - Glyph of Howl of Terror - Inscription +57268 - Glyph of Immolate - Inscription +57269 - Glyph of Imp - Inscription +57270 - Glyph of Searing Pain - Inscription +57271 - Glyph of Shadow Bolt - Inscription +57272 - Glyph of Shadowburn - Inscription +57273 - Glyph of Siphon Life - Inscription +57274 - Glyph of Soulstone - Inscription +57275 - Glyph of Succubus - Inscription +57276 - Glyph of Unstable Affliction - Inscription +57277 - Glyph of Voidwalker - Inscription +57421 - Northern Stew - Cooking +57423 - Fish Feast - Cooking +57425 - Transmute: Skyflare Diamond - Alchemy +57427 - Transmute: Earthsiege Diamond - Alchemy +57683 - Fur Lining - Attack Power - Leatherworking +57690 - Fur Lining - Stamina - Leatherworking +57691 - Fur Lining - Spell Power - Leatherworking +57703 - Hunter's Ink - Inscription +57704 - Lion's Ink - Inscription +57706 - Dawnstar Ink - Inscription +57707 - Jadefire Ink - Inscription +57708 - Royal Ink - Inscription +57709 - Celestial Ink - Inscription +57710 - Fiery Ink - Inscription +57711 - Shimmering Ink - Inscription +57712 - Ink of the Sky - Inscription +57713 - Ethereal Ink - Inscription +57714 - Darkflame Ink - Inscription +57715 - Ink of the Sea - Inscription +57716 - Snowfall Ink - Inscription +57719 - Glyph of Fire Blast - Inscription +58065 - Dalaran Clam Chowder - Cooking +58141 - Crystal Citrine Necklace - Jewelcrafting +58142 - Crystal Chalcedony Amulet - Jewelcrafting +58143 - Earthshadow Ring - Jewelcrafting +58144 - Jade Ring of Slaying - Jewelcrafting +58145 - Stoneguard Band - Jewelcrafting +58146 - Shadowmight Ring - Jewelcrafting +58286 - Glyph of Aquatic Form - Inscription +58287 - Glyph of Challenging Roar - Inscription +58288 - Glyph of Unburdened Rebirth - Inscription +58289 - Glyph of Thorns - Inscription +58296 - Glyph of the Wild - Inscription 58297 - Glyph of the Pack - Inscription +58298 - Glyph of Scare Beast - Inscription +58299 - Glyph of Revive Pet - Inscription +58300 - Glyph of Possessed Strength - Inscription +58301 - Glyph of Mend Pet - Inscription +58302 - Glyph of Feign Death - Inscription +58303 - Glyph of Arcane Intellect - Inscription +58305 - Glyph of Fire Ward - Inscription +58306 - Glyph of Frost Armor - Inscription +58307 - Glyph of Frost Ward - Inscription +58308 - Glyph of Slow Fall - Inscription +58310 - Glyph of the Penguin - Inscription +58311 - Glyph of Blessing of Kings - Inscription +58312 - Glyph of Blessing of Wisdom - Inscription +58313 - Glyph of Lay on Hands - Inscription +58314 - Glyph of Blessing of Might - Inscription +58315 - Glyph of Sense Undead - Inscription +58316 - Glyph of the Wise - Inscription +58317 - Glyph of Fading - Inscription +58318 - Glyph of Fortitude - Inscription +58319 - Glyph of Levitate - Inscription +58320 - Glyph of Shackle Undead - Inscription +58321 - Glyph of Shadow Protection - Inscription +58322 - Glyph of Shadowfiend - Inscription +58323 - Glyph of Blurred Speed - Inscription +58324 - Glyph of Distract - Inscription +58325 - Glyph of Pick Lock - Inscription +58326 - Glyph of Pick Pocket - Inscription +58327 - Glyph of Safe Fall - Inscription +58328 - Glyph of Vanish - Inscription +58329 - Glyph of Astral Recall - Inscription +58330 - Glyph of Renewed Life - Inscription +58331 - Glyph of Water Breathing - Inscription +58332 - Glyph of Water Shield - Inscription +58333 - Glyph of Water Walking - Inscription +58336 - Glyph of Unending Breath - Inscription +58337 - Glyph of Drain Soul - Inscription +58338 - Glyph of Curse of Exhaustion - Inscription +58339 - Glyph of Enslave Demon - Inscription +58340 - Glyph of Kilrogg - Inscription +58341 - Glyph of Souls - Inscription +58342 - Glyph of Battle - Inscription +58343 - Glyph of Bloodrage - Inscription +58344 - Glyph of Charge - Inscription +58345 - Glyph of Mocking Blow - Inscription +58346 - Glyph of Thunder Clap - Inscription +58347 - Glyph of Enduring Victory - Inscription +58472 - Scroll of Agility - Inscription +58473 - Scroll of Agility II - Inscription +58476 - Scroll of Agility III - Inscription +58478 - Scroll of Agility IV - Inscription +58480 - Scroll of Agility V - Inscription +58481 - Scroll of Agility VI - Inscription +58482 - Scroll of Agility VII - Inscription +58483 - Scroll of Agility VIII - Inscription +58484 - Scroll of Strength - Inscription +58485 - Scroll of Strength II - Inscription +58486 - Scroll of Strength III - Inscription +58487 - Scroll of Strength IV - Inscription +58488 - Scroll of Strength V - Inscription +58489 - Scroll of Strength VI - Inscription +58490 - Scroll of Strength VII - Inscription +58491 - Scroll of Strength VIII - Inscription +58565 - Mystic Tome - Inscription +58868 - Endless Mana Potion - Alchemy +58871 - Endless Healing Potion - Alchemy +59315 - Glyph of Dash - Inscription +59326 - Glyph of Ghost Wolf - Inscription +59338 - Glyph of Rune Tap - Inscription +59339 - Glyph of Blood Strike - Inscription +59340 - Glyph of Death Strike - Inscription +59387 - Certificate of Ownership - Inscription +59405 - Cobalt Skeleton Key - Blacksmithing +59406 - Titanium Skeleton Key - Blacksmithing +59436 - Brilliant Saronite Belt - Blacksmithing +59438 - Brilliant Saronite Bracers - Blacksmithing +59440 - Brilliant Saronite Pauldrons - Blacksmithing +59441 - Brilliant Saronite Helm - Blacksmithing +59442 - Saronite Spellblade - Blacksmithing +59475 - Tome of the Dawn - Inscription +59478 - Book of Survival - Inscription +59480 - Strange Tarot - Inscription +59484 - Tome of Kings - Inscription +59486 - Royal Guide of Escape Routes - Inscription +59487 - Arcane Tarot - Inscription +59488 - Weapon Vellum II - Inscription +59489 - Fire Eater's Guide - Inscription +59490 - Book of Stars - Inscription +59491 - Shadowy Tarot - Inscription +59493 - Stormbound Tome - Inscription +59494 - Manual of Clouds - Inscription +59495 - Hellfire Tome - Inscription +59496 - Book of Clever Tricks - Inscription +59497 - Iron-bound Tome - Inscription +59498 - Faces of Doom - Inscription +59499 - Armor Vellum II - Inscription +59500 - Armor Vellum III - Inscription +59501 - Weapon Vellum III - Inscription +59502 - Darkmoon Card - Inscription +59503 - Greater Darkmoon Card - Inscription +59504 - Darkmoon Card of the North - Inscription +59559 - Glyph of Seal of Blood - Inscription +59560 - Glyph of Seal of Righteousness - Inscription +59561 - Glyph of Seal of Vengeance - Inscription +59582 - Frostsavage Belt - Tailoring +59583 - Frostsavage Bracers - Tailoring +59584 - Frostsavage Shoulders - Tailoring +59585 - Frostsavage Boots - Tailoring +59586 - Frostsavage Gloves - Tailoring +59587 - Frostsavage Robe - Tailoring +59588 - Frostsavage Leggings - Tailoring +59589 - Frostsavage Cowl - Tailoring +59625 - Enchant Weapon - Black Magic - Enchanting +59636 - Enchant Ring - Stamina - Enchanting +59759 - Monarch Crab - Jewelcrafting +60336 - Scroll of Recall II - Inscription +60337 - Scroll of Recall III - Inscription +60350 - Transmute: Titanium - Alchemy +60354 - Elixir of Accuracy - Alchemy +60355 - Elixir of Deadly Strikes - Alchemy +60356 - Elixir of Mighty Defense - Alchemy +60357 - Elixir of Expertise - Alchemy +60365 - Elixir of Armor Piercing - Alchemy +60366 - Elixir of Lightning Speed - Alchemy +60367 - Elixir of Mighty Thoughts - Alchemy +60396 - Mercurial Alchemist Stone - Alchemy +60403 - Indestructible Alchemist Stone - Alchemy +60405 - Mighty Alchemist Stone - Alchemy +60583 - Jormungar Leg Reinforcements - Leatherworking +60584 - Nerubian Leg Reinforcements - Leatherworking +60599 - Frostscale Bracers - Leatherworking +60600 - Frostscale Helm - Leatherworking +60601 - Dark Frostscale Leggings - Leatherworking +60604 - Dark Frostscale Breastplate - Leatherworking +60605 - Dragonstompers - Leatherworking +60606 - Enchant Boots - Assault - Enchanting +60607 - Iceborne Wristguards - Leatherworking +60608 - Iceborne Helm - Leatherworking +60609 - Enchant Cloak - Speed - Enchanting +60611 - Dark Iceborne Leggings - Leatherworking +60613 - Dark Iceborne Chestguard - Leatherworking +60616 - Enchant Bracers - Striking - Enchanting +60619 - Runed Titanium Rod - Enchanting +60620 - Bugsquashers - Leatherworking +60621 - Enchant Weapon - Greater Potency - Enchanting +60622 - Nerubian Bracers - Leatherworking +60623 - Enchant Boots - Icewalker - Enchanting +60624 - Nerubian Helm - Leatherworking +60627 - Dark Nerubian Leggings - Leatherworking +60629 - Dark Nerubian Chestpiece - Leatherworking +60630 - Scaled Icewalkers - Leatherworking +60631 - Cloak of Harsh Winds - Leatherworking +60637 - Ice Striker's Cloak - Leatherworking +60640 - Durable Nerubhide Cape - Leatherworking +60643 - Pack of Endless Pockets - Leatherworking +60649 - Razorstrike Breastplate - Leatherworking +60651 - Virulent Spaulders - Leatherworking +60652 - Eaglebane Bracers - Leatherworking +60653 - Enchant Shield - Greater Intellect - Enchanting +60655 - Nightshock Hood - Leatherworking +60658 - Nightshock Girdle - Leatherworking +60660 - Leggings of Visceral Strikes - Leatherworking +60663 - Enchant Cloak - Major Agility - Enchanting +60665 - Seafoam Gauntlets - Leatherworking +60666 - Jormscale Footpads - Leatherworking +60668 - Enchant Gloves - Crusher - Enchanting +60669 - Wildscale Breastplate - Leatherworking +60671 - Purehorn Spaulders - Leatherworking +60691 - Enchant 2H Weapon - Massacre - Enchanting +60692 - Enchant Chest - Powerful Stats - Enchanting +60707 - Enchant Weapon - Superior Potency - Enchanting +60714 - Enchant Weapon - Mighty Spellpower - Enchanting +60763 - Enchant Boots - Greater Assault - Enchanting +60767 - Enchant Bracers - Superior Spellpower - Enchanting +60874 - Nesingwary 4000 - Engineering +60893 - Northrend Alchemy Research - Alchemy +60969 - Flying Carpet - Tailoring +60971 - Magnificent Flying Carpet - Tailoring +60990 - Glacial Waistband - Tailoring +60993 - Glacial Robe - Tailoring +60994 - Glacial Slippers - Tailoring +61008 - Icebane Chestguard - Blacksmithing +61009 - Icebane Girdle - Blacksmithing +61010 - Icebane Treads - Blacksmithing +61117 - Master's Inscription of the Axe - Inscription +61118 - Master's Inscription of the Crag - Inscription +61119 - Master's Inscription of the Pinnacle - Inscription +61120 - Master's Inscription of the Storm - Inscription +61177 - Northrend Inscription Research - Inscription +61288 - Minor Inscription Research - Inscription +61471 - Diamond-cut Refractor Scope - Engineering +61483 - Mechanized Snow Goggles - Engineering +61677 - Glyph of Frostfire - Inscription