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 May 19, 2022
1 parent 9849442 commit c0ec9fe
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,16 +1,16 @@
--
-- Generated by Raider.IO on 2022-05-18T07:16:02Z
-- Generated by Raider.IO on 2022-05-19T07:17:51Z
-- All rights reserved.
--
local _, ns = ...

ns.scoreLevelStats = {
[2] = 800,
[3] = 650,
[4] = 550,
[2] = 825,
[3] = 675,
[4] = 575,
[5] = 725,
[6] = 800,
[7] = 875,
[7] = 900,
[8] = 1050,
[9] = 1175,
[10] = 1400,
Expand All @@ -26,7 +26,7 @@ ns.scoreLevelStats = {
[20] = 2900,
[21] = 3000,
[22] = 3100,
[23] = 3200,
[23] = 3225,
[24] = 3325,
[25] = 3425,
[26] = 3500,
Expand Down
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-05-18T07:18:08Z. DO NOT EDIT.
-- Generated on 2022-05-19T07:19:51Z. DO NOT EDIT.
--
-- Ranges: {"epic":[2776,3850],"superior":[2301,2775],"uncommon":[676,2300],"common":[200,675]}
--
Expand Down

0 comments on commit c0ec9fe

Please sign in to comment.