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 31, 2022
1 parent 7f92efd commit 492ac6f
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,19 +1,19 @@
--
-- Generated by Raider.IO on 2022-05-30T07:02:02Z
-- Generated by Raider.IO on 2022-05-31T07:04:03Z
-- All rights reserved.
--
local _, ns = ...

ns.scoreLevelStats = {
[2] = 1000,
[3] = 950,
[2] = 1025,
[3] = 975,
[4] = 675,
[5] = 800,
[5] = 825,
[6] = 900,
[7] = 950,
[8] = 1100,
[9] = 1200,
[10] = 1425,
[9] = 1225,
[10] = 1450,
[11] = 1575,
[12] = 1750,
[13] = 1900,
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-30T07:02:43Z. DO NOT EDIT.
-- Generated on 2022-05-31T07:04:43Z. DO NOT EDIT.
--
-- Ranges: {"epic":[2801,3850],"superior":[2376,2800],"uncommon":[701,2375],"common":[200,700]}
--
Expand Down

0 comments on commit 492ac6f

Please sign in to comment.