diff options
author | Stefan Dombrowski <stefan@uni-bonn.de> | 2011-06-19 23:02:16 +0200 |
---|---|---|
committer | Stefan Dombrowski <stefan@uni-bonn.de> | 2011-06-19 23:02:16 +0200 |
commit | 2a11c6c5d874d661dcb7f016183c3c3e64e65f3c (patch) | |
tree | 952c48598920fbc9f7b81c49d035961c30ddb29f /src/net/manaserv/manaserv_protocol.h | |
parent | d42f25aa5b8c8f356ab08397d23047e226d57b24 (diff) | |
download | mana-2a11c6c5d874d661dcb7f016183c3c3e64e65f3c.tar.gz mana-2a11c6c5d874d661dcb7f016183c3c3e64e65f3c.tar.bz2 mana-2a11c6c5d874d661dcb7f016183c3c3e64e65f3c.tar.xz mana-2a11c6c5d874d661dcb7f016183c3c3e64e65f3c.zip |
Making party invite functional
Reviewed-by: Bjorn
Diffstat (limited to 'src/net/manaserv/manaserv_protocol.h')
-rw-r--r-- | src/net/manaserv/manaserv_protocol.h | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/src/net/manaserv/manaserv_protocol.h b/src/net/manaserv/manaserv_protocol.h index 2b99bf41..66da57df 100644 --- a/src/net/manaserv/manaserv_protocol.h +++ b/src/net/manaserv/manaserv_protocol.h @@ -189,15 +189,13 @@ enum { PGMSG_PARTY_INVITE = 0x03A0, // S name GPMSG_PARTY_INVITE_ERROR = 0x03A1, // S name GCMSG_PARTY_INVITE = 0x03A2, // S inviter, S invitee - CPMSG_PARTY_INVITE_RESPONSE = 0x03A3, // B error, S name CPMSG_PARTY_INVITED = 0x03A4, // S name - PCMSG_PARTY_ACCEPT_INVITE = 0x03A5, // S name - CPMSG_PARTY_ACCEPT_INVITE_RESPONSE = 0x03A6, // B error, { S name } - PCMSG_PARTY_REJECT_INVITE = 0x03A7, // S name - CPMSG_PARTY_REJECTED = 0x03A8, // S name + PCMSG_PARTY_INVITE_ANSWER = 0x03A5, // S name, B accept + CPMSG_PARTY_INVITE_ANSWER_RESPONSE = 0x03A6, // B error, { S name } + CPMSG_PARTY_REJECTED = 0x03A8, // S name, B error PCMSG_PARTY_QUIT = 0x03AA, // - CPMSG_PARTY_QUIT_RESPONSE = 0x03AB, // B error - CPMSG_PARTY_NEW_MEMBER = 0x03B0, // D character id, S name + CPMSG_PARTY_NEW_MEMBER = 0x03B0, // S name, S inviter CPMSG_PARTY_MEMBER_LEFT = 0x03B1, // D character id // Chat |