diff options
author | megamage <none@none> | 2009-04-23 21:43:20 -0500 |
---|---|---|
committer | megamage <none@none> | 2009-04-23 21:43:20 -0500 |
commit | 84e9ffb48798f622872a0a5f1e33cd24021b51e0 (patch) | |
tree | f79da25bcdc2de015b955739358e3dfa426ea715 /src/game/Player.cpp | |
parent | 17056452d78689535b7a264ec371b849828d9300 (diff) |
*Set mover based on client response.
--HG--
branch : trunk
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 ) |