From 033fc20985f17caff24a9757fe6219ce50139360 Mon Sep 17 00:00:00 2001 From: Shauren Date: Wed, 22 Jul 2015 00:08:16 +0200 Subject: Core/PacketIO: Swapped another pair of opcodes --- src/server/game/Server/Protocol/Opcodes.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/server') diff --git a/src/server/game/Server/Protocol/Opcodes.h b/src/server/game/Server/Protocol/Opcodes.h index a07c2978dce..590eab83d44 100644 --- a/src/server/game/Server/Protocol/Opcodes.h +++ b/src/server/game/Server/Protocol/Opcodes.h @@ -283,7 +283,7 @@ enum OpcodeClient : uint32 CMSG_GARRISON_START_MISSION = 0x1508, CMSG_GARRISON_SWAP_BUILDINGS = 0x0824, CMSG_GENERATE_RANDOM_CHARACTER_NAME = 0x0336, - CMSG_GET_CHALLENGE_MODE_REWARDS = 0x0849, + CMSG_GET_CHALLENGE_MODE_REWARDS = 0x0709, CMSG_GET_GARRISON_INFO = 0x17E3, CMSG_GET_ITEM_PURCHASE_DATA = 0x0897, CMSG_GET_MIRROR_IMAGE_DATA = 0x1113, @@ -373,7 +373,7 @@ enum OpcodeClient : uint32 CMSG_LF_GUILD_BROWSE = 0x0022, CMSG_LF_GUILD_DECLINE_RECRUIT = 0x068A, CMSG_LF_GUILD_GET_APPLICATIONS = 0x080E, - CMSG_LF_GUILD_GET_GUILD_POST = 0x0709, + CMSG_LF_GUILD_GET_GUILD_POST = 0x0849, CMSG_LF_GUILD_GET_RECRUITS = 0x078A, CMSG_LF_GUILD_REMOVE_RECRUIT = 0x0449, CMSG_LF_GUILD_SET_GUILD_POST = 0x0926, -- cgit v1.2.3