Skip to content

Commit

Permalink
Add bucket markers to the continent map.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravendwyr committed Oct 17, 2019
1 parent 665cd8f commit 5feb00e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 19 deletions.
12 changes: 0 additions & 12 deletions Alliance.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
}
Expand Down
5 changes: 4 additions & 1 deletion Core.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down Expand Up @@ -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
Expand Down
6 changes: 0 additions & 6 deletions Horde.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5feb00e

Please sign in to comment.