From 1574eba9a2beae896efc5039e8ec082f76e318a7 Mon Sep 17 00:00:00 2001 From: mike Date: Sun, 4 Apr 2010 01:31:28 -0400 Subject: [PATCH] oops forget to add the vendor id added in last commit to 2 Cooking recipes --- Database/Cooking.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Database/Cooking.lua b/Database/Cooking.lua index 54b07e4..c7e84ed 100644 --- a/Database/Cooking.lua +++ b/Database/Cooking.lua @@ -755,7 +755,7 @@ function addon:InitCooking() -- Imperial Manta Steak -- 45570 AddRecipe(45570, 400, 34769, Q.UNCOMMON, V.WOTLK, 400, 400, 420, 460) self:AddRecipeFlags(45570, F.ALLIANCE, F.HORDE, F.VENDOR, F.IBOE, F.RBOP) - self:AddRecipeVendor(45570, 31031, 31032) + self:AddRecipeVendor(45570, 31031, 31032, 33595) -- Spicy Blue Nettlefish -- 45571 AddRecipe(45571, 400, 34768, Q.UNCOMMON, V.WOTLK, 400, 400, 420, 460) @@ -797,7 +797,7 @@ function addon:InitCooking() -- Spicy Fried Herring -- 57433 AddRecipe(57433, 400, 42993, Q.UNCOMMON, V.WOTLK, 400, 400, 420, 460) self:AddRecipeFlags(57433, F.ALLIANCE, F.HORDE, F.VENDOR, F.IBOE, F.RBOP, F.HEALER, F.CASTER) - self:AddRecipeVendor(57433, 31031, 31032) + self:AddRecipeVendor(57433, 31031, 31032, 33595) -- Rhinolicious Wormsteak -- 57434 AddRecipe(57434, 400, 42994, Q.UNCOMMON, V.WOTLK, 400, 400, 420, 460) -- 1.7.9.5