Quantcast

Changed the skill level of Darkbrew Lager because of a hotfix Blizzard applied "Darkbrew Lager can be learned at 415 Cooking skill, down from 425."

mike [12-17-10 - 06:06]
Changed the skill level of Darkbrew Lager because of a hotfix Blizzard applied "Darkbrew Lager can be learned at 415 Cooking skill, down from 425."
Filename
Database/Cooking.lua
diff --git a/Database/Cooking.lua b/Database/Cooking.lua
index 55923e0..58a1c7f 100644
--- a/Database/Cooking.lua
+++ b/Database/Cooking.lua
@@ -963,7 +963,7 @@ function addon:InitCooking()
 	self:AddRecipeTrainer(88006, 46709)

 	-- Darkbrew Lager -- 88015
-	AddRecipe(88015, 430, 62790, Q.COMMON, V.CATA, 430, 430, 435, 440)
+	AddRecipe(88015, 415, 62790, Q.COMMON, V.CATA, 415, 430, 435, 440)
 	self:AddRecipeFlags(88015, F.ALLIANCE, F.HORDE, F.TRAINER, F.IBOE)
 	self:AddRecipeTrainer(88015, 46709)