Core/Weather: 6eecb68 followup

missing IntervalTimer::Update call

(cherry picked from commit 965ec9a571)
This commit is contained in:
ccrs
2019-07-10 23:16:58 +02:00
committed by Shauren
parent ebe436d2c2
commit 16bbc015e7

View File

@@ -926,6 +926,7 @@ void Map::Update(uint32 t_diff)
i_scriptLock = false;
}
_weatherUpdateTimer.Update(t_diff);
if (_weatherUpdateTimer.Passed())
{
for (auto&& zoneInfo : _zoneDynamicInfo)