Skip to content

Commit

Permalink
fix: update ARAK timer
Browse files Browse the repository at this point in the history
  • Loading branch information
fang2hou committed Nov 1, 2024
1 parent 74fc8a2 commit 0b4d8b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/Metadata.lua
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ W.MythicPlusMapData = {
[376] = { abbr = L["[ABBR] The Necrotic Wake"], activityID = 265, timers = { 1116, 1488, 1860 } },
[501] = { abbr = L["[ABBR] The Stonevault"], activityID = 328, timers = { 1188, 1584, 1980 } },
[502] = { abbr = L["[ABBR] City of Threads"], activityID = 329, timers = { 1260, 1680, 2100 } },
[503] = { abbr = L["[ABBR] Ara-Kara, City of Echoes"], activityID = 323, timers = { 1116, 1488, 1860 } },
[503] = { abbr = L["[ABBR] Ara-Kara, City of Echoes"], activityID = 323, timers = { 1080, 1440, 1800 } },
[505] = { abbr = L["[ABBR] The Dawnbreaker"], activityID = 326, timers = { 1116, 1488, 1860 } },
[507] = { abbr = L["[ABBR] Grim Batol"], activityID = 56, timers = { 1224, 1632, 2040 } },
}
Expand Down

0 comments on commit 0b4d8b9

Please sign in to comment.