diff options
author | Nay <dnpd.dd@gmail.com> | 2012-07-16 22:54:45 +0100 |
---|---|---|
committer | Nay <dnpd.dd@gmail.com> | 2012-07-16 22:54:45 +0100 |
commit | d0bd37ab2323537ab636693418241eb0a2698950 (patch) | |
tree | fa0d8733b2b7e8bb7c39e759c1ec43b04056f5e9 | |
parent | 1be11fbe7552c87a9df5f35a1e76df65f755bdf1 (diff) |
Core/PacketIO: Unset CMSG_GUILD_RANK and CMSG_GUILD_ROSTER
-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, |