diff options
-rwxr-xr-x | 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 0fa5de228d5..86374172003 100755 --- a/src/server/game/Server/Protocol/Opcodes.h +++ b/src/server/game/Server/Protocol/Opcodes.h @@ -226,9 +226,9 @@ enum Opcodes CMSG_GUILD_MOTD = 0x1035, CMSG_GUILD_PROMOTE = 0x0000, CMSG_GUILD_QUERY = 0x4426, - CMSG_GUILD_RANK = 0x1226, + CMSG_GUILD_RANK = 0x0000, CMSG_GUILD_REMOVE = 0x0000, - CMSG_GUILD_ROSTER = 0x1026, + CMSG_GUILD_ROSTER = 0x0000, CMSG_GUILD_SET_ACHIEVEMENT_TRACKING = 0x1027, CMSG_GUILD_SET_NOTE = 0x0000, CMSG_HEARTH_AND_RESURRECT = 0x4B34, |