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 7, 2022
1 parent 08cf638 commit 1e91a32
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 14 deletions.
27 changes: 14 additions & 13 deletions db/db_score_stats.lua
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
--
-- Generated by Raider.IO on 2022-06-06T07:06:26Z
-- Generated by Raider.IO on 2022-06-07T07:05:46Z
-- All rights reserved.
--
local _, ns = ...

ns.scoreLevelStats = {
[2] = 1275,
[3] = 1150,
[4] = 775,
[5] = 875,
[6] = 950,
[7] = 1000,
[2] = 1325,
[3] = 1175,
[4] = 800,
[5] = 900,
[6] = 975,
[7] = 1025,
[8] = 1150,
[9] = 1250,
[9] = 1275,
[10] = 1475,
[11] = 1600,
[11] = 1625,
[12] = 1775,
[13] = 1925,
[14] = 2125,
[13] = 1950,
[14] = 2150,
[15] = 2525,
[16] = 2525,
[17] = 2600,
[17] = 2625,
[18] = 2700,
[19] = 2800,
[20] = 2925,
Expand All @@ -34,5 +34,6 @@ ns.scoreLevelStats = {
[28] = 3700,
[29] = 3800,
[30] = 3825,
[31] = 2550,
[31] = 2750,
[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-06T07:07:09Z. DO NOT EDIT.
-- Generated on 2022-06-07T07:06:27Z. DO NOT EDIT.
--
-- Ranges: {"epic":[2826,3925],"superior":[2401,2825],"uncommon":[726,2400],"common":[200,725]}
--
Expand Down

0 comments on commit 1e91a32

Please sign in to comment.