mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-04 06:16:38 +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:
+1
-1
@@ -42,7 +42,7 @@
|
||||
* Manifest: https://github.com/EQEmu/Server/blob/master/utils/sql/db_update_manifest.txt
|
||||
*/
|
||||
|
||||
#define CURRENT_BINARY_DATABASE_VERSION 9234
|
||||
#define CURRENT_BINARY_DATABASE_VERSION 9235
|
||||
|
||||
#define CURRENT_BINARY_BOTS_DATABASE_VERSION 9039
|
||||
|
||||
|
||||
Reference in New Issue
Block a user