mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-29 05:11:55 +01:00
Code Style (game + scripts only):
">=" --> " >= " (when needed) " >=" --> " >=" ">= " --> ">= " "<=" --> " <= " (when needed) " <=" --> " <=" "<= " --> "<= " " ==" --> " ==" "== " --> "== " --HG-- branch : trunk
This commit is contained in:
@@ -43,7 +43,7 @@ Weather::Weather(uint32 zone, WeatherZoneChances const* weatherChances) : m_zone
|
||||
/// Launch a weather update
|
||||
bool Weather::Update(uint32 diff)
|
||||
{
|
||||
if (m_timer.GetCurrent()>=0)
|
||||
if (m_timer.GetCurrent() >= 0)
|
||||
m_timer.Update(diff);
|
||||
else m_timer.SetCurrent(0);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user