mirror of
https://github.com/maxswa/osrs-json-hiscores.git
synced 2025-10-15 10:19:04 +00:00
Fix incorrect hc const
This commit is contained in:
@@ -6,7 +6,7 @@ export const SCORES_URL = 'overall.ws?';
|
||||
export const GAMEMODE_URL = {
|
||||
dmm: '_deadman/',
|
||||
dmmt: '_tournament/',
|
||||
hc: '_ironman/',
|
||||
hc: '_hardcore_ironman/',
|
||||
iron: '_ironman/',
|
||||
main: '/',
|
||||
sdmm: '_seasonal/',
|
||||
@@ -47,8 +47,8 @@ export const CLUES: ClueType[] = [
|
||||
'elite',
|
||||
'master',
|
||||
];
|
||||
export const BH: BHType[] = ['rogue', 'hunter'];
|
||||
export const OTHER = [
|
||||
export const BH_MODES: BHType[] = ['rogue', 'hunter'];
|
||||
export const ACTIVITIES = [
|
||||
'hunterbh',
|
||||
'roguebh',
|
||||
'lms',
|
||||
|
Reference in New Issue
Block a user