mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 22:58:34 +00:00
[Character] Record character stats to character_stats_record table (#3522)
* [Character] Record character stats to * Record stats on disconnect as well * Record later in connect process * Move enter zone code path so we're after bonuses * Ok this spot for real * Adjust recording * Update client_packet.cpp * Timestamps * Update database_update_manifest.cpp * Update client_packet.cpp * Fix stat bonuses
This commit is contained in:
@@ -66,6 +66,7 @@ namespace DatabaseSchema {
|
||||
{"character_potionbelt", "id"},
|
||||
{"character_skills", "id"},
|
||||
{"character_spells", "id"},
|
||||
{"character_stats_record", "character_id"},
|
||||
{"character_task_timers", "character_id"},
|
||||
{"character_tasks", "charid"},
|
||||
{"character_tribute", "character_id"},
|
||||
|
||||
Reference in New Issue
Block a user