Fixes #19 adding support for Soul Wars Zeal

This commit is contained in:
molo-pl
2021-01-06 17:09:11 +01:00
parent 7de2d9a95a
commit 939f4d2721
5 changed files with 10 additions and 1 deletions

View File

@@ -127,6 +127,7 @@ export const ACTIVITIES: ActivityName[] = [
'eliteClues',
'masterClues',
'lastManStanding',
'soulWarsZeal',
...BOSSES,
];
@@ -236,4 +237,5 @@ export const FORMATTED_BH_NAMES: FormattedBHNames = {
};
export const FORMATTED_LMS = 'Last Man Standing';
export const FORMATTED_SOUL_WARS = 'Soul Wars Zeal';
export const FORMATTED_LEAGUE_POINTS = 'League Points';