diff options
| author | mat-1 <github@matdoes.dev> | 2021-03-01 23:22:14 +0000 |
|---|---|---|
| committer | mat-1 <github@matdoes.dev> | 2021-03-01 23:22:14 +0000 |
| commit | 8149ae89e8861679693536cddfd8a8f25374577d (patch) | |
| tree | 78913de68e144f570453a60758364236e41d6c0a /build/cleaners | |
| parent | 5967be8d5666b47cba169df5eb3a2eacd87fb844 (diff) | |
| download | skyblock-api-8149ae89e8861679693536cddfd8a8f25374577d.tar.gz skyblock-api-8149ae89e8861679693536cddfd8a8f25374577d.tar.bz2 skyblock-api-8149ae89e8861679693536cddfd8a8f25374577d.zip | |
Compiled TS into JS
Diffstat (limited to 'build/cleaners')
| -rw-r--r-- | build/cleaners/skyblock/stats.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build/cleaners/skyblock/stats.js b/build/cleaners/skyblock/stats.js index d7aa984..9c6966f 100644 --- a/build/cleaners/skyblock/stats.js +++ b/build/cleaners/skyblock/stats.js @@ -6,9 +6,10 @@ const statCategories = { 'kills': ['kills_', 'kills'], 'fishing': ['items_fished_', 'items_fished', 'shredder_'], 'auctions': ['auctions_'], - 'collection': ['collection_'], 'races': ['_best_time', '_best_time_2'], 'mythos': ['mythos_burrows_', 'mythos_kills'], + 'collection': ['collection_'], + 'skills': ['skill_'], 'misc': null // everything else goes here }; function categorizeStat(statNameRaw) { |
