From 3ba8553af2f4a85c00aec37c96803ae54c3331cd Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 10 Sep 2014 19:58:05 +0300 Subject: eathena: fix packet SMSG_PARTY_INVITE_RESPONSE 0x02c5. --- src/net/eathena/protocol.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/net/eathena/protocol.h') diff --git a/src/net/eathena/protocol.h b/src/net/eathena/protocol.h index fd274c82f..df6da397d 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -143,7 +143,7 @@ #define SMSG_PARTY_CREATE 0x00fa #define SMSG_PARTY_INFO 0x00fb -#define SMSG_PARTY_INVITE_RESPONSE 0x00fd +#define SMSG_PARTY_INVITE_RESPONSE 0x02c5 #define SMSG_PARTY_INVITED 0x00fe #define SMSG_PARTY_SETTINGS 0x07d8 #define SMSG_PARTY_MOVE 0x0104 -- cgit v1.2.3-70-g09d2