Update promo choice pack rollover to LIVE_CARDSET
This commit is contained in:
parent
209dea2921
commit
8895a1afa1
@ -3103,7 +3103,7 @@ async def open_choice_pack(this_pack, team: dict, context, cardset_id: Optional[
|
|||||||
if x not in players:
|
if x not in players:
|
||||||
players.append(x)
|
players.append(x)
|
||||||
if len(players) < 4:
|
if len(players) < 4:
|
||||||
cardset_id = 17
|
cardset_id = LIVE_CARDSET_ID
|
||||||
else:
|
else:
|
||||||
# Get 4 MVP cards
|
# Get 4 MVP cards
|
||||||
rarity_id = 5
|
rarity_id = 5
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user