aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Server/Protocol
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2014-10-31 22:36:43 +0100
committerShauren <shauren.trinity@gmail.com>2014-10-31 22:36:43 +0100
commitdd040c5992dcf23f7c4c35f2660370ab38b3e0f7 (patch)
tree1cab6b1d87fff8077a245562cccc9c98b7e36ff3 /src/server/game/Server/Protocol
parent7f7108815f5c9ef978b7a44432cac9fa19313d77 (diff)
Core/NetworkIO: Fixed packet compression
Diffstat (limited to 'src/server/game/Server/Protocol')
-rw-r--r--src/server/game/Server/Protocol/Opcodes.h2
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,