Add character_stats table for persistent character data storage
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
a824451365
commit
ab9f86d7a6
2 changed files with 36 additions and 0 deletions
1
main.py
1
main.py
|
|
@ -37,6 +37,7 @@ from db_async import (
|
|||
spawn_events,
|
||||
rare_events,
|
||||
character_inventories,
|
||||
character_stats,
|
||||
portals,
|
||||
server_health_checks,
|
||||
server_status,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue