Added a new custom string for recipes removed from the game.
mike [12-15-10 - 20:26]
Added a new custom string for recipes removed from the game.
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: