Quantcast

AckisRecipeList:

Jim-Bim [02-09-10 - 19:51]
AckisRecipeList:
- fixed some wrong skill levels (Tickets: 921,922)
Filename
Database/Blacksmithing.lua
Database/Cooking.lua
diff --git a/Database/Blacksmithing.lua b/Database/Blacksmithing.lua
index 5ebd6f0..eee80b4 100644
--- a/Database/Blacksmithing.lua
+++ b/Database/Blacksmithing.lua
@@ -1934,7 +1934,7 @@ function addon:InitBlacksmithing(RecipeDB)
 	self:addTradeAcquire(RecipeDB, 46144, A.CUSTOM, 24)

 	-- Cobalt Legplates -- 52567
-	AddRecipe(52567, 370, 39086, R_UNCOMMON, GAME_WOTLK, 370, 375, 380, 3985)
+	AddRecipe(52567, 370, 39086, R_UNCOMMON, GAME_WOTLK, 370, 375, 380, 385)
 	self:addTradeFlags(RecipeDB, 52567, F.ALLIANCE, F.HORDE, F.TRAINER, F.IBOE, F.RBOP, F.TANK, F.PLATE)
 	self:addTradeAcquire(RecipeDB, 52567, A.TRAINER, 26564, A.TRAINER, 26904, A.TRAINER, 26952, A.TRAINER, 26981, A.TRAINER, 26988, A.TRAINER, 27034, A.TRAINER, 28694, A.TRAINER, 29924, A.TRAINER, 33591)

diff --git a/Database/Cooking.lua b/Database/Cooking.lua
index 3b50bce..3fa4071 100644
--- a/Database/Cooking.lua
+++ b/Database/Cooking.lua
@@ -850,12 +850,12 @@ function addon:InitCooking(RecipeDB)
 	self:addTradeAcquire(RecipeDB, 58525, A.WORLD_DROP, 2)

 	-- Gigantic Feast -- 58527
-	AddRecipe(58527, 425, 43478, R_UNCOMMON, GAME_WOTLK, 425, 425, 450, 475)
+	AddRecipe(58527, 425, 43478, R_UNCOMMON, GAME_WOTLK, 425, 435, 455, 475)
 	self:addTradeFlags(RecipeDB, 58527, F.ALLIANCE, F.HORDE, F.VENDOR, F.IBOE, F.RBOP)
 	self:addTradeAcquire(RecipeDB, 58527, A.VENDOR, 31031, A.VENDOR, 31032)

 	-- Small Feast -- 58528
-	AddRecipe(58528, 425, 43480, R_UNCOMMON, GAME_WOTLK, 425, 425, 450, 475)
+	AddRecipe(58528, 425, 43480, R_UNCOMMON, GAME_WOTLK, 425, 435, 455, 475)
 	self:addTradeFlags(RecipeDB, 58528, F.ALLIANCE, F.HORDE, F.VENDOR, F.IBOE, F.RBOP)
 	self:addTradeAcquire(RecipeDB, 58528, A.VENDOR, 31031, A.VENDOR, 31032)