Skip to content

Commit

Permalink
feat(tier): remove unused D-tier from Arenafps (#5037)
Browse files Browse the repository at this point in the history
remove d-tier
  • Loading branch information
iamentry authored Nov 6, 2024
1 parent 0cff6d6 commit e3e1d90
Showing 1 changed file with 5 additions and 13 deletions.
18 changes: 5 additions & 13 deletions standard/tier/wikis/arenafps/tier_data.lua
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,6 @@ return {
link = 'C-Tier Tournaments',
category = 'C-Tier Tournaments',
},
{
value = '5',
sort = 'A5',
name = 'D-Tier',
short = 'D',
link = 'D-Tier Tournaments',
category = 'D-Tier Tournaments',
},
[''] = {
value = nil,
sort = 'B2',
Expand All @@ -58,39 +50,39 @@ return {
-- for legacy reasons until arenafps switches to standardized tier/tiertype
monthly = {
value = 'Monthly',
sort = 'A6',
sort = 'A5',
name = 'Monthly',
short = 'Mon.',
link = 'Monthly Tournaments',
category = 'Monthly Tournaments',
},
weekly = {
value = 'Weekly',
sort = 'A7',
sort = 'A6',
name = 'Weekly',
short = 'Week.',
link = 'Weekly Tournaments',
category = 'Weekly Tournaments',
},
qualifier = {
value = 'Qualifier',
sort = 'A8',
sort = 'A7',
name = 'Qualifier',
short = 'Qual.',
link = 'Qualifier Tournaments',
category = 'Qualifier Tournaments',
},
misc = {
value = 'Misc',
sort = 'A9',
sort = 'A8',
name = 'Misc',
short = 'Misc',
link = 'Miscellaneous Tournaments',
category = 'Miscellaneous Tournaments',
},
showmatch = {
value = 'Showmatch',
sort = 'B1',
sort = 'A9',
name = 'Showmatch',
short = 'Showm.',
link = 'Showmatches',
Expand Down

0 comments on commit e3e1d90

Please sign in to comment.