Skip to content

Commit

Permalink
[Raider.IO] Database Refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
jahraphael committed May 17, 2022
1 parent 1752d05 commit d3375b9
Show file tree
Hide file tree
Showing 2 changed files with 154 additions and 153 deletions.
10 changes: 5 additions & 5 deletions db/db_score_stats.lua
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
--
-- Generated by Raider.IO on 2022-05-16T07:28:09Z
-- Generated by Raider.IO on 2022-05-17T07:14:17Z
-- All rights reserved.
--
local _, ns = ...

ns.scoreLevelStats = {
[2] = 750,
[3] = 600,
[2] = 775,
[3] = 625,
[4] = 550,
[5] = 700,
[6] = 775,
Expand All @@ -20,7 +20,7 @@ ns.scoreLevelStats = {
[14] = 2100,
[15] = 2450,
[16] = 2500,
[17] = 2575,
[17] = 2600,
[18] = 2675,
[19] = 2800,
[20] = 2900,
Expand All @@ -33,5 +33,5 @@ ns.scoreLevelStats = {
[27] = 3600,
[28] = 3675,
[29] = 3750,
[30] = 3825,
[30] = 3800,
}
Loading

0 comments on commit d3375b9

Please sign in to comment.