From a998ac42a8562abd6d9234081da3a215f5b3aeea Mon Sep 17 00:00:00 2001 From: John Pasula Date: Wed, 15 Dec 2010 08:32:54 -0700 Subject: [PATCH] Dig Rat Stew seems to be gone from the game, making it retired for now. --- Database/Cooking.lua | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Database/Cooking.lua b/Database/Cooking.lua index 1c7903d..0026dff 100644 --- a/Database/Cooking.lua +++ b/Database/Cooking.lua @@ -217,9 +217,10 @@ function addon:InitCooking() -- Dig Rat Stew -- 6417 AddRecipe(6417, 90, 44977, Q.COMMON, V.WOTLK, 90, 130, 150, 170) - self:AddRecipeFlags(6417, F.ALLIANCE, F.HORDE, F.VENDOR, F.QUEST, F.IBOE, F.RBOP) - self:AddRecipeVendor(6417, 3392) - self:AddRecipeQuest(6417, 862) + --self:AddRecipeFlags(6417, F.ALLIANCE, F.HORDE, F.VENDOR, F.QUEST, F.IBOE, F.RBOP) + self:AddRecipeFlags(6417, F.ALLIANCE, F.HORDE, F.RETIRED, F.IBOE, F.RBOP) + --self:AddRecipeVendor(6417, 3392) + --self:AddRecipeQuest(6417, 862) -- Crispy Lizard Tail -- 6418 AddRecipe(6418, 100, 5479, Q.COMMON, V.ORIG, 100, 140, 160, 180) -- 1.7.9.5