diff --git a/Database/Recipes/Leatherworking.lua b/Database/Recipes/Leatherworking.lua
index 96f7c39..625145b 100644
--- a/Database/Recipes/Leatherworking.lua
+++ b/Database/Recipes/Leatherworking.lua
@@ -922,8 +922,8 @@ function addon:InitLeatherworking()
recipe = AddRecipe(10619, V.ORIG, Q.COMMON)
recipe:SetCraftedItemID(8347)
recipe:SetSkillLevels(225, 225, 245, 255, 265)
- recipe:AddFilters(F.ALLIANCE, F.HORDE, F.TRAINER, F.IBOE, F.RBOP, F.MAIL)
- recipe:AddTrainer(7867, 29508)
+ recipe:AddFilters(F.ALLIANCE, F.HORDE, F.RETIRED, F.IBOE, F.RBOP, F.MAIL)
+ recipe:AddCustom("REMOVED_FROM_GAME")
-- Wolfshead Helm -- 10621
recipe = AddRecipe(10621, V.ORIG, Q.COMMON)
@@ -958,7 +958,7 @@ function addon:InitLeatherworking()
recipe:SetCraftedItemID(8367)
recipe:SetSkillLevels(255, 255, 275, 285, 295)
recipe:AddFilters(F.ALLIANCE, F.HORDE, F.TRAINER, F.IBOE, F.RBOP, F.MAIL)
- recipe:AddTrainer(3365, 4212, 5564, 7867, 21087, 29508, 33581, 33612, 33635)
+ recipe:AddTrainer(3365, 4212, 5564, 21087, 29508, 33581, 33612, 33635)
-- Cured Rugged Hide -- 19047
recipe = AddRecipe(19047, V.ORIG, Q.COMMON)
@@ -1649,14 +1649,14 @@ function addon:InitLeatherworking()
recipe:SetCraftedItemID(20295)
recipe:SetSkillLevels(300, 300, 320, 330, 340)
recipe:AddFilters(F.ALLIANCE, F.HORDE, F.TRAINER, F.IBOE, F.RBOP, F.HEALER, F.CASTER, F.MAIL)
- recipe:AddTrainer(3365, 4212, 5564, 7867, 21087, 29508, 33581, 33612, 33635)
+ recipe:AddTrainer(3365, 4212, 5564, 21087, 29508, 33581, 33612, 33635)
-- Green Dragonscale Gauntlets -- 24655
recipe = AddRecipe(24655, V.ORIG, Q.COMMON)
recipe:SetCraftedItemID(20296)
recipe:SetSkillLevels(280, 280, 290, 295, 300)
recipe:AddFilters(F.ALLIANCE, F.HORDE, F.TRAINER, F.IBOE, F.RBOP, F.HEALER, F.CASTER, F.MAIL)
- recipe:AddTrainer(3365, 4212, 5564, 7867, 21087, 29508, 33581, 33612, 33635)
+ recipe:AddTrainer(3365, 4212, 5564, 21087, 29508, 33581, 33612, 33635)
-- Dreamscale Breastplate -- 24703
recipe = AddRecipe(24703, V.ORIG, Q.COMMON)
@@ -2512,7 +2512,7 @@ function addon:InitLeatherworking()
recipe:SetCraftedItemID(29971)
recipe:SetSkillLevels(260, 260, 280, 290, 300)
recipe:AddFilters(F.ALLIANCE, F.HORDE, F.TRAINER, F.IBOP, F.RBOP, F.DPS, F.MAIL)
- recipe:AddTrainer(3365, 4212, 5564, 7867, 21087, 29508, 33581, 33612, 33635)
+ recipe:AddTrainer(3365, 4212, 5564, 21087, 29508, 33581, 33612, 33635)
-- Primalstorm Breastplate -- 36077
recipe = AddRecipe(36077, V.TBC, Q.COMMON)
@@ -2533,7 +2533,7 @@ function addon:InitLeatherworking()
recipe:SetCraftedItemID(29975)
recipe:SetSkillLevels(330, 330, 350, 360, 370)
recipe:AddFilters(F.ALLIANCE, F.HORDE, F.TRAINER, F.IBOP, F.RBOP, F.DPS, F.MAIL)
- recipe:AddTrainer(3365, 4212, 5564, 7867, 21087, 29508, 33581, 33612, 33635)
+ recipe:AddTrainer(3365, 4212, 5564, 21087, 29508, 33581, 33612, 33635)
-- Belt of Natural Power -- 36349
recipe = AddRecipe(36349, V.TBC, Q.EPIC)
diff --git a/Database/Trainers/Leatherworking.lua b/Database/Trainers/Leatherworking.lua
index 34cbbf1..7dfee1d 100644
--- a/Database/Trainers/Leatherworking.lua
+++ b/Database/Trainers/Leatherworking.lua
@@ -20,7 +20,6 @@ function private:InitializeLeatherworkingTrainers()
self:AddTrainer(5127, "Fimble Finespindle", "Ironforge", 39.8, 33.5, "Alliance")
self:AddTrainer(5564, "Simon Tanner", "Stormwind City", 71.8, 62.9, "Alliance") -- COMPLETELY UPDATED
self:AddTrainer(5784, "Waldor", "Wailing Caverns", 32.6, 28.5, "Neutral")
- self:AddTrainer(7867, "Thorkaf Dragoneye", "Badlands", 62.6, 57.6, "Horde")
self:AddTrainer(7868, "Sarah Tanner", "Searing Gorge", 63.7, 75.7, "Alliance")
self:AddTrainer(7869, "Brumn Winterhoof", "Arathi Highlands", 28.2, 45, "Horde")
self:AddTrainer(7870, "Caryssia Moonhunter", "Feralas", 89.4, 46.5, "Alliance")
diff --git a/Locales/devel-enUS.lua b/Locales/devel-enUS.lua
index fe63913..858b114 100644
--- a/Locales/devel-enUS.lua
+++ b/Locales/devel-enUS.lua
@@ -1171,7 +1171,6 @@ L["Theresa Denman"] = "Theresa Denman"
L["Therum Deepforge"] = "Therum Deepforge"
L["Thomas Kolichio"] = "Thomas Kolichio"
L["Thomas Yance"] = "Thomas Yance"
-L["Thorkaf Dragoneye"] = "Thorkaf Dragoneye"
L["Thoth"] = "Thoth"
L["Threm Blackscalp"] = "Threm Blackscalp"
L["Thrown"] = "Thrown"