Quantcast

Corrected the crafted item ID for "Reckless Hessonite" - it was set to the ID for "Vivid Dream Emerald".

James D. Callahan III [03-13-11 - 09:11]
Corrected the crafted item ID for "Reckless Hessonite" - it was set to the ID for "Vivid Dream Emerald".
Filename
Database/Jewelcrafting.lua
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)