From 38bd3b93e24b1afff68c659064ce47755e4b5e6e Mon Sep 17 00:00:00 2001 From: John Pasula Date: Mon, 7 Mar 2011 11:03:56 -0700 Subject: [PATCH] Fixed some code changes that Torhal forgot (self:AddCustom -> recipe:AddCustom) --- Database/Tailoring.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Database/Tailoring.lua b/Database/Tailoring.lua index 65447c9..e5974e5 100644 --- a/Database/Tailoring.lua +++ b/Database/Tailoring.lua @@ -2072,22 +2072,22 @@ function addon:InitTailoring() -- Royal Moonshroud Robe -- 67064 -- TORHAL: Add the strict faction flag thing to this recipe. recipe = AddRecipe(67064, 450, 47605, Q.EPIC, V.WOTLK, 450, 460, 467, 475) recipe:AddFilters(F.ALLIANCE, F.RAID, F.IBOE, F.RBOE, F.HEALER, F.CASTER, F.CLOTH) - self:AddCustom(42) + recipe:AddCustom(42) -- Royal Moonshroud Bracers -- 67065 -- TORHAL: Add the strict faction flag thing to this recipe. recipe = AddRecipe(67065, 450, 47587, Q.EPIC, V.WOTLK, 450, 460, 467, 475) recipe:AddFilters(F.ALLIANCE, F.RAID, F.IBOE, F.RBOE, F.HEALER, F.CASTER, F.CLOTH) - self:AddCustom(42) + recipe:AddCustom(42) -- Merlin's Robe -- 67066 -- TORHAL: Add the strict faction flag thing to this recipe. recipe = AddRecipe(67066, 450, 47603, Q.EPIC, V.WOTLK, 450, 460, 467, 475) recipe:AddFilters(F.ALLIANCE, F.RAID, F.IBOE, F.RBOE, F.HEALER, F.CASTER, F.CLOTH) - self:AddCustom(42) + recipe:AddCustom(42) -- Bejeweled Wizard's Bracers -- 67079 -- TORHAL: Add the strict faction flag thing to this recipe. recipe = AddRecipe(67079, 450, 47585, Q.EPIC, V.WOTLK, 450, 460, 467, 475) recipe:AddFilters(F.ALLIANCE, F.RAID, F.IBOE, F.RBOE, F.HEALER, F.CASTER, F.CLOTH) - self:AddCustom(42) + recipe:AddCustom(42) -- Royal Moonshroud Robe -- 67144 -- TORHAL: Add the strict faction flag thing to this recipe. recipe = AddRecipe(67144, 450, 47606, Q.EPIC, V.WOTLK, 450, 460, 467, 475) -- 1.7.9.5