Skip to content

Commit

Permalink
Merge pull request #793 from WowRarity/timereaver-classic-maps
Browse files Browse the repository at this point in the history
Add the classic dungeon map IDs for Infinite Timereaver
  • Loading branch information
rdw-software authored Nov 1, 2024
2 parents b17ab9e + 42b9983 commit 45bfa9d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
5 changes: 5 additions & 0 deletions DB/Mounts/WarlordsOfDraenor.lua
Original file line number Diff line number Diff line change
Expand Up @@ -523,6 +523,11 @@ local wodMounts = {
equalOdds = true,
instanceDifficulties = { [CONSTANTS.INSTANCE_DIFFICULTIES.TIMEWALKING_DUNGEON] = true },
coords = {
{ m = CONSTANTS.UIMAPIDS.THE_DEADMINES, i = true },
{ m = CONSTANTS.UIMAPIDS.DIREMAUL_CAPITAL_GARDENS, i = true },
{ m = CONSTANTS.UIMAPIDS.DIREMAUL_WARPWOOD_QUARTER, i = true },
{ m = CONSTANTS.UIMAPIDS.ZUL_FARRAK, i = true },
{ m = CONSTANTS.UIMAPIDS.STRATHOLME, i = true },
{ m = 348, i = true },
{ m = 265, i = true },
{ m = 246, i = true },
Expand Down
7 changes: 6 additions & 1 deletion DB/SharedConstants.lua
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,17 @@ C.UIMAPIDS = {
SHOLAZAR_BASIN = 119,
ZUL_DRAK = 121,
HROTHGARS_LANDING = 170,
--
-- Cataclysm Zones
DEEPHOLM = 207,
ZUL_FARRAK = 219,
DIREMAUL_CAPITAL_GARDENS = 236,
DIREMAUL_WARPWOOD_QUARTER = 239,
TWILIGHT_HIGHLANDS = 241,
TOL_BARAD = 244,
TOL_BARAD_PENINSULA = 245,
ULDUM_CATACLYSM = 249,
THE_DEADMINES = 291,
STRATHOLME = 317,
MAGISTERS_TERRACE_GRAND_MAGISTERS_ASYLUM = 348,
MAGISTERS_TERRACE_OBSERVATION_GROUNDS = 349,
-- Mists of Pandaria Zones
Expand Down

0 comments on commit 45bfa9d

Please sign in to comment.