move
This commit is contained in:
@@ -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>()),
|
||||
|
||||
Reference in New Issue
Block a user