fix(Core): prevent movement exploit (#2410)

This commit is contained in:
Stefano Borzì
2019-11-15 10:03:57 +01:00
committed by Francesco Borzì
parent 685538b01b
commit ab637800e7
6 changed files with 1334 additions and 1340 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -1361,7 +1361,6 @@ struct OpcodeHandler
SessionStatus status;
PacketProcessing packetProcessing;
void (WorldSession::*handler)(WorldPacket& recvPacket);
bool isGrouppedMovementOpcode; // pussywizard
};
extern OpcodeHandler opcodeTable[NUM_MSG_TYPES];