Update promo choice pack rollover to LIVE_CARDSET

This commit is contained in:
Cal Corum 2024-11-05 12:08:58 -06:00
parent 209dea2921
commit 8895a1afa1

View File

@ -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