From 3182a73f373b8b460ed0f2a91ead5f67e911663f Mon Sep 17 00:00:00 2001 From: John Pasula Date: Thu, 5 May 2011 10:57:42 -0600 Subject: [PATCH] Placeholders for 4.2 Tailor stuff. --- Database/Recipes/Tailoring.lua | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/Database/Recipes/Tailoring.lua b/Database/Recipes/Tailoring.lua index d90a2aa..ed1c79f 100644 --- a/Database/Recipes/Tailoring.lua +++ b/Database/Recipes/Tailoring.lua @@ -3581,5 +3581,21 @@ function addon:InitTailoring() recipe:AddFilters(F.ALLIANCE, F.HORDE, F.TRAINER, F.IBOE, F.RBOP) recipe:AddTrainer(1346, 2399, 3004, 3363, 4159, 4576, 5153, 9584, 16640, 28699, 33580, 33613, 33636, 44783, 45559) + -- Boots of the Black Flame + --recipe = AddRecipe(, V.CATA, Q.EPIC) + --recipe:SetRecipeItemID(69976) + + -- Don Tayo's Inferno Mittens + --recipe = AddRecipe(, V.CATA, Q.EPIC) + --recipe:SetRecipeItemID(69966) + + -- Endless Dream Walkers + --recipe = AddRecipe(, V.CATA, Q.EPIC) + --recipe:SetRecipeItemID(69975) + + -- Grips of Altered Reality + --recipe = AddRecipe(, V.CATA, Q.EPIC) + --recipe:SetRecipeItemID(69965) + self.InitTailoring = nil end -- 1.7.9.5