From 759bd004c44b6311734bbf6c159f477198b09e33 Mon Sep 17 00:00:00 2001 From: pompachomp Date: Sat, 5 Dec 2009 06:51:40 +0000 Subject: [PATCH] Updated text of a custom string for the two engineering pet recipes that were still labeled that they were obtained by the renewal membership, which was disabled forever patches ago. --- Locals/testenUS.lua | 2 +- RecipeDB/ARL-Custom.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Locals/testenUS.lua b/Locals/testenUS.lua index eaf7068..4c8b5c0 100644 --- a/Locals/testenUS.lua +++ b/Locals/testenUS.lua @@ -442,7 +442,7 @@ L["DAILY_COOKING_FISH"] = "Randomly obtained by completing the cooking daily que L["DAILY_FISHING_SHATT"] = "Randomly obtained by completing the fishing daily quest in Shattrath." L["DAILY_COOKING_DAL"] = "Randomly obtained by completing the cooking daily quest in Dalaran." -- Engineering Related -L["ENG_RENEW_MEMBERSHIP"] = "Obtained randomly by renewing your engineering membership." +L["ENG_GNOMER"] = "Dropped from mobs in Gnomeregan." L["ENG_FLOOR_ITEM_BRD"] = "The schematic can be found on the floor near Golem Lord Argelmach in Blackrock Depths. Only engineers with 300 skill may learn the schematic after clicking on it." -- Default L["DEFAULT_RECIPE"] = "Learned by default when learning the profession." diff --git a/RecipeDB/ARL-Custom.lua b/RecipeDB/ARL-Custom.lua index 770f6c4..e0d5702 100644 --- a/RecipeDB/ARL-Custom.lua +++ b/RecipeDB/ARL-Custom.lua @@ -57,7 +57,7 @@ function addon:InitCustom(CustomDB) self:addLookupList(CustomDB,7,L["DAILY_FISHING_SHATT"],BZ["Shattrath"],0,0) self:addLookupList(CustomDB,38,L["DAILY_COOKING_DAL"],BZ["Dalaran"],0,0) -- Engineering Related - self:addLookupList(CustomDB,16,L["ENG_RENEW_MEMBERSHIP"],"N/A") + self:addLookupList(CustomDB,16,L["ENG_GNOMER"],BZ["Gnomeregan"],0,0) self:addLookupList(CustomDB,17,L["ENG_FLOOR_ITEM_BRD"],BZ["Blackrock Depths"],0,0) -- Default self:addLookupList(CustomDB,8,L["DEFAULT_RECIPE"],"N/A") -- 1.7.9.5