mirror of
https://github.com/maxswa/osrs-json-hiscores.git
synced 2025-10-15 10:19:04 +00:00
Fixes #19 adding support for Soul Wars Zeal
This commit is contained in:
@@ -43,6 +43,7 @@ test('Parse CSV to json', () => {
|
||||
392,250
|
||||
1,6143
|
||||
4814,898
|
||||
37,225
|
||||
382,2780
|
||||
944,3000
|
||||
1981,1452
|
||||
@@ -121,6 +122,7 @@ test('Parse CSV to json', () => {
|
||||
hunter: { rank: -1, score: -1 },
|
||||
},
|
||||
lastManStanding: { rank: 4814, score: 898 },
|
||||
soulWarsZeal: { rank: 37, score: 225 },
|
||||
clues: {
|
||||
all: { rank: 32, score: 12148 },
|
||||
beginner: { rank: 3105, score: 76 },
|
||||
|
Reference in New Issue
Block a user