From b73aec167532701db9ab645ef5d75e5dff1fa963 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 7 Sep 2014 18:51:02 +0300 Subject: eathena: fix packet SMSG_PARTY_SETTINGS 0x07d8. --- 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 b487584b0..8def51255 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -142,7 +142,7 @@ #define SMSG_PARTY_INFO 0x00fb #define SMSG_PARTY_INVITE_RESPONSE 0x00fd #define SMSG_PARTY_INVITED 0x00fe -#define SMSG_PARTY_SETTINGS 0x0101 +#define SMSG_PARTY_SETTINGS 0x07d8 #define SMSG_PARTY_MOVE 0x0104 #define SMSG_PARTY_LEAVE 0x0105 #define SMSG_PARTY_UPDATE_HP 0x0106 -- cgit v1.2.3-70-g09d2