Added two new custom strings and a new Inscriptiion trainer to the Trainer database.
mike [12-15-10 - 23:27]
Added two new custom strings and a new Inscriptiion trainer to the Trainer database.
diff --git a/Database/Custom.lua b/Database/Custom.lua
index 604c3a7..941b162 100644
--- a/Database/Custom.lua
+++ b/Database/Custom.lua
@@ -71,6 +71,8 @@ function addon:InitCustom(DB)
self:addLookupList(DB, 46, L["BUGGED"])
self:addLookupList(DB, 47, L["ARCH_DROP"])
self:addLookupList(DB, 48, L["REMOVED_FROM_GAME"])
+ self:addLookupList(DB, 49, L["VASHJ'IR_RANDOM_INSC"])
+ self:addLookupList(DB, 50, L["DEEPHOLM_RANDOM_INSC"])
--self:addLookupList(DB, 28, L["BT_HYJAL_RANDOM"])
--[[
diff --git a/Database/Trainer.lua b/Database/Trainer.lua
index 8c3d4e0..82fa5ad 100644
--- a/Database/Trainer.lua
+++ b/Database/Trainer.lua
@@ -374,5 +374,6 @@ function addon:InitTrainer(DB)
self:addLookupList(DB, 33684, L["Weaver Aoa"], BZ["Shattrath City"], 37.6, 27.2, 0)
self:addLookupList(DB, 45540, L["Krenk Choplimb"], BZ["Orgrimmar"], 37.5, 87.3, 2)
self:addLookupList(DB, 46709, L["Arugi"], BZ["Orgrimmar"], 56.5, 61.5, 2)
+ self:addLookupList(DB, 46716, L["Nerog"], BZ["Orgrimmar"], 55.2, 56.7, 2)
end
diff --git a/Locales/devel-enUS.lua b/Locales/devel-enUS.lua
index f7efb1e..531b9d6 100644
--- a/Locales/devel-enUS.lua
+++ b/Locales/devel-enUS.lua
@@ -508,9 +508,11 @@ L["Custom41"] = "Removed from the game when Naxx 40 was taken out."
L["Custom44"] = "You can train this recipe if you have earned the \"Loremaster of Northrend\" achievement"
L["Custom45"] = "You can train this recipe if you have earned the \"Northrend Dungeonmaster\" achievement"
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"
+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."
+L["VASHJ'IR_RANDOM_INSC"] = "This recipe drops from mobs in Vashj'ir."
+L["DEEPHOLM_RANDOM_INSC"] = "This recipe drops from mobs in Deepholm."
-------------------------------------------------------------------------------
-- Monster/Quest/Trainer/Vendor strings:
@@ -1134,6 +1136,7 @@ L["Neferatti"] = true
L["Neii"] = true
L["Nemiha"] = true
L["Nergal"] = true
+L["Nerog"] = true
L["Nerrist"] = true
L["Nessa Shadowsong"] = true
L["Nexus Stalker"] = true