Add Promos to Gauntlet 2

This commit is contained in:
Cal Corum 2023-06-05 23:50:32 -05:00
parent b9be2a9075
commit 3a943f8d56

View File

@ -35,7 +35,9 @@ HOF_CARDSET_PARAMS = [
]
# 2008, 2012, 2013, 2016
GAUNTLET2_PARAMS = [('cardset_id', 8), ('cardset_id', 12), ('cardset_id', 6), ('cardset_id', 7), ('cardset_id', 11)]
GAUNTLET2_PARAMS = [
('cardset_id', 8), ('cardset_id', 12), ('cardset_id', 6), ('cardset_id', 7), ('cardset_id', 10), ('cardset_id', 11)
]
class BaseModel(Model):