aboutsummaryrefslogtreecommitdiff
path: root/src/game/Weather.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/Weather.cpp')
-rw-r--r--src/game/Weather.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Weather.cpp b/src/game/Weather.cpp
index 2c41fa886be..add72da5cc8 100644
--- a/src/game/Weather.cpp
+++ b/src/game/Weather.cpp
@@ -38,7 +38,7 @@ Weather::Weather(uint32 zone, WeatherZoneChances const* weatherChances) : m_zone
m_type = WEATHER_TYPE_FINE;
m_grade = 0;
- sLog.outDetail("WORLD: Starting weather system for zone %u (change every %u minutes).", m_zone, (uint32)(m_timer.GetInterval() / (1000*MINUTE)) );
+ sLog.outDetail("WORLD: Starting weather system for zone %u (change every %u minutes).", m_zone, (uint32)(m_timer.GetInterval() / (MINUTE*IN_MILISECONDS)) );
}
/// Launch a weather update