From 6f16313ab3df185b7113a66b8ffafe1311adb0ca Mon Sep 17 00:00:00 2001 From: mike Date: Sun, 28 Nov 2010 01:57:46 -0500 Subject: [PATCH] Added new cooking trainer, "Arugi" --- Database/Trainer.lua | 1 + Locales/devel-enUS.lua | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Database/Trainer.lua b/Database/Trainer.lua index ea68be2..ab6976d 100644 --- a/Database/Trainer.lua +++ b/Database/Trainer.lua @@ -372,5 +372,6 @@ function addon:InitTrainer(DB) self:addLookupList(DB, 33681, L["Korim"], BZ["Shattrath City"], 37.6, 28.0, 0) self:addLookupList(DB, 33682, L["Fono"], BZ["Shattrath City"], 36.0, 48.5, 0) self:addLookupList(DB, 33684, L["Weaver Aoa"], BZ["Shattrath City"], 37.6, 27.2, 0) + self:addLookupList(DB, 46709, L["Arugi"], BZ["Orgrimmar"], 56.5, 61.5, 2) end diff --git a/Locales/devel-enUS.lua b/Locales/devel-enUS.lua index d58f826..abcd17b 100644 --- a/Locales/devel-enUS.lua +++ b/Locales/devel-enUS.lua @@ -584,6 +584,7 @@ L["Arthur Denny"] = true L["Arthur Henslowe"] = true L["Arthur Moore"] = true L["Artificer Daelo"] = true +L["Arugi"] = true L["Asarnan"] = true L["Ashtongue Warrior"] = true L["Aska Mistrunner"] = true @@ -1439,4 +1440,4 @@ L["Zurii"] = true L["FILTERING_CATA_DESC"] = "Configuration for which Cataclysm Reputation reward recipes are included in the scan." -L["CATA_WOW_DESC"] = "Recipes available with Cataclysm," \ No newline at end of file +L["CATA_WOW_DESC"] = "Recipes available with Cataclysm." \ No newline at end of file -- 1.7.9.5