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 27, 2022
1 parent 3557dde commit b60b931
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions db/db_score_stats.lua
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
--
-- Generated by Raider.IO on 2022-06-26T07:29:39Z
-- Generated by Raider.IO on 2022-06-27T07:28:47Z
-- All rights reserved.
--
local _, ns = ...

ns.scoreLevelStats = {
[2] = 1175,
[3] = 1125,
[4] = 850,
[5] = 925,
[2] = 1150,
[3] = 1100,
[4] = 825,
[5] = 900,
[6] = 1000,
[7] = 1075,
[7] = 1050,
[8] = 1200,
[9] = 1300,
[10] = 1525,
Expand All @@ -23,17 +23,17 @@ ns.scoreLevelStats = {
[17] = 2625,
[18] = 2725,
[19] = 2825,
[20] = 2925,
[20] = 2950,
[21] = 3025,
[22] = 3125,
[23] = 3225,
[24] = 3325,
[24] = 3350,
[25] = 3450,
[26] = 3550,
[27] = 3625,
[28] = 3725,
[29] = 3800,
[30] = 3875,
[30] = 3900,
[31] = 3950,
[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-26T07:31:22Z. DO NOT EDIT.
-- Generated on 2022-06-27T07:29:56Z. DO NOT EDIT.
--
-- Ranges: {"epic":[2876,4025],"superior":[2451,2875],"uncommon":[751,2450],"common":[200,750]}
--
Expand Down

0 comments on commit b60b931

Please sign in to comment.