Paper Dynasty Discord - Discord bot for card game
Event ID 9 (Live 25) gauntlet rewards were being given without cardset_id assigned, causing Team Choice packs to be unconfigured and unusable. Root cause: Line 1923 checked if event ID was in [3, 4, 5, 6, 8], but Event ID 9 was missing from this list. This caused the entire reward assignment block (lines 1923-1957) including Event 9's cardset logic (lines 1945-1948) to be skipped. Event 9 should assign: - cardset_id 27 for standard packs (2005 Live) - cardset_id 26 for Promo Choice packs (pack_type_id 9) Added 9 to the event ID list at line 1923 to enable proper cardset assignment for Event 9 gauntlet rewards. Fixes: Team Choice packs from Event 9 gauntlet missing cardset_id 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .plans | ||
| .vscode | ||
| cogs | ||
| command_logic | ||
| discord_ui | ||
| helpers | ||
| in_game | ||
| migrations | ||
| tests | ||
| utilities | ||
| .dockerignore | ||
| .gitignore | ||
| alembic.ini | ||
| api_calls.py | ||
| constants.py | ||
| db_calls_gameplay.py | ||
| dice.py | ||
| discord_utils.py | ||
| Dockerfile | ||
| exceptions.py | ||
| gauntlets.py | ||
| help_text.py | ||
| helpers.py | ||
| LICENSE | ||
| manual_pack_distribution.py | ||
| paperdynasty.py | ||
| PRODUCTION_COGS.md | ||
| pytest.ini | ||
| random_content.py | ||
| requirements.txt | ||
| search_utils.py | ||
| utils.py | ||