typo fix
This commit is contained in:
@@ -932,10 +932,6 @@ void Map::Update(uint32 t_diff)
|
|||||||
_weatherUpdateTimer.Reset();
|
_weatherUpdateTimer.Reset();
|
||||||
}
|
}
|
||||||
|
|
||||||
//WowCommunity
|
|
||||||
UpdateWorldScenarios(t_diff);
|
|
||||||
//WowCommunity
|
|
||||||
|
|
||||||
// update phase shift objects
|
// update phase shift objects
|
||||||
GetMultiPersonalPhaseTracker().Update(this, t_diff);
|
GetMultiPersonalPhaseTracker().Update(this, t_diff);
|
||||||
|
|
||||||
@@ -948,6 +944,10 @@ void Map::Update(uint32 t_diff)
|
|||||||
|
|
||||||
sScriptMgr->OnMapUpdate(this, t_diff);
|
sScriptMgr->OnMapUpdate(this, t_diff);
|
||||||
|
|
||||||
|
//WowCommunity
|
||||||
|
UpdateWorldScenarios(t_diff);
|
||||||
|
//WowCommunity
|
||||||
|
|
||||||
TC_METRIC_VALUE("map_creatures", uint64(GetObjectsStore().Size<Creature>()),
|
TC_METRIC_VALUE("map_creatures", uint64(GetObjectsStore().Size<Creature>()),
|
||||||
TC_METRIC_TAG("map_id", std::to_string(GetId())),
|
TC_METRIC_TAG("map_id", std::to_string(GetId())),
|
||||||
TC_METRIC_TAG("map_instanceid", std::to_string(GetInstanceId())));
|
TC_METRIC_TAG("map_instanceid", std::to_string(GetInstanceId())));
|
||||||
|
|||||||
Reference in New Issue
Block a user