mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-28 23:27:45 +00:00
next fix
This commit is contained in:
parent
edf4177b9f
commit
06b107c747
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Reference in a new issue