From e2e580fb5d2fadafdfc7776b005dfc4562f5b624 Mon Sep 17 00:00:00 2001 From: David Athay Date: Tue, 22 Apr 2008 15:21:21 +0000 Subject: Added more support for parties --- src/defines.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/defines.h') 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 -- cgit v1.2.3-60-g2f50