From d695ea27d15416725534da11afc78952d63c66e1 Mon Sep 17 00:00:00 2001 From: John Pasula Date: Tue, 8 Feb 2011 10:55:38 -0700 Subject: [PATCH] Revert the change to the tailoring DB. This is getting ugly and not sure what the ultimate purpose is. Making things that cannot be obtained into an obtain type makes me think that I need serious psychological aid. --- Database/Tailoring.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Database/Tailoring.lua b/Database/Tailoring.lua index 79222fb..a974639 100644 --- a/Database/Tailoring.lua +++ b/Database/Tailoring.lua @@ -706,8 +706,8 @@ function addon:InitTailoring() -- Shadoweave Mask -- 12086 AddRecipe(12086, 245, 10025, Q.UNCOMMON, V.ORIG, 245, 260, 275, 290) self:AddRecipeFlags(12086, F.ALLIANCE, F.HORDE, F.QUEST, F.RETIRED, F.IBOE, F.RBOE, F.HEALER, F.CASTER, F.CLOTH) - --self:AddRecipeAcquire(12086, A.CUSTOM, 48) - self:AddRecipeRetired(12086) + self:AddRecipeAcquire(12086, A.CUSTOM, 48) + --self:AddRecipeRetired(12086) -- Cindercloth Boots -- 12088 AddRecipe(12088, 245, 10044, Q.COMMON, V.ORIG, 245, 260, 275, 290) -- 1.7.9.5