mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 18:15:31 +01:00
Core/Maps: added missing update call for weater updating timer
This commit is contained in:
@@ -909,6 +909,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