From dd040c5992dcf23f7c4c35f2660370ab38b3e0f7 Mon Sep 17 00:00:00 2001 From: Shauren Date: Fri, 31 Oct 2014 22:36:43 +0100 Subject: Core/NetworkIO: Fixed packet compression --- src/server/game/Server/Protocol/Opcodes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/server/game/Server/Protocol') 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, -- cgit v1.2.3