diff options
author | Dennis Friis <peavey@inspircd.org> | 2009-05-21 01:36:50 +0200 |
---|---|---|
committer | Dennis Friis <peavey@inspircd.org> | 2009-05-21 01:36:50 +0200 |
commit | 431e131ea8c38929d2ee61bd5066f856213882a1 (patch) | |
tree | 908b9276590aadd44478b9de410d13be8c83e6b5 /src/net/tmwserv/protocol.h | |
parent | 86a055d46df5a262fce0f76697cc3d54e75b19e1 (diff) | |
parent | d82bc279c910a5ba2fd3764a41e680448c8ba1e8 (diff) | |
download | mana-client-431e131ea8c38929d2ee61bd5066f856213882a1.tar.gz mana-client-431e131ea8c38929d2ee61bd5066f856213882a1.tar.bz2 mana-client-431e131ea8c38929d2ee61bd5066f856213882a1.tar.xz mana-client-431e131ea8c38929d2ee61bd5066f856213882a1.zip |
Merge branch 'master' of git@gitorious.org:tmw/mainline
Diffstat (limited to 'src/net/tmwserv/protocol.h')
-rw-r--r-- | src/net/tmwserv/protocol.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/net/tmwserv/protocol.h b/src/net/tmwserv/protocol.h index 0f2a1b0d..6124263a 100644 --- a/src/net/tmwserv/protocol.h +++ b/src/net/tmwserv/protocol.h @@ -162,9 +162,11 @@ enum { CPMSG_GUILD_QUIT_RESPONSE = 0x0361, // B error PCMSG_GUILD_PROMOTE_MEMBER = 0x0365, // W guild, S name, B rights CPMSG_GUILD_PROMOTE_MEMBER_RESPONSE = 0x0366, // B error + PCMSG_GUILD_KICK_MEMBER = 0x0370, // W guild, S name + CPMSG_GUILD_KICK_MEMBER_RESPONSE = 0x0371, // B error - CPMSG_GUILD_INVITED = 0x0370, // S char name, S guild name, W id - CPMSG_GUILD_REJOIN = 0x0371, // S name, W guild, W rights, W channel, S announce + CPMSG_GUILD_INVITED = 0x0388, // S char name, S guild name, W id + CPMSG_GUILD_REJOIN = 0x0389, // S name, W guild, W rights, W channel, S announce // Party PCMSG_PARTY_INVITE = 0x03A0, // S name |