Core/Movement: Remove PLAYER_FLAGS_IS_OUT_OF_BOUNDS flag if player manages to move back in bounds (pretty much gms only) (#23664)

(cherry picked from commit fcb50c5e65)
This commit is contained in:
ForesterDev
2019-08-01 14:45:38 +04:00
committed by Giacomo Pozzoni
parent 2803269e8c
commit 7614cab633

View File

@@ -434,6 +434,8 @@ void WorldSession::HandleMovementOpcodes(WorldPacket& recvData)
}
}
}
else
plrMover->RemoveFlag(PLAYER_FLAGS, PLAYER_FLAGS_IS_OUT_OF_BOUNDS);
}
}