From 63e68b0084c0baf41cf3a17c073258fedffbbb95 Mon Sep 17 00:00:00 2001 From: mike Date: Wed, 18 May 2011 00:02:26 -0400 Subject: [PATCH] Added two new Engineering recipes added in 4.1: "Big Daddy" and "Gnomish Gravity Well" --- Database/Recipes/Engineering.lua | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/Database/Recipes/Engineering.lua b/Database/Recipes/Engineering.lua index 848536d..d7bf50f 100644 --- a/Database/Recipes/Engineering.lua +++ b/Database/Recipes/Engineering.lua @@ -2453,6 +2453,22 @@ function addon:InitEngineering() recipe:SetSkillLevels(440, 440, 450, 452, 455) recipe:AddFilters(F.ALLIANCE, F.HORDE, F.TRAINER, F.IBOE, F.RBOP) recipe:AddTrainer(5518, 8736, 11017, 11025, 17637, 33586, 33611, 33634) + + -- Gnomish Gravity Well -- 95705 + recipe = AddRecipe(95705, V.CATA, Q.COMMON) + recipe:SetCraftedItemID(40727) + recipe:SetSpecialty(20219) + recipe:SetSkillLevels(500, 500, 500, 500, 505) + recipe:AddFilters(F.ALLIANCE, F.HORDE, F.TRAINER, F.IBOE, F.RBOP) + recipe:AddTrainer(7406, 7944, 29514) + + -- Big Daddy -- 95707 + recipe = AddRecipe(95707, V.CATA, Q.COMMON) + recipe:SetCraftedItemID(63396) + recipe:SetSpecialty(20222) + recipe:SetSkillLevels(500, 500, 505, 507, 510) + recipe:AddFilters(F.ALLIANCE, F.HORDE, F.TRAINER, F.IBOE, F.RBOP) + recipe:AddTrainer(8126, 8738, 29513) self.InitEngineering = nil end -- 1.7.9.5