mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-24 21:57:44 +00:00
removed senseless case
This commit is contained in:
parent
d6118e9d80
commit
c726d7074b
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