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 12, 2022
1 parent 59f4f7a commit a811dad
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,12 +1,12 @@
--
-- Generated by Raider.IO on 2022-05-11T07:08:14Z
-- Generated by Raider.IO on 2022-05-12T07:10:19Z
-- All rights reserved.
--
local _, ns = ...

ns.scoreLevelStats = {
[2] = 500,
[3] = 450,
[2] = 550,
[3] = 475,
[4] = 500,
[5] = 625,
[6] = 725,
Expand All @@ -30,8 +30,8 @@ ns.scoreLevelStats = {
[24] = 3300,
[25] = 3400,
[26] = 3500,
[27] = 3575,
[27] = 3600,
[28] = 3675,
[29] = 3750,
[30] = 3775,
[30] = 3800,
}
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-11T07:10:28Z. DO NOT EDIT.
-- Generated on 2022-05-12T07:10:58Z. DO NOT EDIT.
--
-- Ranges: {"epic":[2751,3825],"superior":[2251,2750],"uncommon":[651,2250],"common":[200,650]}
--
Expand Down

0 comments on commit a811dad

Please sign in to comment.