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 11, 2022
1 parent a8fe32f commit 59f4f7a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions db/db_score_stats.lua
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
--
-- Generated by Raider.IO on 2022-05-10T07:11:07Z
-- Generated by Raider.IO on 2022-05-11T07:08:14Z
-- All rights reserved.
--
local _, ns = ...

ns.scoreLevelStats = {
[2] = 500,
[3] = 450,
[4] = 475,
[5] = 600,
[4] = 500,
[5] = 625,
[6] = 725,
[7] = 825,
[8] = 975,
[7] = 850,
[8] = 1000,
[9] = 1125,
[10] = 1375,
[11] = 1500,
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-10T07:12:46Z. DO NOT EDIT.
-- Generated on 2022-05-11T07:10:28Z. DO NOT EDIT.
--
-- Ranges: {"epic":[2751,3825],"superior":[2251,2750],"uncommon":[651,2250],"common":[200,650]}
--
Expand Down

0 comments on commit 59f4f7a

Please sign in to comment.