This commit is contained in:
luis
2026-09-17 19:13:47 -03:00
parent f19ee3937b
commit 3f5e997afd
+4 -4
View File
@@ -932,6 +932,10 @@ void Map::Update(uint32 t_diff)
_weatherUpdateTimer.Reset();
}
//WowCommunity
UpdateWorldScenarios(t_diff);
//WowCommunity
// update phase shift objects
GetMultiPersonalPhaseTracker().Update(this, t_diff);
@@ -942,10 +946,6 @@ void Map::Update(uint32 t_diff)
if (!m_mapRefManager.empty() || !m_activeNonPlayers.empty())
ProcessRelocationNotifies(t_diff);
//WowCommunity
UpdateWorldScenarios(t_diff);
//WowCommunity
sScriptMgr->OnMapUpdate(this, t_diff);
TC_METRIC_VALUE("map_creatures", uint64(GetObjectsStore().Size<Creature>()),