Skip to content

Commit 28b6ab2

Browse files
authored
Fix battles run mappings in chaos dungeons (#500)
* Fix battles run mappings in chaos dungeons
1 parent 317ed8c commit 28b6ab2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

app/mapping.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1887,12 +1887,16 @@ module.exports = {
18871887
4001: 'Hall of Wind',
18881888
5001: 'Hall of Magic',
18891889
6001: 'Necropolis',
1890+
6011: 'Necropolis Abyss',
18901891
7001: 'Hall of Light',
18911892
8001: `Giant's Keep`,
1893+
8011: `Giant's Keep Abyss`,
18921894
9001: `Dragon's Lair`,
1895+
9011: `Dragon's Lair Abyss`,
18931896
9501: 'Steel Fortress',
18941897
9502: `Punisher's Crypt`,
1895-
9502: `Spiritual Realm`,
1898+
9503: `Spiritual Realm`,
1899+
9513: `Spiritual Realm Abyss`,
18961900
},
18971901
elemental_rift_dungeon: {
18981902
1001: 'Rift Dungeon - Ice Beast',

0 commit comments

Comments
 (0)