From e152c591b9b6ba9f57aea2777bb1b6b901336029 Mon Sep 17 00:00:00 2001 From: mike Date: Tue, 5 Oct 2010 12:56:09 -0400 Subject: [PATCH] Fixed "Solid Iron Maul" entry in the Blacksmithing database, it's a limited supply recipe sold, and added a missing vendor to that recipe --- Database/Blacksmithing.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 1.7.9.5