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 12, 2022
1 parent 2806148 commit cb69f10
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,21 +1,21 @@
--
-- Generated by Raider.IO on 2022-06-11T07:07:26Z
-- Generated by Raider.IO on 2022-06-12T07:05:12Z
-- All rights reserved.
--
local _, ns = ...

ns.scoreLevelStats = {
[2] = 1425,
[3] = 1250,
[4] = 825,
[3] = 1275,
[4] = 850,
[5] = 925,
[6] = 1000,
[7] = 1050,
[8] = 1175,
[9] = 1275,
[9] = 1300,
[10] = 1500,
[11] = 1625,
[12] = 1775,
[12] = 1800,
[13] = 1950,
[14] = 2150,
[15] = 2525,
Expand All @@ -34,6 +34,6 @@ ns.scoreLevelStats = {
[28] = 3700,
[29] = 3800,
[30] = 3850,
[31] = 3725,
[31] = 3825,
[32] = 3975,
}
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-06-11T07:08:15Z. DO NOT EDIT.
-- Generated on 2022-06-12T07:05:57Z. DO NOT EDIT.
--
-- Ranges: {"epic":[2851,3975],"superior":[2426,2850],"uncommon":[726,2425],"common":[200,725]}
--
Expand Down

0 comments on commit cb69f10

Please sign in to comment.