summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorStefan Dombrowski <stefan@uni-bonn.de>2011-05-30 23:18:00 +0200
committerStefan Dombrowski <stefan@uni-bonn.de>2011-05-30 23:18:00 +0200
commit0e04885bcef86a571a0c3069b4706422f9af2566 (patch)
tree1702fff382fae7ff64be7423ee349e0eb2780224 /src/common
parent406be26dd7a12795a4a2702aabe2ef46a5e0a6bb (diff)
downloadmanaserv-0e04885bcef86a571a0c3069b4706422f9af2566.tar.gz
manaserv-0e04885bcef86a571a0c3069b4706422f9af2566.tar.bz2
manaserv-0e04885bcef86a571a0c3069b4706422f9af2566.tar.xz
manaserv-0e04885bcef86a571a0c3069b4706422f9af2566.zip
Routing party invite through the map server
The player sends party invites to the game server. If the invitee is within the visual range of the inviter, the game server forwards the invite to the chat server. Reviewed-by: Bjorn, Jaxad0127
Diffstat (limited to 'src/common')
-rw-r--r--src/common/manaserv_protocol.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/common/manaserv_protocol.h b/src/common/manaserv_protocol.h
index 3205d004..c758fd45 100644
--- a/src/common/manaserv_protocol.h
+++ b/src/common/manaserv_protocol.h
@@ -186,9 +186,11 @@ enum {
CPMSG_GUILD_REJOIN = 0x0389, // S name, W guild, W rights, W channel, S announce
// Party
- PCMSG_PARTY_INVITE = 0x03A0, // S name
- CPMSG_PARTY_INVITE_RESPONSE = 0x03A1, // B error, S name
- CPMSG_PARTY_INVITED = 0x03A2, // S name
+ 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