mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 08:28:32 +01:00
Core/Phases: Update transport visibility when changing phases
This commit is contained in:
@@ -469,9 +469,8 @@ void InstanceScript::UpdateEncounterState(EncounterCreditType type, uint32 credi
|
||||
|
||||
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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user