1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-28 07:07:45 +00:00

Update PlayerSql.cpp

This commit is contained in:
Mordred 2019-03-26 08:13:45 +01:00 committed by GitHub
parent 8b6e78877d
commit 37fd168051
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -205,7 +205,7 @@ bool Sapphire::Entity::Player::load( uint32_t charId, World::SessionPtr pSession
m_pCell = nullptr; m_pCell = nullptr;
if( !loadActiveQuests() || !loadClassData() || !loadSearchInfo() || loadHuntingLog() ) if( !loadActiveQuests() || !loadClassData() || !loadSearchInfo() || !loadHuntingLog() )
Logger::error( "Player #{0} data corrupt!", char_id_str ); Logger::error( "Player #{0} data corrupt!", char_id_str );
m_maxHp = getMaxHp(); m_maxHp = getMaxHp();