Skip to content

Commit

Permalink
Merge pull request #154 from Necrovoice/master
Browse files Browse the repository at this point in the history
Fix stock unit frames displaying group members as offline after teleport
  • Loading branch information
Necrovoice committed Sep 13, 2017
2 parents 661386b + 3ce867d commit d1955f3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/game/WorldHandlers/MovementHandler.cpp
Expand Up @@ -204,6 +204,10 @@ void WorldSession::HandleMoveWorldportAckOpcode()

// lets process all delayed operations on successful teleport
GetPlayer()->ProcessDelayedOperations();

// notify group after successful teleport
if (_player->GetGroup())
_player->SetGroupUpdateFlag(GROUP_UPDATE_FULL);
}

void WorldSession::HandleMoveTeleportAckOpcode(WorldPacket& recv_data)
Expand Down

0 comments on commit d1955f3

Please sign in to comment.