From 904dae9a474563ee5d266b86ce207036f2f2e1cd Mon Sep 17 00:00:00 2001 From: Cal Corum Date: Sun, 9 Nov 2025 06:34:14 -0600 Subject: [PATCH] Gauntlet Pack Type Update --- gauntlets.py | 4 ++++ 1 file changed, 4 insertions(+) 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'],