This commit is contained in:
luis
2026-09-17 19:14:22 -03:00
parent 3f5e997afd
commit 6f93adbb2e
+4 -4
View File
@@ -932,10 +932,6 @@ void Map::Update(uint32 t_diff)
_weatherUpdateTimer.Reset();
}
//WowCommunity
UpdateWorldScenarios(t_diff);
//WowCommunity
// update phase shift objects
GetMultiPersonalPhaseTracker().Update(this, t_diff);
@@ -948,6 +944,10 @@ void Map::Update(uint32 t_diff)
sScriptMgr->OnMapUpdate(this, t_diff);
//WowCommunity
UpdateWorldScenarios(t_diff);
//WowCommunity
TC_METRIC_VALUE("map_creatures", uint64(GetObjectsStore().Size<Creature>()),
TC_METRIC_TAG("map_id", std::to_string(GetId())),
TC_METRIC_TAG("map_instanceid", std::to_string(GetInstanceId())));