From 296f39fb467d0f7d2b84d7533debf916ede034f2 Mon Sep 17 00:00:00 2001 From: mike Date: Wed, 15 Dec 2010 15:26:35 -0500 Subject: [PATCH] Added a new custom string for recipes removed from the game. --- Database/Custom.lua | 1 + Locales/devel-enUS.lua | 1 + 2 files changed, 2 insertions(+) diff --git a/Database/Custom.lua b/Database/Custom.lua index c1286e3..604c3a7 100644 --- a/Database/Custom.lua +++ b/Database/Custom.lua @@ -70,6 +70,7 @@ function addon:InitCustom(DB) self:addLookupList(DB, 45, L["Custom45"]) self:addLookupList(DB, 46, L["BUGGED"]) self:addLookupList(DB, 47, L["ARCH_DROP"]) + self:addLookupList(DB, 48, L["REMOVED_FROM_GAME"]) --self:addLookupList(DB, 28, L["BT_HYJAL_RANDOM"]) --[[ diff --git a/Locales/devel-enUS.lua b/Locales/devel-enUS.lua index 92bd287..f7efb1e 100644 --- a/Locales/devel-enUS.lua +++ b/Locales/devel-enUS.lua @@ -510,6 +510,7 @@ L["Custom45"] = "You can train this recipe if you have earned the \"Northrend Du L["LIMITED_SUPPLY"] = "Sold in limited quantity." L["BUGGED"] = "THIS RECIPE IS BUGGED CURRENTLY IN THE LATEST BUILD ON LIVE" L["ARCH_DROP"] = "This recipe is a random drop from a \"Canopic Jar\" while collecting artifacts for Archaeology" +L["REMOVED_FROM_GAME"] = "This recipe has been removed from the game" ------------------------------------------------------------------------------- -- Monster/Quest/Trainer/Vendor strings: -- 1.7.9.5