Petbot/modules
megaproxy 6053161b6e Fix gym battle completion error handling
- Fixed tuple index out of range error in end_gym_battle()
- Added proper row factory and named column access in database queries
- Added exception handling and bounds checking in gym battle completion
- Added debug logging to track gym battle state issues
- Improved error messages for gym battle failures

Fixes: "tuple index out of range" error when gym battles complete

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-14 13:11:10 +01:00
..
__init__.py Implement gym battle system with location-based challenges 2025-07-14 12:36:40 +01:00
achievements.py Initial commit: Complete PetBot IRC Game 2025-07-13 23:57:39 +01:00
admin.py Initial commit: Complete PetBot IRC Game 2025-07-13 23:57:39 +01:00
base_module.py Initial commit: Complete PetBot IRC Game 2025-07-13 23:57:39 +01:00
battle_system.py Fix gym battle completion error handling 2025-07-14 13:11:10 +01:00
core_commands.py Update all web links to use petz.rdx4.com domain 2025-07-14 00:27:53 +01:00
exploration.py Fix travel command location name matching 2025-07-14 00:33:12 +01:00
gym_battles.py Implement interactive gym battle system with full battle engine integration 2025-07-14 13:08:25 +01:00
inventory.py Add complete item collection system (v0.2.0) 2025-07-14 00:19:57 +01:00
pet_management.py Update all web links to use petz.rdx4.com domain 2025-07-14 00:27:53 +01:00