Merge pull request #73 from davidvorona/main

Fix spelling of Calvar'ion
This commit is contained in:
Max Swartwout
2023-04-12 21:50:54 -04:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -129,7 +129,7 @@ Activities consist of all levels of clue scrolls as well as minigames and bosses
| Barrows Chests | `barrows` |
| Bryophyta | `bryophyta` |
| Callisto | `callisto` |
| Cal'varion | `calvarion` |
| Calvar'ion | `calvarion` |
| Cerberus | `cerberus` |
| Chambers Of Xeric | `chambersOfXeric` |
| Chambers Of Xeric: Challenge Mode | `chambersOfXericChallengeMode` |

View File

@@ -157,7 +157,7 @@ export const FORMATTED_BOSS_NAMES: FormattedBossNames = {
barrows: 'Barrows Chests',
bryophyta: 'Bryophyta',
callisto: 'Callisto',
calvarion: "Cal'varion",
calvarion: "Calvar'ion",
cerberus: 'Cerberus',
chambersOfXeric: 'Chambers of Xeric',
chambersOfXericChallengeMode: 'Chambers of Xeric: Challenge Mode',