mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-30 08:07:46 +00:00
next fix
This commit is contained in:
parent
df6d019762
commit
7d6e927401
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 )
|
m_territoryTypeId( territoryTypeId )
|
||||||
{
|
{
|
||||||
memset( &m_houseParts, 0x00, sizeof( m_houseParts ) );
|
memset( &m_houseParts, 0x00, sizeof( m_houseParts ) );
|
||||||
memset( &m_commentMsg, 0x00, 193 );
|
memset( &m_commentMsg, 0x00, sizeof( m_commentMsg ) );
|
||||||
}
|
}
|
||||||
|
|
||||||
Core::House::~House()
|
Core::House::~House()
|
||||||
|
|
Loading…
Add table
Reference in a new issue