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 10:35:48 +01:00
parent f0b157cab7
commit d5faa15d0a

View file

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