mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-27 14:57:44 +00:00
Merge pull request #399 from Squall5668/develop
Fixes disappearing soul crystals on re-logging.
This commit is contained in:
commit
509e9f6a10
1 changed files with 1 additions and 1 deletions
|
@ -608,7 +608,7 @@ bool Core::Entity::Player::loadInventory()
|
||||||
{
|
{
|
||||||
uint16_t storageId = res->getUInt16( 1 );
|
uint16_t storageId = res->getUInt16( 1 );
|
||||||
|
|
||||||
for( uint32_t i = 1; i <= 13; i++ )
|
for( uint32_t i = 1; i <= 14; i++ )
|
||||||
{
|
{
|
||||||
uint64_t uItemId = res->getUInt64( i + 1 );
|
uint64_t uItemId = res->getUInt64( i + 1 );
|
||||||
if( uItemId == 0 )
|
if( uItemId == 0 )
|
||||||
|
|
Loading…
Add table
Reference in a new issue