Skip to content

Commit

Permalink
When a "temporary" workaround becomes permanent.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravendwyr committed Jun 21, 2024
1 parent dc7e83d commit 82c49ee
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 12 deletions.
4 changes: 4 additions & 0 deletions Alliance.lua
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,10 @@ points[71] = { -- "Tanaris"
[52643026] = "11833:H", -- Gadgetzan (east)
}

points[12] = { -- "Teldrassil"
[43611031] = "11824:H", -- Dolanaar
}

points[57] = { -- "Teldrassil"
[54885277] = "11824:H", -- Dolanaar
}
Expand Down
12 changes: 0 additions & 12 deletions Core.lua
Original file line number Diff line number Diff line change
Expand Up @@ -306,18 +306,6 @@ function SummerFestival:OnEnable()
return
end

-- special treatment for Teldrassil as C_Map.GetMapChildrenInfo() isn't recognising it as a "child zone" of Kalimdor at the moment
if UnitFactionGroup("player") == "Alliance" then
points[12] = {
[43611031] = "11824:H", -- Dolanaar
}
elseif UnitFactionGroup("player") == "Horde" then
points[12] = {
[43541026] = "11753:D", -- Dolanaar
[40370935] = "9332:C", -- Stealing Darnassus' Flame
}
end

for continentMapID in next, continents do
local children = C_Map.GetMapChildrenInfo(continentMapID, nil, true)
if not children then HandyNotes:Print("Map ID " .. continentMapID .. " has invalid data. Please inform the author of HandyNotes_SummerFestival. (WoW Project ID " .. WOW_PROJECT_ID .. ")")
Expand Down
5 changes: 5 additions & 0 deletions Horde.lua
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,11 @@ points[71] = { -- "Tanaris"
[52673003] = "11762:D", -- Gadgetzan (east)
}

points[12] = {
[40370935] = "9332:C", -- Stealing Darnassus' Flame
[43541026] = "11753:D", -- Dolanaar
}

points[57] = { -- "Teldrassil"
[34524759] = "9332:C", -- Stealing Darnassus' Flame
[54745293] = "11753:D", -- Dolanaar
Expand Down

0 comments on commit 82c49ee

Please sign in to comment.