Quantcast

Add placeholder for the Punisher's Band.

John Pasula [03-25-11 - 18:02]
Add placeholder for the Punisher's Band.
Filename
Database/Recipes/Jewelcrafting.lua
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