From 5feb00e2ba3d0b90763b035d3dbaa1c44b76500c Mon Sep 17 00:00:00 2001 From: Ravendwyr <8914+Ravendwyr@users.noreply.github.com> Date: Thu, 17 Oct 2019 20:38:03 +0100 Subject: [PATCH] Add bucket markers to the continent map. --- Alliance.lua | 12 ------------ Core.lua | 5 ++++- Horde.lua | 6 ------ 3 files changed, 4 insertions(+), 19 deletions(-) diff --git a/Alliance.lua b/Alliance.lua index 31990e0..276a038 100644 --- a/Alliance.lua +++ b/Alliance.lua @@ -72,11 +72,6 @@ points[50] = { -- "StranglethornJungle" [53166698] = 28964, -- Fort Livingston } -points[224] = { -- "StranglethornVale" - [37907993] = 12397, -- Booty Bay, Southern Stranglethorn - [52094310] = 28964, -- Fort Livingston, Northern Stranglethorn -} - points[51] = { -- "SwampOfSorrows" [71651410] = 28967, -- Bogpaddle [28933240] = 28968, -- The Harbourage @@ -316,13 +311,6 @@ points[249] = { -- "Uldum" [54683301] = 29017, -- Ramkahen } -points[203] = { -- "Vashjir" - [78653071] = 28981, -- Deepmist Grotto, Kelp'thar Forest - [64195159] = 28982, -- Silver Tide Hollow, Shimmering Expanse - [64566242] = 28983, -- Tranquil Wash, Shimmering Expanse - [39576790] = 28985, -- Darkbreak Cove, Abyssal Depths -} - points[204] = { -- "VashjirDepths" [54677212] = 28985, -- Darkbreak Cove } diff --git a/Core.lua b/Core.lua index 241bada..8e062ea 100644 --- a/Core.lua +++ b/Core.lua @@ -23,11 +23,14 @@ local continents = { [13] = true, -- Eastern Kingdoms [101] = true, -- Outland [113] = true, -- Northrend + [203] = true, -- Vashj'ir + [224] = true, -- Stranglethorn Vale [424] = true, -- Pandaria [572] = true, -- Draenor [619] = true, -- Broken Isles [875] = true, -- Zandalar [876] = true, -- Kul Tiras + [947] = true, -- Azeroth } local notes = { @@ -276,7 +279,7 @@ function HallowsEnd:OnEnable() end for continentMapID in next, continents do - local children = C_Map.GetMapChildrenInfo(continentMapID) + local children = C_Map.GetMapChildrenInfo(continentMapID, nil, true) for _, map in next, children do local coords = points[map.mapID] if coords then diff --git a/Horde.lua b/Horde.lua index b274d39..31a122a 100644 --- a/Horde.lua +++ b/Horde.lua @@ -64,12 +64,6 @@ points[50] = { -- "StranglethornJungle" [37385178] = 12382, -- Grom'gol Base Camp } -points[224] = { -- "StranglethornVale" - [42213359] = 12382, -- Grom'gol Base Camp, Northern Stranglethorn - [37907993] = 12397, -- Booty Bay, Southern Stranglethorn - [34365192] = 28969, -- Hardwrench Hideaway, Southern Stranglethorn -} - points[51] = { -- "SwampOfSorrows" [46875692] = 12384, -- Stonard [71651410] = 28967, -- Bogpaddle