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 30, 2022
1 parent 7df8d25 commit 7f92efd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions db/db_score_stats.lua
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
--
-- Generated by Raider.IO on 2022-05-29T07:02:54Z
-- Generated by Raider.IO on 2022-05-30T07:02:02Z
-- All rights reserved.
--
local _, ns = ...

ns.scoreLevelStats = {
[2] = 950,
[3] = 925,
[4] = 650,
[2] = 1000,
[3] = 950,
[4] = 675,
[5] = 800,
[6] = 875,
[6] = 900,
[7] = 950,
[8] = 1100,
[9] = 1200,
[10] = 1425,
[11] = 1575,
[12] = 1725,
[12] = 1750,
[13] = 1900,
[14] = 2125,
[15] = 2500,
Expand All @@ -25,14 +25,14 @@ ns.scoreLevelStats = {
[19] = 2800,
[20] = 2925,
[21] = 3000,
[22] = 3100,
[22] = 3125,
[23] = 3225,
[24] = 3325,
[25] = 3425,
[26] = 3525,
[27] = 3600,
[28] = 3700,
[29] = 3750,
[29] = 3775,
[30] = 3800,
[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-05-29T07:03:35Z. DO NOT EDIT.
-- Generated on 2022-05-30T07:02:43Z. DO NOT EDIT.
--
-- Ranges: {"epic":[2801,3850],"superior":[2376,2800],"uncommon":[701,2375],"common":[200,700]}
--
Expand Down

0 comments on commit 7f92efd

Please sign in to comment.