mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-30 08:07:46 +00:00
removed senseless case
This commit is contained in:
parent
964ec2afa3
commit
191bb15332
1 changed files with 0 additions and 5 deletions
|
@ -280,11 +280,6 @@ void Core::Land::Update( uint32_t currTime )
|
|||
m_nextDrop = currTime + 21600;
|
||||
m_currentPrice = ( m_currentPrice / 100 ) * 99.58;
|
||||
}
|
||||
else if( m_currentPrice == 0 )
|
||||
{
|
||||
m_nextDrop = currTime + 21600;
|
||||
m_currentPrice = m_initPrice;
|
||||
}
|
||||
m_devaluationTime = m_nextDrop - currTime;
|
||||
UpdateDatabase();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue