From a05b0647efef2458770ee32a5af2bfc514999abc Mon Sep 17 00:00:00 2001 From: John Pasula Date: Wed, 19 Jan 2011 11:45:45 -0700 Subject: [PATCH] Add placeholder for Feathered Lure. Hopefully they add it in 4.0.6 --- Database/Cooking.lua | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Database/Cooking.lua b/Database/Cooking.lua index 8c2d469..0643f96 100644 --- a/Database/Cooking.lua +++ b/Database/Cooking.lua @@ -1066,6 +1066,11 @@ function addon:InitCooking() self:AddRecipeFlags(93741, F.TRAINER, F.ALLIANCE, F.HORDE, F.IBOE) self:AddRecipeTrainer(93741, 3399) + -- Feathered Lure -- 87646 + --AddRecipe(87646, 525, nil, Q.UNCOMMON, V.CATA, 525, 525, 525, 525) + --self:AddRecipeFlags(87646, F.ALLIANCE, F.HORDE, F.VENDOR, F.IBOE, F.RBOP) + --self:AddRecipeVendor(87646, 49701, 49737) + -- Some recipes are only availible to specific factions. -- We only add the faction specific recipes if the user is part of that faction local BFAC = LibStub("LibBabble-Faction-3.0"):GetLookupTable() -- 1.7.9.5