1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-29 07:37:45 +00:00
This commit is contained in:
AriAvery 2018-11-19 11:56:53 +01:00
parent edf4177b9f
commit 06b107c747

View file

@ -19,7 +19,7 @@ Core::House::House( uint32_t houseId, uint32_t landSetId, uint8_t landId, uint8_
m_territoryTypeId( territoryTypeId )
{
memset( &m_houseParts, 0x00, sizeof( m_houseParts ) );
memset( &m_commentMsg, 0x00, 193 );
memset( &m_commentMsg, 0x00, sizeof( m_commentMsg ) );
}
Core::House::~House()