diff options
| author | Shauren <shauren.trinity@gmail.com> | 2014-10-31 22:36:43 +0100 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2014-10-31 22:36:43 +0100 |
| commit | dd040c5992dcf23f7c4c35f2660370ab38b3e0f7 (patch) | |
| tree | 1cab6b1d87fff8077a245562cccc9c98b7e36ff3 /src/server/game/Server/Protocol | |
| parent | 7f7108815f5c9ef978b7a44432cac9fa19313d77 (diff) | |
Core/NetworkIO: Fixed packet compression
Diffstat (limited to 'src/server/game/Server/Protocol')
| -rw-r--r-- | src/server/game/Server/Protocol/Opcodes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/game/Server/Protocol/Opcodes.h b/src/server/game/Server/Protocol/Opcodes.h index bc542f2bdc3..020a251de0e 100644 --- a/src/server/game/Server/Protocol/Opcodes.h +++ b/src/server/game/Server/Protocol/Opcodes.h @@ -197,7 +197,7 @@ enum OpcodeClient : uint32 CMSG_EJECT_PASSENGER = 0x0000, CMSG_EMOTE = 0x0000, CMSG_ENABLETAXI = 0x0000, - CMSG_ENABLE_NAGLE = 0x0000, + CMSG_ENABLE_NAGLE = 0x0460, CMSG_EQUIPMENT_SET_DELETE = 0x0000, CMSG_EQUIPMENT_SET_SAVE = 0x1B54, CMSG_EQUIPMENT_SET_USE = 0x0000, |
