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 2, 2022
1 parent 6550e5e commit 8d959f0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions db/db_score_stats.lua
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
--
-- Generated by Raider.IO on 2022-06-01T07:06:38Z
-- Generated by Raider.IO on 2022-06-02T00:23:37Z
-- All rights reserved.
--
local _, ns = ...

ns.scoreLevelStats = {
[2] = 1050,
[3] = 1000,
[2] = 1075,
[3] = 1025,
[4] = 700,
[5] = 825,
[6] = 900,
[6] = 925,
[7] = 975,
[8] = 1100,
[9] = 1225,
Expand All @@ -30,9 +30,9 @@ ns.scoreLevelStats = {
[24] = 3325,
[25] = 3425,
[26] = 3525,
[27] = 3600,
[28] = 3700,
[27] = 3625,
[28] = 3725,
[29] = 3775,
[30] = 3800,
[30] = 3825,
[31] = 1175,
}
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-01T07:07:17Z. DO NOT EDIT.
-- Generated on 2022-06-02T00:24:30Z. DO NOT EDIT.
--
-- Ranges: {"epic":[2801,3850],"superior":[2376,2800],"uncommon":[701,2375],"common":[200,700]}
--
Expand Down

0 comments on commit 8d959f0

Please sign in to comment.