Quantcast

Added a missing vendor to the vendor database,

pompachomp [11-09-09 - 01:32]
Added a missing vendor to the vendor database,
Vharr <Superior Weaponsmith>
Added missing acquire data to the Massive Iron Axe recipe in the Blacksmithing database.
Filename
Locals/testenUS.lua
RecipeDB/ARL-Blacksmith.lua
RecipeDB/ARL-Vendor.lua
diff --git a/Locals/testenUS.lua b/Locals/testenUS.lua
index 7442dca..f7c2e0a 100644
--- a/Locals/testenUS.lua
+++ b/Locals/testenUS.lua
@@ -734,10 +734,12 @@ L["Dark Iron Taskmaster"] = true
 L["Dark Iron Tunneler"] = true
 L["Dark Iron Watchman"] = true
 L["Dark Strand Voidcaller"] = true
+L["Darkmoon Faire"] = true
 L["Darmari"] = true
 L["Darnall"] = true
 L["Daryl Riknussun"] = true
 L["Daryl Stack"] = true
+L["Day of the Dead"] = true
 L["Deadwind Warlock"] = true
 L["Deadwood Shaman"] = true
 L["Dealer Malij"] = true
@@ -1433,6 +1435,7 @@ L["Vengeful Ancient"] = true
 L["Venture Co. Excavator"] = true
 L["Venture Co. Strip Miner"] = true
 L["Veteran Crusader Aliocha Segard"] = true
+L["Vharr"] = true
 L["Viggz Shinesparked"] = true
 L["Vilebranch Hideskinner"] = true
 L["Vir'aani Arcanist"] = true
@@ -1507,5 +1510,3 @@ L["Zorbin Fandazzle"] = true
 L["Zula Slagfury"] = true
 L["Zurai"] = true
 L["Zurii"] = true
-L["Darkmoon Faire"] = true
-L["Day of the Dead"] = true
diff --git a/RecipeDB/ARL-Blacksmith.lua b/RecipeDB/ARL-Blacksmith.lua
index 43ce48d..adb0c82 100644
--- a/RecipeDB/ARL-Blacksmith.lua
+++ b/RecipeDB/ARL-Blacksmith.lua
@@ -365,7 +365,7 @@ function addon:InitBlacksmithing(RecipeDB)
 	-- Massive Iron Axe -- 3498
 	AddRecipe(3498,185,3855,1,GAME_ORIG,185,210,222,235)
 	self:addTradeFlags(RecipeDB,3498,1,2,4,36,40,51,67,68)
-	self:addTradeAcquire(RecipeDB,3498,2,2483)
+	self:addTradeAcquire(RecipeDB,3498,2,2483,2,1146)

 	-- Shadow Crescent Axe -- 3500
 	AddRecipe(3500,200,3856,2,GAME_ORIG,200,225,237,250)
diff --git a/RecipeDB/ARL-Vendor.lua b/RecipeDB/ARL-Vendor.lua
index a602591..6071dbf 100644
--- a/RecipeDB/ARL-Vendor.lua
+++ b/RecipeDB/ARL-Vendor.lua
@@ -46,6 +46,7 @@ function addon:InitVendor(VendorDB)
 	self:addLookupList(VendorDB,777,L["Amy Davenport"],BZ["Redridge Mountains"],29.1,47.5,1)
 	self:addLookupList(VendorDB,843,L["Gina MacGregor"],BZ["Westfall"],57.6,54.0,1)
 	self:addLookupList(VendorDB,989,L["Banalash"],BZ["Swamp of Sorrows"],44.7,56.7,2)
+	self:addLookupList(VendorDB,1146,L["Vharr"],BZ["Stranglethorn Vale"],32.3,28.0,2)
 	self:addLookupList(VendorDB,1148,L["Nerrist"],BZ["Stranglethorn Vale"],32.7,29.2,2)
 	self:addLookupList(VendorDB,1149,L["Uthok"],BZ["Stranglethorn Vale"],31.6,28.0,2)
 	self:addLookupList(VendorDB,1250,L["Drake Lindgren"],BZ["Elwynn Forest"],83.3,66.7,1)