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 16, 2022
1 parent f243aef commit 1752d05
Show file tree
Hide file tree
Showing 2 changed files with 129 additions and 129 deletions.
18 changes: 9 additions & 9 deletions db/db_score_stats.lua
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
--
-- Generated by Raider.IO on 2022-05-15T07:28:54Z
-- Generated by Raider.IO on 2022-05-16T07:28:09Z
-- All rights reserved.
--
local _, ns = ...

ns.scoreLevelStats = {
[2] = 700,
[3] = 575,
[4] = 525,
[5] = 675,
[6] = 750,
[2] = 750,
[3] = 600,
[4] = 550,
[5] = 700,
[6] = 775,
[7] = 875,
[8] = 1025,
[9] = 1150,
[10] = 1375,
[10] = 1400,
[11] = 1525,
[12] = 1700,
[13] = 1875,
Expand All @@ -28,10 +28,10 @@ ns.scoreLevelStats = {
[22] = 3100,
[23] = 3200,
[24] = 3325,
[25] = 3400,
[25] = 3425,
[26] = 3500,
[27] = 3600,
[28] = 3675,
[29] = 3750,
[30] = 3800,
[30] = 3825,
}
Loading

0 comments on commit 1752d05

Please sign in to comment.