mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-04 08:07:09 +01:00
Core/Phases: Some changes to how phasing works
(cherry picked from commit e4f6cb39a2652455b78ae2416627954956c8964f)
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user