Gauntlet Pack Type Update
This commit is contained in:
parent
0e3b98eb65
commit
904dae9a47
@ -1914,6 +1914,10 @@ async def post_result(run_id: int, is_win: bool, this_team: Team, bot, channel,
|
|||||||
team_id = None
|
team_id = None
|
||||||
if x['reward']['pack_type']['id'] == 9:
|
if x['reward']['pack_type']['id'] == 9:
|
||||||
cardset_id = 25
|
cardset_id = 25
|
||||||
|
elif this_event['id'] == 9:
|
||||||
|
cardset_id = 27
|
||||||
|
if x['reward']['pack_type']['id'] == 9:
|
||||||
|
cardset_id = 26
|
||||||
await db_post(
|
await db_post(
|
||||||
'packs', payload={'packs': [{
|
'packs', payload={'packs': [{
|
||||||
'team_id': main_team['id'],
|
'team_id': main_team['id'],
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user