summaryrefslogtreecommitdiff
path: root/src/defines.h
diff options
context:
space:
mode:
authorDavid Athay <ko2fan@gmail.com>2008-04-22 15:21:21 +0000
committerDavid Athay <ko2fan@gmail.com>2008-04-22 15:21:21 +0000
commite2e580fb5d2fadafdfc7776b005dfc4562f5b624 (patch)
tree4ed704a6a73a9e1d60bc6fea26873bc404961324 /src/defines.h
parentf7fcde7653b352cd4c8c921f01e5f3c99ee80dbb (diff)
downloadmanaserv-e2e580fb5d2fadafdfc7776b005dfc4562f5b624.tar.gz
manaserv-e2e580fb5d2fadafdfc7776b005dfc4562f5b624.tar.bz2
manaserv-e2e580fb5d2fadafdfc7776b005dfc4562f5b624.tar.xz
manaserv-e2e580fb5d2fadafdfc7776b005dfc4562f5b624.zip
Added more support for parties
Diffstat (limited to 'src/defines.h')
-rw-r--r--src/defines.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/defines.h b/src/defines.h
index 2ccfa86e..fc6d0469 100644
--- a/src/defines.h
+++ b/src/defines.h
@@ -204,8 +204,11 @@ enum {
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_INVITE = 0x03A0, // S name
+ CPMSG_PARTY_INVITE_RESPONSE = 0x03A1, // B error
+ CPMSG_PARTY_INVITED = 0x03A2, // S name
+ PCMSG_PARTY_ACCEPT_INVITE = 0x03A5, // S name
+ CPMSG_PARTY_ACCEPT_INVITE_RESPONSE = 0x03A6, // B error
PCMSG_PARTY_QUIT = 0x03AA, // -
CPMSG_PARTY_QUIT_RESPONSE = 0x03AB, // B error