Update live cardset IDs to 27 and 28

- LIVE_CARDSET_ID: 24 → 27
- LIVE_PROMO_CARDSET_ID: 25 → 28

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Cal Corum 2025-11-24 14:41:18 -06:00
parent f95afd8d5d
commit 06ff92df6c

View File

@ -11,8 +11,8 @@ from typing import Literal
SBA_SEASON = 11 SBA_SEASON = 11
PD_SEASON = 9 PD_SEASON = 9
ranked_cardsets = [20, 21, 22, 17, 18, 19] ranked_cardsets = [20, 21, 22, 17, 18, 19]
LIVE_CARDSET_ID = 24 LIVE_CARDSET_ID = 27
LIVE_PROMO_CARDSET_ID = 25 LIVE_PROMO_CARDSET_ID = 28
MAX_CARDSET_ID = 30 MAX_CARDSET_ID = 30
# Cardset Configuration # Cardset Configuration