diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/server/game/Server/Protocol/Opcodes.h | 4 |
1 files changed, 2 insertions, 2 deletions
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, |