diff --git a/Database/Custom.lua b/Database/Custom.lua
index 8734fec..1c28532 100644
--- a/Database/Custom.lua
+++ b/Database/Custom.lua
@@ -61,6 +61,7 @@ function addon:InitCustom(DB)
AddCustom("STRATH_BS_PLANS", BZ["Stratholme"])
AddCustom("DM_TRIBUTE", BZ["Dire Maul"], 59.04, 48.82)
AddCustom("BT_RANDOM", BZ["Black Temple"])
+ AddCustom("TK_RANDOM", BZ["Tempest Keep"])
AddCustom("Custom35")
AddCustom("Custom36")
AddCustom("SSC_RANDOM", BZ["Serpentshrine Cavern"])
diff --git a/Database/Recipes/Enchanting.lua b/Database/Recipes/Enchanting.lua
index 72e60ac..ac7b513 100644
--- a/Database/Recipes/Enchanting.lua
+++ b/Database/Recipes/Enchanting.lua
@@ -669,7 +669,7 @@ function addon:InitEnchanting()
recipe:SetCraftedItemID(12655)
recipe:SetSkillLevels(250, 250, 250, 255, 260)
recipe:AddFilters(F.ALLIANCE, F.HORDE, F.TRAINER, F.IBOE, F.RBOP)
- recipe:AddTrainer(1317, 3011, 3345, 3606, 4213, 4616, 5157, 5695, 7949, 11072, 11073, 11074, 16160, 16633, 16725, 18747, 18753, 18773, 19251, 19252, 19540, 33583, 33610, 33633, 33676)
+ recipe:AddTrainer(1317, 3011, 3345, 3606, 4213, 4616, 5157, 5695, 7949, 11072, 11073, 11074, 16160, 16633, 16725, 18753, 18773, 19251, 19252, 19540, 33583, 33610, 33633, 33676)
-- Enchanted Leather -- 17181
recipe = AddRecipe(17181, V.ORIG, Q.COMMON)
diff --git a/Database/Trainers/Alchemy.lua b/Database/Trainers/Alchemy.lua
index 57ae787..aca64a3 100644
--- a/Database/Trainers/Alchemy.lua
+++ b/Database/Trainers/Alchemy.lua
@@ -59,6 +59,7 @@ function private:InitializeAlchemyTrainers()
AddTrainer(28703, "Linzy Blackbolt", "Dalaran", 42.5, 32.1, "Neutral")
AddTrainer(33588, "Crystal Brightspark", "Icecrown", 71.6, 21, "Neutral")
AddTrainer(33608, 51304, "Shattrath City", 44.3, 90.4, "Neutral")
+ AddTrainer(33630, "Aelthin", "Shattrath City", 38.6, 70.8, "Neutral")
AddTrainer(33674, "Alchemist Kanhu", "Shattrath City", 38.6, 30, "Neutral")
self.InitializeAlchemyTrainers = nil
diff --git a/Database/Trainers/Enchanting.lua b/Database/Trainers/Enchanting.lua
index bcffccd..a7a4455 100644
--- a/Database/Trainers/Enchanting.lua
+++ b/Database/Trainers/Enchanting.lua
@@ -40,7 +40,6 @@ function private:InitializeEnchantingTrainers()
AddTrainer(16160, "Magistrix Eredania", "Eversong Woods", 38.2, 72.6, "Horde")
AddTrainer(16633, "Sedana", "Silvermoon City", 70, 24, "Horde")
AddTrainer(16725, "Nahogg", "The Exodar", 40.5, 39.2, "Alliance")
- AddTrainer(18747, "Krugosh", "Hellfire Peninsula", 55.5, 37.6, "Horde")
AddTrainer(18753, "Felannia", "Hellfire Peninsula", 52.3, 36.1, "Horde")
AddTrainer(18773, "Johan Barnes", "Hellfire Peninsula", 53.7, 66.1, "Alliance")
AddTrainer(19251, "Enchantress Volali", "Shattrath City", 43.2, 92.3, "Neutral")
@@ -53,6 +52,7 @@ function private:InitializeEnchantingTrainers()
AddTrainer(28693, "Enchanter Nalthanis", "Dalaran", 39.1, 40.5, "Neutral")
AddTrainer(33583, "Fael Morningsong", "Icecrown", 73, 20.6, "Neutral")
AddTrainer(33610, 51313, "Shattrath City", 43.6, 90.4, "Neutral")
+ AddTrainer(33633, "Enchantress Andiala", "Shattrath City", 55.6, 74.6, "Neutral")
AddTrainer(33676, "Zurii", "Shattrath City", 36.4, 44.6, "Neutral")
self.InitializeEnchantingTrainers = nil
diff --git a/Locales/devel-enUS.lua b/Locales/devel-enUS.lua
index 2388b79..4f491c9 100644
--- a/Locales/devel-enUS.lua
+++ b/Locales/devel-enUS.lua
@@ -50,6 +50,7 @@ L["Abyssal Flamebringer"] = "Abyssal Flamebringer"
L["Acquisition"] = "Acquisition"
L["Adele Fielder"] = "Adele Fielder"
L["Adelene Sunlance"] = "Adelene Sunlance"
+L["Aelthin"] = "Aelthin"
L["Aendel Windspear"] = "Aendel Windspear"
L["Agatian Fallanos"] = "Agatian Fallanos"
L["Aged Dalaran Wizard"] = "Aged Dalaran Wizard"
@@ -419,6 +420,7 @@ L["Elynna"] = "Elynna"
L["Emil Autumn"] = "Emil Autumn"
L["Emrul Riknussun"] = "Emrul Riknussun"
L["Enchanter Nalthanis"] = "Enchanter Nalthanis"
+L["Enchantress Andiala"] = "Enchantress Andiala"
L["Enchantress Volali"] = "Enchantress Volali"
L["Engineer Sinbei"] = "Engineer Sinbei"
L["Enraged Air Spirit"] = "Enraged Air Spirit"