diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-07 18:51:02 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-07 18:51:02 +0300 |
commit | b73aec167532701db9ab645ef5d75e5dff1fa963 (patch) | |
tree | fac969e66948a005fb78b81bf27180d6544f352a /src/net/eathena/protocol.h | |
parent | 2b0176f628521b5eabb2e5874ff4c211ed18c2fd (diff) | |
download | plus-b73aec167532701db9ab645ef5d75e5dff1fa963.tar.gz plus-b73aec167532701db9ab645ef5d75e5dff1fa963.tar.bz2 plus-b73aec167532701db9ab645ef5d75e5dff1fa963.tar.xz plus-b73aec167532701db9ab645ef5d75e5dff1fa963.zip |
eathena: fix packet SMSG_PARTY_SETTINGS 0x07d8.
Diffstat (limited to 'src/net/eathena/protocol.h')
-rw-r--r-- | src/net/eathena/protocol.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |