Skip to content

Commit

Permalink
Fix battles run mappings in chaos dungeons (#500)
Browse files Browse the repository at this point in the history
* Fix battles run mappings in chaos dungeons
  • Loading branch information
RINGULARITTY authored Nov 13, 2023
1 parent 317ed8c commit 28b6ab2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion app/mapping.js
Original file line number Diff line number Diff line change
Expand Up @@ -1887,12 +1887,16 @@ module.exports = {
4001: 'Hall of Wind',
5001: 'Hall of Magic',
6001: 'Necropolis',
6011: 'Necropolis Abyss',
7001: 'Hall of Light',
8001: `Giant's Keep`,
8011: `Giant's Keep Abyss`,
9001: `Dragon's Lair`,
9011: `Dragon's Lair Abyss`,
9501: 'Steel Fortress',
9502: `Punisher's Crypt`,
9502: `Spiritual Realm`,
9503: `Spiritual Realm`,
9513: `Spiritual Realm Abyss`,
},
elemental_rift_dungeon: {
1001: 'Rift Dungeon - Ice Beast',
Expand Down

0 comments on commit 28b6ab2

Please sign in to comment.