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 Apr 29, 2022
1 parent fc13292 commit aa965cc
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,5 +1,5 @@
--
-- Generated by Raider.IO on 2022-04-28T06:50:15Z
-- Generated by Raider.IO on 2022-04-29T06:51:18Z
-- All rights reserved.
--
local _, ns = ...
Expand All @@ -10,14 +10,14 @@ ns.scoreLevelStats = {
[4] = 475,
[5] = 600,
[6] = 700,
[7] = 800,
[7] = 825,
[8] = 975,
[9] = 1100,
[10] = 1350,
[11] = 1475,
[12] = 1675,
[13] = 1850,
[14] = 2075,
[14] = 2100,
[15] = 2375,
[16] = 2450,
[17] = 2575,
Expand All @@ -28,10 +28,10 @@ ns.scoreLevelStats = {
[22] = 3075,
[23] = 3200,
[24] = 3300,
[25] = 3375,
[25] = 3400,
[26] = 3475,
[27] = 3550,
[27] = 3575,
[28] = 3625,
[29] = 3675,
[29] = 3700,
[30] = 2600,
}
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-04-28T06:50:51Z. DO NOT EDIT.
-- Generated on 2022-04-29T06:51:55Z. DO NOT EDIT.
--
-- Ranges: {"epic":[2676,3750],"superior":[2151,2675],"uncommon":[601,2150],"common":[200,600]}
--
Expand Down

0 comments on commit aa965cc

Please sign in to comment.