From a270f4cd949114244da3c73564ea638a935d7ce9 Mon Sep 17 00:00:00 2001 From: John Pasula Date: Thu, 5 May 2011 10:56:15 -0600 Subject: [PATCH] Placeholders for 4.2 LW stuff. --- Database/Recipes/Leatherworking.lua | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/Database/Recipes/Leatherworking.lua b/Database/Recipes/Leatherworking.lua index 3e316c1..03e6b2b 100644 --- a/Database/Recipes/Leatherworking.lua +++ b/Database/Recipes/Leatherworking.lua @@ -4554,6 +4554,38 @@ function addon:InitLeatherworking() recipe:AddFilters(F.ALLIANCE, F.HORDE, F.TRAINER, F.IBOE, F.RBOP) recipe:AddTrainer(3007, 3365, 3967, 4212, 4588, 5127, 5564, 21087, 26998, 28700, 29507, 33581, 33612, 33635) + -- Cluthes of Evil + --recipe = AddRecipe(, V.CATA, Q.EPIC) + --recipe:SetRecipeItemID(69962) + + -- Dragonfire Gloves + --recipe = AddRecipe(, V.CATA, Q.EPIC) + --recipe:SetRecipeItemID(69960) + + -- Earthen Scale Sabatons + --recipe = AddRecipe(, V.CATA, Q.EPIC) + --recipe:SetRecipeItemID(69971) + + -- Ethereal Footfalls + --recipe = AddRecipe(, V.CATA, Q.EPIC) + --recipe:SetRecipeItemID(69974) + + -- Footwraps of Quenched Fire + --recipe = AddRecipe(, V.CATA, Q.EPIC) + --recipe:SetRecipeItemID(69972) + + -- Gloves of Unforgiving Flame + --recipe = AddRecipe(, V.CATA, Q.EPIC) + --recipe:SetRecipeItemID(69961) + + -- Heavenly Gloves of the Moon + --recipe = AddRecipe(, V.CATA, Q.EPIC) + --recipe:SetRecipeItemID(69963) + + -- Treads of the Craft + --recipe = AddRecipe(, V.CATA, Q.EPIC) + --recipe:SetRecipeItemID(69973) + self.InitLeatherworking = nil end -- 1.7.9.5