Change approach to tracking the new Bounty Hunter stats

This commit is contained in:
David Meredith
2023-05-25 09:37:30 -05:00
parent 11391c90f2
commit a8cf1713af
4 changed files with 18 additions and 18 deletions

View File

@@ -78,10 +78,10 @@ test('Parse CSV to json', () => {
810,99,37688883
92,99,32005622
23423,478
99831,23
89912,37
89914,35
99834,25
99831,23
89912,37
32,12148
3105,76
1997,505
@@ -177,10 +177,10 @@ test('Parse CSV to json', () => {
},
leaguePoints: { rank: 23423, score: 478 },
bountyHunter: {
hunterV2: { rank: 89914, score: 35 },
rogueV2: { rank: 99834, score: 25 },
hunter: { rank: 99831, score: 23 },
rogue: { rank: 89912, score: 37 },
legacyHunter: { rank: 89914, score: 35 },
legacyRogue: { rank: 99834, score: 25 }
},
lastManStanding: { rank: 4814, score: 898 },
pvpArena: { rank: 13, score: 4057 },