Core/Phases: Ported new phasing system from 4.3.4 branch and fixed some map swap logic

This commit is contained in:
Rat
2015-03-16 07:28:49 +01:00
parent 8366ed5a72
commit 8f3a80c1cf
41 changed files with 744 additions and 322 deletions

View File

@@ -631,5 +631,5 @@ void InstanceScript::UpdatePhasing()
Map::PlayerList const& players = instance->GetPlayers();
for (Map::PlayerList::const_iterator itr = players.begin(); itr != players.end(); ++itr)
if (Player* player = itr->GetSource())
player->UpdatePhasing();
player->SendUpdatePhasing();
}