Quantcast

Moved "Runda" from the Alchemy trainers file to the re-instated always-loaded Trainer file since she apparently teaches recipes from every profession.

James D. Callahan III [03-14-11 - 02:16]
Moved "Runda" from the Alchemy trainers file to the re-instated always-loaded Trainer file since she apparently teaches recipes from every profession.
Filename
Database/Trainer.lua
Database/Trainers/Alchemy.lua
diff --git a/Database/Trainer.lua b/Database/Trainer.lua
index 644bd20..09aefb0 100644
--- a/Database/Trainer.lua
+++ b/Database/Trainer.lua
@@ -41,9 +41,7 @@ function addon:InitTrainer(DB)
 		private:AddListEntry(DB, id_num, name, location, coord_x, coord_y, faction)
 	end

-	AddTrainer(3373, L["Arnok"], BZ["Orgrimmar"], 34.1, 84.4, HORDE)
-	AddTrainer(12920, L["Doctor Gregory Victor"], BZ["Arathi Highlands"], 73.4, 36.8, HORDE)
-	AddTrainer(12939, L["Doctor Gustaf VanHowzen"], BZ["Dustwallow Marsh"], 68.18, 47.94, ALLIANCE)
+	AddTrainer(47418, "Runda", "Durotar", 52.8, 42, "Horde")

 	self.InitTrainer = nil
 end
diff --git a/Database/Trainers/Alchemy.lua b/Database/Trainers/Alchemy.lua
index 60d9267..57ae787 100644
--- a/Database/Trainers/Alchemy.lua
+++ b/Database/Trainers/Alchemy.lua
@@ -60,7 +60,6 @@ function private:InitializeAlchemyTrainers()
 	AddTrainer(33588, "Crystal Brightspark", "Icecrown", 71.6, 21, "Neutral")
 	AddTrainer(33608, 51304, "Shattrath City", 44.3, 90.4, "Neutral")
 	AddTrainer(33674, "Alchemist Kanhu", "Shattrath City", 38.6, 30, "Neutral")
-	AddTrainer(47418, "Runda", "Durotar", 52.8, 42, "Horde")

 	self.InitializeAlchemyTrainers = nil
 end