From 1c0cd01772bfe4cf18c47f9eddf93eea06bd83d0 Mon Sep 17 00:00:00 2001 From: Orion Date: Tue, 21 Jul 2015 15:50:47 +0300 Subject: Core/PacketIO: Fix opcode number for CMSG_LF_GUILD_GET_APPLICATIONS, CMSG_GUILD_DELETE. --- src/server/game/Server/Protocol/Opcodes.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/server/game/Server/Protocol/Opcodes.h b/src/server/game/Server/Protocol/Opcodes.h index 2852afe44db..a07c2978dce 100644 --- a/src/server/game/Server/Protocol/Opcodes.h +++ b/src/server/game/Server/Protocol/Opcodes.h @@ -314,7 +314,7 @@ enum OpcodeClient : uint32 CMSG_GUILD_CHALLENGE_UPDATE_REQUEST = 0x0B1D, CMSG_GUILD_CHANGE_NAME_REQUEST = 0x021A, CMSG_GUILD_DECLINE_INVITATION = 0x085D, - CMSG_GUILD_DELETE = 0x080E, + CMSG_GUILD_DELETE = 0x054E, CMSG_GUILD_DELETE_RANK = 0x095D, CMSG_GUILD_DEMOTE_MEMBER = 0x040E, CMSG_GUILD_EVENT_LOG_QUERY = 0x07CD, @@ -372,7 +372,7 @@ enum OpcodeClient : uint32 CMSG_LF_GUILD_ADD_RECRUIT = 0x0941, CMSG_LF_GUILD_BROWSE = 0x0022, CMSG_LF_GUILD_DECLINE_RECRUIT = 0x068A, - CMSG_LF_GUILD_GET_APPLICATIONS = 0x054E, + CMSG_LF_GUILD_GET_APPLICATIONS = 0x080E, CMSG_LF_GUILD_GET_GUILD_POST = 0x0709, CMSG_LF_GUILD_GET_RECRUITS = 0x078A, CMSG_LF_GUILD_REMOVE_RECRUIT = 0x0449, -- cgit v1.2.3