mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 15:40:45 +01:00
Core/Weather: 6eecb68 followup
missing IntervalTimer::Update call
(cherry picked from commit 965ec9a571)
This commit is contained in:
@@ -926,6 +926,7 @@ void Map::Update(uint32 t_diff)
|
||||
i_scriptLock = false;
|
||||
}
|
||||
|
||||
_weatherUpdateTimer.Update(t_diff);
|
||||
if (_weatherUpdateTimer.Passed())
|
||||
{
|
||||
for (auto&& zoneInfo : _zoneDynamicInfo)
|
||||
|
||||
Reference in New Issue
Block a user