Core/Phases: Some changes to how phasing works

(cherry picked from commit e4f6cb39a2652455b78ae2416627954956c8964f)
This commit is contained in:
Subv
2014-10-27 13:21:47 -05:00
committed by DDuarte
parent a8b7bda072
commit 07a515f960
8 changed files with 34 additions and 108 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();
}