diff options
author | Stefan Dombrowski <stefan@uni-bonn.de> | 2011-05-16 00:08:51 +0200 |
---|---|---|
committer | Stefan Dombrowski <stefan@uni-bonn.de> | 2011-05-16 00:08:51 +0200 |
commit | fcc7c9d2ce4471d07fe5ed9dcc5d94a4ed8ac5fb (patch) | |
tree | 3736fd3b02433cad1bc0ea3c685aaa1592499260 /src/common | |
parent | da1cc91155771d5fa3ced443de0480db5aab49d0 (diff) | |
download | manaserv-fcc7c9d2ce4471d07fe5ed9dcc5d94a4ed8ac5fb.tar.gz manaserv-fcc7c9d2ce4471d07fe5ed9dcc5d94a4ed8ac5fb.tar.bz2 manaserv-fcc7c9d2ce4471d07fe5ed9dcc5d94a4ed8ac5fb.tar.xz manaserv-fcc7c9d2ce4471d07fe5ed9dcc5d94a4ed8ac5fb.zip |
Starting to fix party invite
Reviewed-by: Bjorn
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/manaserv_protocol.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/manaserv_protocol.h b/src/common/manaserv_protocol.h index 78497eb4..3205d004 100644 --- a/src/common/manaserv_protocol.h +++ b/src/common/manaserv_protocol.h @@ -195,8 +195,8 @@ enum { CPMSG_PARTY_REJECTED = 0x03A8, // S name PCMSG_PARTY_QUIT = 0x03AA, // - CPMSG_PARTY_QUIT_RESPONSE = 0x03AB, // B error - CPMSG_PARTY_NEW_MEMBER = 0x03B0, // W being id, S name - CPMSG_PARTY_MEMBER_LEFT = 0x03B1, // W being id + CPMSG_PARTY_NEW_MEMBER = 0x03B0, // D character id, S name + CPMSG_PARTY_MEMBER_LEFT = 0x03B1, // D character id // Chat CPMSG_ERROR = 0x0401, // B error |