diff --git a/Database/Alchemy.lua b/Database/Alchemy.lua index 84de1ad..75b7c42 100644 --- a/Database/Alchemy.lua +++ b/Database/Alchemy.lua @@ -269,7 +269,7 @@ function addon:InitAlchemy() -- Elixir of Giant Growth -- 8240 AddRecipe(8240, 90, 6662, Q.UNCOMMON, V.ORIG, 90, 120, 140, 160) self:AddRecipeFlags(8240, F.ALLIANCE, F.HORDE, F.WORLD_DROP, F.IBOE, F.RBOE, F.DPS) - self:AddRecipeWorldDrop(8240, "The Barrens") + self:AddRecipeWorldDrop(8240, "Northern Barrens", "Southern Barrens") -- Greater Mana Potion -- 11448 AddRecipe(11448, 205, 6149, Q.COMMON, V.ORIG, 205, 220, 240, 260) diff --git a/Database/Cooking.lua b/Database/Cooking.lua index d858ebb..cc18ef6 100644 --- a/Database/Cooking.lua +++ b/Database/Cooking.lua @@ -277,7 +277,7 @@ function addon:InitCooking() -- Savory Deviate Delight -- 8238 AddRecipe(8238, 85, 6657, Q.UNCOMMON, V.ORIG, 85, 125, 145, 165) self:AddRecipeFlags(8238, F.ALLIANCE, F.HORDE, F.WORLD_DROP, F.IBOE, F.RBOE) - self:AddRecipeWorldDrop(8238, "The Barrens") + self:AddRecipeWorldDrop(8238, "Northern Barrens", "Southern Barrens") -- Herb Baked Egg -- 8604 AddRecipe(8604, 1, 6888, Q.COMMON, V.ORIG, 1, 45, 65, 85) diff --git a/Database/Mob.lua b/Database/Mob.lua index 9408461..332f457 100644 --- a/Database/Mob.lua +++ b/Database/Mob.lua @@ -221,9 +221,9 @@ function addon:InitMob(DB) AddMob(22143, L["Gordunni Back-Breaker"], BZ["Terokkar Forest"], 21.2, 8.1) AddMob(22144, L["Gordunni Elementalist"], BZ["Terokkar Forest"], 21.3, 12.0) - -- The Barrens - AddMob(3385, L["Theramore Marine"], BZ["The Barrens"], 61.2, 52.2) - AddMob(3386, L["Theramore Preserver"], BZ["The Barrens"], 63.1, 56.7) + -- Northern Barrens + AddMob(3385, L["Theramore Marine"], BZ["Northern Barrens"], 71.5, 86.6) + AddMob(3386, L["Theramore Preserver"], BZ["Northern Barrens"], 71.5, 86.6) -- The Hinterlands AddMob(2644, L["Vilebranch Hideskinner"], BZ["The Hinterlands"], 62.2, 69.2) diff --git a/Database/Quest.lua b/Database/Quest.lua index 3c50181..6d072af 100644 --- a/Database/Quest.lua +++ b/Database/Quest.lua @@ -61,7 +61,6 @@ function addon:InitQuest(DB) AddQuest(384, BZ["Dun Morogh"], 46.8, 52.5, ALLIANCE) AddQuest(769, BZ["Thunder Bluff"], 44.1, 44.6, HORDE) - AddQuest(862, BZ["The Barrens"], 55.3, 31.8, HORDE) AddQuest(1578, BZ["Ironforge"], 48.5, 43.0, ALLIANCE) AddQuest(1582, BZ["Darnassus"], 64.3, 21.9, ALLIANCE) AddQuest(1618, BZ["Ironforge"], 48.5, 43.0, ALLIANCE)