From 5bc1f74403a1cd663624e3254c9f9dea7d02f104 Mon Sep 17 00:00:00 2001 From: "James D. Callahan III" Date: Sun, 13 Mar 2011 04:11:17 -0500 Subject: [PATCH] Corrected the crafted item ID for "Reckless Hessonite" - it was set to the ID for "Vivid Dream Emerald". --- Database/Jewelcrafting.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Database/Jewelcrafting.lua b/Database/Jewelcrafting.lua index f095924..3dbb6a1 100644 --- a/Database/Jewelcrafting.lua +++ b/Database/Jewelcrafting.lua @@ -3686,7 +3686,7 @@ function addon:InitJewelcrafting() -- Reckless Hessonite -- 73266 recipe = AddRecipe(73266, V.CATA, Q.COMMON) - recipe:SetCraftedItemID(68741) + recipe:SetCraftedItemID(52113) recipe:SetSkillLevels(425, 425, 435, 440, 445) recipe:AddFilters(F.ALLIANCE, F.HORDE, F.TRAINER, F.IBOE, F.RBOP) recipe:AddTrainer(18751, 18774, 19063, 19775, 19778, 26915, 26960, 26982, 26997, 28701, 33590, 33614, 44582, 46675) -- 1.7.9.5