From b8c881858b6b66ad2f2e790622eb660edd149202 Mon Sep 17 00:00:00 2001 From: John Pasula Date: Fri, 25 Mar 2011 12:02:18 -0600 Subject: [PATCH] Add placeholder for the Punisher's Band. --- Database/Recipes/Jewelcrafting.lua | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Database/Recipes/Jewelcrafting.lua b/Database/Recipes/Jewelcrafting.lua index 45aae3a..45cfdb1 100644 --- a/Database/Recipes/Jewelcrafting.lua +++ b/Database/Recipes/Jewelcrafting.lua @@ -4423,5 +4423,11 @@ function addon:InitJewelcrafting() recipe:AddFilters(F.ALLIANCE, F.HORDE, F.WORLD_DROP, F.IBOE, F.RBOE) recipe:AddWorldDrop("Deepholm", "Eastern Kingdoms", "Kalimdor") + -- Punisher's Band - 98921 + --recipe = AddRecipe(98921, V.CATA, Q.RARE) + --recipe:SetCraftedItemID() + --recipe:SetSkillLevels() + --recipe:AddFilters(F.ALLIANCE, F.HORDE, F.IBOE, F.RBOE) + self.InitJewelcrafting = nil end -- 1.7.9.5