Skip to content

Commit

Permalink
Merge pull request #11 from silverwind/fixmapids
Browse files Browse the repository at this point in the history
Fix Amirdrassil UiMapIds
  • Loading branch information
Talryn authored Jan 31, 2024
2 parents ee8e411 + 120ce49 commit 7ef88d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Data.lua
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ addon.ZoneMappings = {
["Uldaman: Legacy of Tyr"] = { 2071, 2072 },
["Vault of the Incarnates"] = range(2119, 2126),
["Aberrus, the Shadowed Crucible"] = range(2166,2174),
["Amirdrassil, the Dream's Hope"] = range(2232,2239),
["Amirdrassil, the Dream's Hope"] = { 2232, 2233, 2234, 2238, 2240, 2244 },
["The Vortex Pinnacle"] = { 325, 737 },
}

Expand Down

0 comments on commit 7ef88d5

Please sign in to comment.