From d7a3e06ff814d58797cbb3677e3702d6972156b8 Mon Sep 17 00:00:00 2001 From: mike Date: Tue, 26 Apr 2011 21:25:22 -0400 Subject: [PATCH] Apparently "Jeweler's Emerald Monocle" changed to "Jeweler's Amber Monocle" and added Punisher's Band --- Database/Recipes/Jewelcrafting.lua | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/Database/Recipes/Jewelcrafting.lua b/Database/Recipes/Jewelcrafting.lua index 45f38f1..b25336a 100644 --- a/Database/Recipes/Jewelcrafting.lua +++ b/Database/Recipes/Jewelcrafting.lua @@ -4454,7 +4454,7 @@ function addon:InitJewelcrafting() recipe:AddFilters(F.ALLIANCE, F.HORDE, F.WORLD_DROP, F.IBOE, F.RBOE) recipe:AddWorldDrop("Eastern Kingdoms", "Kalimdor") - -- Jeweler's Emerald Monocle -- 73627 + -- Jeweler's Amber Monocle -- 73627 recipe = AddRecipe(73627, V.CATA, Q.RARE) recipe:SetCraftedItemID(52487) recipe:SetSkillLevels(460, 460, 490, 500, 510) @@ -4512,11 +4512,12 @@ function addon:InitJewelcrafting() recipe:AddWorldDrop("Deepholm", "Eastern Kingdoms", "Kalimdor") -- Punisher's Band - 98921 - --recipe = AddRecipe(98921, V.CATA, Q.RARE) - --recipe:SetRecipeItemID(69853) - --recipe:SetCraftedItemID(69852) - --recipe:SetSkillLevels() - --recipe:AddFilters(F.ALLIANCE, F.HORDE, F.IBOE, F.RBOE) + recipe = AddRecipe(98921, V.CATA, Q.RARE) + recipe:SetRecipeItemID(69853) + recipe:SetCraftedItemID(69852) + recipe:SetSkillLevels(525, 525, 525, 525, 525) + recipe:AddFilters(F.ALLIANCE, F.HORDE, F.VENDOR, F.IBOE, F.RBOP) + recipe:AddVendor(50480, 50482) self.InitJewelcrafting = nil end -- 1.7.9.5