diff --git a/gauntlets.py b/gauntlets.py index 7286d84..8c390ac 100644 --- a/gauntlets.py +++ b/gauntlets.py @@ -1914,6 +1914,10 @@ async def post_result(run_id: int, is_win: bool, this_team: Team, bot, channel, team_id = None if x['reward']['pack_type']['id'] == 9: cardset_id = 25 + elif this_event['id'] == 9: + cardset_id = 27 + if x['reward']['pack_type']['id'] == 9: + cardset_id = 26 await db_post( 'packs', payload={'packs': [{ 'team_id': main_team['id'],