Quantcast

Fixed "Solid Iron Maul" entry in the Blacksmithing database, it's a limited supply recipe sold, and added a missing vendor to that recipe

mike [10-05-10 - 16:56]
Fixed "Solid Iron Maul" entry in the Blacksmithing database, it's a limited supply recipe sold, and added a missing vendor to that recipe
Filename
Database/Blacksmithing.lua
diff --git a/Database/Blacksmithing.lua b/Database/Blacksmithing.lua
index dc8e528..aba270e 100644
--- a/Database/Blacksmithing.lua
+++ b/Database/Blacksmithing.lua
@@ -283,7 +283,7 @@ function addon:InitBlacksmithing()
 	-- Solid Iron Maul -- 3494
 	AddRecipe(3494, 155, 3851, Q.COMMON, V.ORIG, 155, 180, 192, 205)
 	self:AddRecipeFlags(3494, F.ALLIANCE, F.HORDE, F.VENDOR, F.IBOE, F.RBOE, F.TWO_HAND, F.MACE)
-	self:AddRecipeVendor(3494, 9179, 8878, 1471)
+	self:AddRecipeLimitedVendor(3494, 9179, 1, 8878, 1, 1471, 1, 26081, 1)

 	-- Golden Iron Destroyer -- 3495
 	AddRecipe(3495, 170, 3852, Q.UNCOMMON, V.ORIG, 170, 195, 207, 220)