From 5e3524dfd62f503ee04a018fa644e21749616540 Mon Sep 17 00:00:00 2001 From: mike Date: Sun, 13 Mar 2011 03:47:01 -0400 Subject: [PATCH] Fix the crafted recipe id for "Stormy Chalcedony" --- Database/Jewelcrafting.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Database/Jewelcrafting.lua b/Database/Jewelcrafting.lua index dc3df7d..de5bab2 100644 --- a/Database/Jewelcrafting.lua +++ b/Database/Jewelcrafting.lua @@ -2142,7 +2142,7 @@ function addon:InitJewelcrafting() -- Stormy Chalcedony -- 53943 recipe = AddRecipe(53943, V.WOTLK, Q.UNCOMMON) recipe:SetRecipeItemID(41560) - recipe:SetCraftedItemID(39927) + recipe:SetCraftedItemID(39932) recipe:SetSkillLevels(350, 350, 375, 395, 415) recipe:AddFilters(F.ALLIANCE, F.HORDE, F.VENDOR, F.PVP, F.IBOE, F.RBOP, F.CASTER) recipe:AddVendor(34039, 34079) -- 1.7.9.5