diff --git a/Database/Recipes/Jewelcrafting.lua b/Database/Recipes/Jewelcrafting.lua
index 762cc76..45aae3a 100644
--- a/Database/Recipes/Jewelcrafting.lua
+++ b/Database/Recipes/Jewelcrafting.lua
@@ -164,8 +164,8 @@ function addon:InitJewelcrafting()
recipe:SetRecipeItemID(20970)
recipe:SetCraftedItemID(20950)
recipe:SetSkillLevels(120, 120, 150, 165, 180)
- recipe:AddFilters(F.ALLIANCE, F.HORDE, F.VENDOR, F.IBOE, F.RBOE, F.TANK, F.NECK)
- recipe:AddVendor(1448, 4877)
+ recipe:AddFilters(F.ALLIANCE, F.VENDOR, F.IBOE, F.RBOE, F.TANK, F.NECK)
+ recipe:AddVendor(1448)
-- Heavy Iron Knuckles -- 25612
recipe = AddRecipe(25612, V.TBC, Q.COMMON)
diff --git a/Database/Recipes/Leatherworking.lua b/Database/Recipes/Leatherworking.lua
index 7c9bdd6..5f8603a 100644
--- a/Database/Recipes/Leatherworking.lua
+++ b/Database/Recipes/Leatherworking.lua
@@ -462,7 +462,7 @@ function addon:InitLeatherworking()
recipe:SetCraftedItemID(5963)
recipe:SetSkillLevels(170, 170, 190, 200, 210)
recipe:AddFilters(F.ALLIANCE, F.HORDE, F.VENDOR, F.IBOE, F.RBOE, F.DPS, F.LEATHER)
- recipe:AddVendor(2810, 2821, 3958, 4877)
+ recipe:AddVendor(2810, 2821, 3958)
-- Barbaric Shoulders -- 7151
recipe = AddRecipe(7151, V.ORIG, Q.COMMON)
diff --git a/Database/Vendor.lua b/Database/Vendor.lua
index 9ef3596..029285d 100644
--- a/Database/Vendor.lua
+++ b/Database/Vendor.lua
@@ -56,7 +56,7 @@ function addon:InitVendor(DB)
AddVendor(1313, L["Maria Lumere"], BZ["Stormwind City"], 55.7, 85.5, ALLIANCE)
AddVendor(1318, L["Jessara Cordell"], BZ["Stormwind City"], 53.0, 74.2, ALLIANCE)
AddVendor(1347, L["Alexandra Bolero"], BZ["Stormwind City"], 53.3, 81.7, ALLIANCE)
- AddVendor(1448, L["Neal Allen"], BZ["Wetlands"], 10.7, 56.8, ALLIANCE)
+ AddVendor(1448, L["Neal Allen"], BZ["Wetlands"], 11.8, 52.6, ALLIANCE)
AddVendor(1454, L["Jennabink Powerseam"], BZ["Wetlands"], 8.1, 55.9, ALLIANCE)
AddVendor(1465, L["Drac Roughcut"], BZ["Loch Modan"], 35.6, 49.0, ALLIANCE)
AddVendor(1471, L["Jannos Ironwill"], BZ["Arathi Highlands"], 46.0, 47.7, ALLIANCE)
@@ -147,7 +147,6 @@ function addon:InitVendor(DB)
AddVendor(4617, L["Thaddeus Webb"], BZ["Undercity"], 62.0, 60.7, HORDE)
AddVendor(4775, L["Felicia Doan"], BZ["Undercity"], 64.3, 50.2, HORDE)
AddVendor(4782, L["Truk Wildbeard"], BZ["The Hinterlands"], 14.4, 42.5, ALLIANCE)
- AddVendor(4877, L["Jandia"], BZ["Thousand Needles"], 46.1, 51.5, HORDE)
AddVendor(4878, L["Montarr"], BZ["Thousand Needles"], 45.2, 50.7, HORDE)
AddVendor(4879, L["Ogg'marr"], BZ["Dustwallow Marsh"], 36.7, 31.0, HORDE)
AddVendor(4897, L["Helenia Olden"], BZ["Dustwallow Marsh"], 66.4, 51.5, ALLIANCE)
diff --git a/Locales/devel-enUS.lua b/Locales/devel-enUS.lua
index 23686d7..a16a430 100644
--- a/Locales/devel-enUS.lua
+++ b/Locales/devel-enUS.lua
@@ -646,7 +646,6 @@ L["Jadefire Rogue"] = "Jadefire Rogue"
L["Jalane Ayrole"] = "Jalane Ayrole"
L["James Van Brunt"] = "James Van Brunt"
L["Jamesina Watterly"] = "Jamesina Watterly"
-L["Jandia"] = "Jandia"
L["Janet Hommers"] = "Janet Hommers"
L["Jangdor Swiftstrider"] = "Jangdor Swiftstrider"
L["Jannos Ironwill"] = "Jannos Ironwill"