mirror of
https://github.com/maxswa/osrs-json-hiscores.git
synced 2025-10-15 10:19:04 +00:00
Fix flipped BH modes.
This commit is contained in:
@@ -32,9 +32,9 @@ test('Parse CSV to json', () => {
|
|||||||
169,99,43127930
|
169,99,43127930
|
||||||
810,99,37688883
|
810,99,37688883
|
||||||
92,99,32005622
|
92,99,32005622
|
||||||
-1,-1
|
23423,478
|
||||||
-1,-1
|
99831,23
|
||||||
-1,-1
|
89912,37
|
||||||
32,12148
|
32,12148
|
||||||
3105,76
|
3105,76
|
||||||
1997,505
|
1997,505
|
||||||
@@ -116,10 +116,10 @@ test('Parse CSV to json', () => {
|
|||||||
hunter: { rank: 810, level: 99, xp: 37688883 },
|
hunter: { rank: 810, level: 99, xp: 37688883 },
|
||||||
construction: { rank: 92, level: 99, xp: 32005622 },
|
construction: { rank: 92, level: 99, xp: 32005622 },
|
||||||
},
|
},
|
||||||
leaguePoints: { rank: -1, score: -1 },
|
leaguePoints: { rank: 23423, score: 478 },
|
||||||
bountyHunter: {
|
bountyHunter: {
|
||||||
rogue: { rank: -1, score: -1 },
|
hunter: { rank: 99831, score: 23 },
|
||||||
hunter: { rank: -1, score: -1 },
|
rogue: { rank: 89912, score: 37 },
|
||||||
},
|
},
|
||||||
lastManStanding: { rank: 4814, score: 898 },
|
lastManStanding: { rank: 4814, score: 898 },
|
||||||
soulWarsZeal: { rank: 37, score: 225 },
|
soulWarsZeal: { rank: 37, score: 225 },
|
||||||
|
@@ -59,7 +59,7 @@ export const CLUES: ClueType[] = [
|
|||||||
'elite',
|
'elite',
|
||||||
'master',
|
'master',
|
||||||
];
|
];
|
||||||
export const BH_MODES: BHType[] = ['rogue', 'hunter'];
|
export const BH_MODES: BHType[] = ['hunter', 'rogue'];
|
||||||
export const GAMEMODES: Gamemode[] = [
|
export const GAMEMODES: Gamemode[] = [
|
||||||
'main',
|
'main',
|
||||||
'ironman',
|
'ironman',
|
||||||
|
Reference in New Issue
Block a user