mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-29 07:37:45 +00:00
upps
This commit is contained in:
parent
f0b157cab7
commit
d5faa15d0a
1 changed files with 2 additions and 2 deletions
|
@ -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()
|
||||||
|
|
Loading…
Add table
Reference in a new issue