From 5887a2b94ca3403821e5022c4d559b803284085e Mon Sep 17 00:00:00 2001 From: mike Date: Wed, 9 Feb 2011 08:30:09 -0500 Subject: [PATCH] Added a new Jewelcrafting recipe that is now trainable in 4.0.6 : Reckless Hessonite --- Database/Jewelcrafting.lua | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Database/Jewelcrafting.lua b/Database/Jewelcrafting.lua index ba1413b..58e1d47 100644 --- a/Database/Jewelcrafting.lua +++ b/Database/Jewelcrafting.lua @@ -3019,6 +3019,11 @@ function addon:InitJewelcrafting() AddRecipe(96226, 465, 68741, Q.RARE, V.CATA, 465, 500, 507, 515) self:AddRecipeFlags(96226, F.VENDOR, F.RBOP, F.IBOE, F.ALLIANCE, F.HORDE) self:AddRecipeVendor(96226, 50480, 50482) + + -- Reckless Hessonite -- 73266 + AddRecipe(73266, 450, 68741, Q.COMMON, V.CATA, 450, 450, 467, 485) + self:AddRecipeFlags(73266, F.TRAINER, F.RBOP, F.IBOE, F.ALLIANCE, F.HORDE) + self:AddRecipeTrainer(73266, 26997, 26960, 19778, 26982, 19063, 33614, 18751, 19775, 46675, 33590, 26915, 18774, 44582, 28701) return num_recipes end -- 1.7.9.5