diff --git a/ai_manager.py b/ai_manager.py index a03dc8e..3c895e9 100644 --- a/ai_manager.py +++ b/ai_manager.py @@ -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):