mirror of
https://github.com/maxswa/osrs-json-hiscores.git
synced 2025-10-15 10:19:04 +00:00
Add Scurrius
This commit is contained in:
@@ -104,6 +104,7 @@ export type Boss =
|
||||
| 'phantomMuspah'
|
||||
| 'sarachnis'
|
||||
| 'scorpia'
|
||||
| 'scurrius'
|
||||
| 'skotizo'
|
||||
| 'spindel'
|
||||
| 'tempoross'
|
||||
|
@@ -111,6 +111,7 @@ export const BOSSES: Boss[] = [
|
||||
'phantomMuspah',
|
||||
'sarachnis',
|
||||
'scorpia',
|
||||
'scurrius',
|
||||
'skotizo',
|
||||
'spindel',
|
||||
'tempoross',
|
||||
@@ -196,6 +197,7 @@ export const FORMATTED_BOSS_NAMES: FormattedBossNames = {
|
||||
phantomMuspah: 'Phantom Muspah',
|
||||
sarachnis: 'Sarachnis',
|
||||
scorpia: 'Scorpia',
|
||||
scurrius: 'Scurrius',
|
||||
skotizo: 'Skotizo',
|
||||
spindel: 'Spindel',
|
||||
tempoross: 'Tempoross',
|
||||
|
Reference in New Issue
Block a user