diff options
Diffstat (limited to 'src/game/Player.cpp')
-rw-r--r-- | src/game/Player.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/Player.cpp b/src/game/Player.cpp index 5461857a084..f8f81524f5f 100644 --- a/src/game/Player.cpp +++ b/src/game/Player.cpp @@ -19394,6 +19394,8 @@ void Player::SetClientControl(Unit* target, uint8 allowMove) data.append(target->GetPackGUID()); data << uint8(allowMove); GetSession()->SendPacket(&data); + if(target == this) + SetMover(this); } void Player::UpdateZoneDependentAuras( uint32 newZone ) |