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 Jun 1, 2022
1 parent 492ac6f commit a7f991a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions db/db_score_stats.lua
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
--
-- Generated by Raider.IO on 2022-05-31T07:04:03Z
-- Generated by Raider.IO on 2022-06-01T07:06:38Z
-- All rights reserved.
--
local _, ns = ...

ns.scoreLevelStats = {
[2] = 1025,
[3] = 975,
[4] = 675,
[2] = 1050,
[3] = 1000,
[4] = 700,
[5] = 825,
[6] = 900,
[7] = 950,
[7] = 975,
[8] = 1100,
[9] = 1225,
[10] = 1450,
[11] = 1575,
[12] = 1750,
[13] = 1900,
[13] = 1925,
[14] = 2125,
[15] = 2500,
[16] = 2525,
Expand Down
2 changes: 1 addition & 1 deletion db/db_score_tiers.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--
-- Generated on 2022-05-31T07:04:43Z. DO NOT EDIT.
-- Generated on 2022-06-01T07:07:17Z. DO NOT EDIT.
--
-- Ranges: {"epic":[2801,3850],"superior":[2376,2800],"uncommon":[701,2375],"common":[200,700]}
--
Expand Down

0 comments on commit a7f991a

Please sign in to comment.