diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-03-18 13:29:46 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-03-18 13:29:46 +0300 |
commit | e1aaae7552565cc2289312e180489459178b0e36 (patch) | |
tree | 4e19db38fc703b1e6bf4143c1f34f060bcda5ee1 /src/net/eathena/protocol.h | |
parent | 0c291817a1e3fb61e229a2aa0037983ab2f0bf07 (diff) | |
download | plus-e1aaae7552565cc2289312e180489459178b0e36.tar.gz plus-e1aaae7552565cc2289312e180489459178b0e36.tar.bz2 plus-e1aaae7552565cc2289312e180489459178b0e36.tar.xz plus-e1aaae7552565cc2289312e180489459178b0e36.zip |
eathena: add partial support for packet SMSG_BEING_CHARM 0x08cf.
Diffstat (limited to 'src/net/eathena/protocol.h')
-rw-r--r-- | src/net/eathena/protocol.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/eathena/protocol.h b/src/net/eathena/protocol.h index 8e89fca04..75f0a9ecb 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -150,6 +150,7 @@ #define SMSG_BEING_ACTION2 0x02e1 #define SMSG_BEING_CHAT 0x008d /**< A being talks */ #define SMSG_BEING_SLIDE 0x01ff +#define SMSG_BEING_CHARM 0x08cf #define SMSG_COLOR_MESSAGE 0x02c1 #define SMSG_FORMAT_MESSAGE 0x0291 #define SMSG_FORMAT_MESSAGE_NUMBER 0x07e2 |