diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-03-11 19:47:56 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-03-11 19:47:56 +0300 |
commit | 248b4b33701fedf1a82aa4d09acc87d794273095 (patch) | |
tree | 60e99dfb52781779edcfd2404f326eaac81711fa /src/net/eathena/protocol.h | |
parent | f4f98c7627c1978bc49d156a8b4dbc5d4170f0d8 (diff) | |
download | plus-248b4b33701fedf1a82aa4d09acc87d794273095.tar.gz plus-248b4b33701fedf1a82aa4d09acc87d794273095.tar.bz2 plus-248b4b33701fedf1a82aa4d09acc87d794273095.tar.xz plus-248b4b33701fedf1a82aa4d09acc87d794273095.zip |
eathena: add partial support for packet SMSG_BEING_SLIDE 0x01ff.
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 0e284d234..0e0ce50bd 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -137,6 +137,7 @@ #define SMSG_BEING_ACTION 0x008a /**< Attack, sit, stand up, ... */ #define SMSG_BEING_ACTION2 0x02e1 #define SMSG_BEING_CHAT 0x008d /**< A being talks */ +#define SMSG_BEING_SLIDE 0x01ff #define SMSG_COLOR_MESSAGE 0x02c1 #define SMSG_FORMAT_MESSAGE 0x0291 #define SMSG_FORMAT_MESSAGE_NUMBER 0x07e2 |