mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 19:37:03 +00:00
[8965] Implement quit command for close RA connection.
World only in RA comandline.
This commit is contained in:
parent
b6cd243cef
commit
a2bb655501
12 changed files with 37 additions and 6 deletions
|
|
@ -238,7 +238,6 @@ void WorldSession::HandleMovementOpcodes( WorldPacket & recv_data )
|
|||
ReadMovementInfo(recv_data, &movementInfo);
|
||||
/*----------------*/
|
||||
|
||||
recv_data.rpos(recv_data.wpos()); // prevent warnings spam
|
||||
if (!MaNGOS::IsValidMapCoord(movementInfo.x, movementInfo.y, movementInfo.z, movementInfo.o))
|
||||
{
|
||||
recv_data.rpos(recv_data.wpos()); // prevent warnings spam
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue