Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- e16b65dc2f3de7880817028240084c3f9120f5da
- src/game/MovementHandler.cpp | 3 +++
- 1 files changed, 3 insertions(+), 0 deletions(-)
- diff --git a/src/game/MovementHandler.cpp b/src/game/MovementHandler.cpp
- index 052ba8e..2e96173 100644
- --- a/src/game/MovementHandler.cpp
- +++ b/src/game/MovementHandler.cpp
- @@ -240,6 +240,9 @@ void WorldSession::HandleMovementOpcodes( WorldPacket & recv_data )
- recv_data >> guid.ReadAsPacked();
- recv_data >> movementInfo;
- /*----------------*/
- +
- + if (!mover->IsInWorld())
- + return;
- // ignore wrong guid (player attempt cheating own session for not own guid possible...)
- if (guid != mover->GetObjectGuid())
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement