diff --git a/Core.lua b/Core.lua
index 0774586..7670506 100644
--- a/Core.lua
+++ b/Core.lua
@@ -1,6 +1,6 @@
--[[
************************************************************************
-core.lua
+Core.lua
Core functions for Ackis Recipe List
************************************************************************
File date: @file-date-iso@
@@ -15,7 +15,7 @@ This source code is released under All Rights Reserved.
--- Ackis Recipe List provides functionality to scan your professions.
-- It will determine which recipes you are missing.
-- @class file
--- @name core.lua
+-- @name Core.lua
-- @release 2.0
************************************************************************
]]
diff --git a/Database/Recipes/Leatherworking.lua b/Database/Recipes/Leatherworking.lua
index 5f8603a..647fe2c 100644
--- a/Database/Recipes/Leatherworking.lua
+++ b/Database/Recipes/Leatherworking.lua
@@ -919,7 +919,7 @@ function addon:InitLeatherworking()
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(7866, 7867, 29508)
+ recipe:AddTrainer(7867, 29508)
-- Wolfshead Helm -- 10621
recipe = AddRecipe(10621, V.ORIG, Q.COMMON)
@@ -954,7 +954,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, 5564, 7866, 7867, 29508, 33581, 33612, 33635)
+ recipe:AddTrainer(3365, 5564, 7867, 29508, 33581, 33612, 33635)
-- Cured Rugged Hide -- 19047
recipe = AddRecipe(19047, V.ORIG, Q.COMMON)
@@ -1644,14 +1644,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, 5564, 7866, 7867, 29508, 33581, 33612, 33635)
+ recipe:AddTrainer(3365, 5564, 7867, 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, 5564, 7866, 7867, 29508, 33581, 33612, 33635)
+ recipe:AddTrainer(3365, 5564, 7867, 29508, 33581, 33612, 33635)
-- Dreamscale Breastplate -- 24703
recipe = AddRecipe(24703, V.ORIG, Q.COMMON)
@@ -2506,7 +2506,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, 5564, 7866, 7867, 29508, 33581, 33612, 33635)
+ recipe:AddTrainer(3365, 5564, 7867, 29508, 33581, 33612, 33635)
-- Primalstorm Breastplate -- 36077
recipe = AddRecipe(36077, V.TBC, Q.COMMON)
@@ -2527,7 +2527,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, 5564, 7866, 7867, 29508, 33581, 33612, 33635)
+ recipe:AddTrainer(3365, 5564, 7867, 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 fee613a..8092545 100644
--- a/Database/Trainers/Leatherworking.lua
+++ b/Database/Trainers/Leatherworking.lua
@@ -38,7 +38,6 @@ function private:InitializeLeatherworkingTrainers()
AddTrainer(5127, "Fimble Finespindle", "Ironforge", 39.8, 33.5, "Alliance")
AddTrainer(5564, "Simon Tanner", "Stormwind City", 71.8, 62.9, "Alliance") -- UPDATED
AddTrainer(5784, "Waldor", "Wailing Caverns", 32.6, 28.5, "Neutral")
- AddTrainer(7866, "Peter Galen", "Azshara", 37.5, 65.5, "Alliance")
AddTrainer(7867, "Thorkaf Dragoneye", "Badlands", 62.6, 57.6, "Horde")
AddTrainer(7868, "Sarah Tanner", "Searing Gorge", 63.7, 75.7, "Alliance")
AddTrainer(7869, "Brumn Winterhoof", "Arathi Highlands", 28.2, 45, "Horde")
diff --git a/Locales/devel-enUS.lua b/Locales/devel-enUS.lua
index a16a430..b8a0564 100644
--- a/Locales/devel-enUS.lua
+++ b/Locales/devel-enUS.lua
@@ -920,7 +920,6 @@ L["PVP_DESC"] = "Recipes obtained through PVP should be included in the scan."
L["Pand Stonebinder"] = "Pand Stonebinder"
L["Paulsta'ats"] = "Paulsta'ats"
L["Penney Copperpinch"] = "Penney Copperpinch"
-L["Peter Galen"] = "Peter Galen"
L["Phantom Attendant"] = "Phantom Attendant"
L["Phantom Stagehand"] = "Phantom Stagehand"
L["Phantom Valet"] = "Phantom Valet"
diff --git a/Scanner.lua b/Scanner.lua
index 439fd27..dd81524 100644
--- a/Scanner.lua
+++ b/Scanner.lua
@@ -14,7 +14,7 @@ This source code is released under All Rights Reserved.
************************************************************************
--- Vendor/trainer scanning for Ackis Recipe List.
@class file
-@name core.lua
+@name Scanner.lua
@release 2.0
************************************************************************
]]--