1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-06 02:37:47 +00:00

class fix

This commit is contained in:
AriAvery 2018-11-07 13:16:25 +01:00
parent cd589033ad
commit df9a1c3697

View file

@ -33,7 +33,8 @@ Core::Land::Land( uint16_t zoneId, uint8_t wardNum, uint8_t landId, uint32_t lan
m_currentPrice( 0 ),
m_nextDrop( 0 ),
m_landSetId( landSetId ),
m_landInfo( info )
m_landInfo( info ),
m_devaluationTime( 0 )
{
memset( &m_land, 0x00, sizeof( LandStruct ) );
load();