summaryrefslogtreecommitdiff
path: root/src/net/protocol.h
diff options
context:
space:
mode:
authorDavid Athay <ko2fan@gmail.com>2008-04-16 16:02:32 +0000
committerDavid Athay <ko2fan@gmail.com>2008-04-16 16:02:32 +0000
commit34e6d6c9c6d13623b9adf00ff19081770c4d9f24 (patch)
tree0a09f9898293e62ccc2891c2d29b4581e44ee729 /src/net/protocol.h
parent0d9ac84ca12fbf0dc1592c9f13d0f4b700743f01 (diff)
downloadmana-client-34e6d6c9c6d13623b9adf00ff19081770c4d9f24.tar.gz
mana-client-34e6d6c9c6d13623b9adf00ff19081770c4d9f24.tar.bz2
mana-client-34e6d6c9c6d13623b9adf00ff19081770c4d9f24.tar.xz
mana-client-34e6d6c9c6d13623b9adf00ff19081770c4d9f24.zip
Removed private channels
Diffstat (limited to 'src/net/protocol.h')
-rw-r--r--src/net/protocol.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/net/protocol.h b/src/net/protocol.h
index 79e1f2ca..5aab202c 100644
--- a/src/net/protocol.h
+++ b/src/net/protocol.h
@@ -147,6 +147,12 @@ enum {
CPMSG_GUILD_INVITED = 0x0370, // S char name, S guild name, W id
CPMSG_GUILD_REJOIN = 0x0371, // S name, W guild, B rights, W channel
+ // Party
+ PCMSG_PARTY_CREATE = 0x03A0, // -
+ CPMSG_PARTY_CREATE_RESPONSE = 0x03A1, // B error
+ PCMSG_PARTY_QUIT = 0x03AA, // -
+ CPMSG_PARTY_QUIT_RESPONSE = 0x03AB, // B error
+
// Chat
CPMSG_ERROR = 0x0401, // B error
CPMSG_ANNOUNCEMENT = 0x0402, // S text