diff options
| author | Shauren <shauren.trinity@gmail.com> | 2015-07-22 00:08:16 +0200 | 
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2015-07-22 00:08:16 +0200 | 
| commit | 033fc20985f17caff24a9757fe6219ce50139360 (patch) | |
| tree | 920806f3f5c24b63ef12a6bc4ddd48619665dc54 | |
| parent | 589fae21a7e4c8f4944151ef918f9d1a629ab2bd (diff) | |
Core/PacketIO: Swapped another pair of opcodes
| -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,  | 
