From 76f1f85d8bc3f9dda2ee174f457b5f07468a7dc5 Mon Sep 17 00:00:00 2001 From: Shauren Date: Thu, 23 Oct 2014 21:34:03 +0200 Subject: Core/Entities: Second part of required database changes for migrating guids to 128 bit - all fields storing lowguid must be extended to uint64 --- 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 053029b6dac..072f2b76b9e 100644 --- a/src/server/game/Server/Protocol/Opcodes.h +++ b/src/server/game/Server/Protocol/Opcodes.h @@ -89,7 +89,7 @@ enum Opcodes CMSG_BATTLEFIELD_REQUEST_SCORE_DATA = 0x0000, CMSG_BATTLEFIELD_STATUS = 0x0000, CMSG_BATTLEGROUND_PLAYER_POSITIONS = 0x0000, - CMSG_BATTLEMASTER_JOIN = 0x0000, + CMSG_BATTLEMASTER_JOIN = 0x0327, CMSG_BATTLEMASTER_JOIN_ARENA = 0x0000, CMSG_BATTLEMASTER_JOIN_RATED = 0x0000, CMSG_BATTLEMASTER_HELLO = 0x0000, -- cgit v1.2.3