[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:
Chris Miles
2023-08-05 12:55:59 -05:00
committed by GitHub
parent e24d82f0fe
commit 714b474d2c
10 changed files with 1294 additions and 1 deletions
+5
View File
@@ -6458,3 +6458,8 @@ int64 Mob::GetManaRegen() const
{
return mana_regen;
}
int64 Mob::GetEnduranceRegen() const
{
return 0; // not implemented
}