From 26cbefc08fc2063197326560156112c6a72a9986 Mon Sep 17 00:00:00 2001 From: Jim-Bim Date: Thu, 19 Feb 2009 22:15:52 +0000 Subject: [PATCH] AckisRecipeList: - added Dalaran daily obtain info to Cake and Stormchops (ticket 388) --- Locals/ARLLocals-enUS.lua | 1 + RecipeDB/ARL-Cook.lua | 4 ++-- RecipeDB/ARL-Custom.lua | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Locals/ARLLocals-enUS.lua b/Locals/ARLLocals-enUS.lua index 1867c11..29db667 100644 --- a/Locals/ARLLocals-enUS.lua +++ b/Locals/ARLLocals-enUS.lua @@ -378,6 +378,7 @@ L["Custom34"] = "Random Black Temple / Hyjal Summit trash drop" L["Custom35"] = "Blade's Edge Mountains Summon Bosses" -- Update L["Custom36"] = "From a NPC in Dalaran sewers after doing The Taste Test" -- Update L["Custom37"] = "Random SSC / TK trash drop" +L["Custom38"] = "Randomly obtained by completing the cooking daily quest in Dalaran." -- Monster/Quest/Trainer/Vendor strings: diff --git a/RecipeDB/ARL-Cook.lua b/RecipeDB/ARL-Cook.lua index 724a65c..a145266 100644 --- a/RecipeDB/ARL-Cook.lua +++ b/RecipeDB/ARL-Cook.lua @@ -678,7 +678,7 @@ function addon:InitCooking(RecipeDB) recipecount = recipecount + 1 self:addTradeSkill(RecipeDB,43758,300,33866,3,2550) self:addTradeFlags(RecipeDB,43758,1,2,8,21,22,23,24,25,26,27,28,29,30,36,41) - self:addTradeAcquire(RecipeDB,43758,8,5,8,6) + self:addTradeAcquire(RecipeDB,43758,8,5,8,6,8,38) -- Broiled Bloodfin -- 43761 recipecount = recipecount + 1 @@ -702,7 +702,7 @@ function addon:InitCooking(RecipeDB) recipecount = recipecount + 1 self:addTradeSkill(RecipeDB,43779,1,33924,3,2550) self:addTradeFlags(RecipeDB,43779,1,2,8,21,22,23,24,25,26,27,28,29,30,36,41) - self:addTradeAcquire(RecipeDB,43779,8,5,8,6) + self:addTradeAcquire(RecipeDB,43779,8,5,8,6,8,38) -- Hot Apple Cider -- 45022 recipecount = recipecount + 1 diff --git a/RecipeDB/ARL-Custom.lua b/RecipeDB/ARL-Custom.lua index 99da0b5..f1bf266 100644 --- a/RecipeDB/ARL-Custom.lua +++ b/RecipeDB/ARL-Custom.lua @@ -67,6 +67,7 @@ function addon:InitCustom(CustomDB) self:addLookupList(CustomDB, 35, L["Custom35"]) self:addLookupList(CustomDB, 36, L["Custom36"]) self:addLookupList(CustomDB, 37, L["Custom37"]) + self:addLookupList(CustomDB, 38, L["Custom38"]) end -- 1.7.9.5