mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-06 10:47:45 +00:00
class fix
This commit is contained in:
parent
cd589033ad
commit
df9a1c3697
1 changed files with 2 additions and 1 deletions
|
@ -33,7 +33,8 @@ Core::Land::Land( uint16_t zoneId, uint8_t wardNum, uint8_t landId, uint32_t lan
|
||||||
m_currentPrice( 0 ),
|
m_currentPrice( 0 ),
|
||||||
m_nextDrop( 0 ),
|
m_nextDrop( 0 ),
|
||||||
m_landSetId( landSetId ),
|
m_landSetId( landSetId ),
|
||||||
m_landInfo( info )
|
m_landInfo( info ),
|
||||||
|
m_devaluationTime( 0 )
|
||||||
{
|
{
|
||||||
memset( &m_land, 0x00, sizeof( LandStruct ) );
|
memset( &m_land, 0x00, sizeof( LandStruct ) );
|
||||||
load();
|
load();
|
||||||
|
|
Loading…
Add table
Reference in a new issue