Skip to content

Commit

Permalink
Merge pull request #11637 from PennyDreadfulMTG/lost-caverns-setcode
Browse files Browse the repository at this point in the history
Add LCI setcode to seasons
  • Loading branch information
mergify[bot] authored Aug 28, 2023
2 parents 03b8648 + 37b53ed commit 27ec306
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions magic/seasons.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
WIS_DATE_FORMAT = '%Y-%m-%dT%H:%M:%S.%f'

SEASONS = [
'EMN', 'KLD', # 2016
'EMN', 'KLD', # 2016
'AER', 'AKH', 'HOU', 'XLN', # 2017
'RIX', 'DOM', 'M19', 'GRN', # 2018
'RNA', 'WAR', 'M20', 'ELD', # 2019
'THB', 'IKO', 'M21', 'ZNR', # 2020
'KHM', 'STX', 'AFR', 'MID', # 2121
'VOW', 'NEO', 'SNC', 'DMU', # 2022
'BRO', 'ONE', 'MOM', 'WOE', # 2023
'BRO', 'ONE', 'MOM', 'WOE', 'LCI', # 2023
]

NOT_SEASONS = [
Expand Down

0 comments on commit 27ec306

Please sign in to comment.