diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-13 23:03:43 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-13 23:03:43 +0300 |
commit | 857b503b43dc7e2a452f1897efc2100b028f843a (patch) | |
tree | 7af2481fbd6f6fd057f1dc7a9047e54c6fbaf378 /src/net/eathena/protocol.h | |
parent | cc597ceb752585ebf247dfbad6185d31e57e8ed8 (diff) | |
download | plus-857b503b43dc7e2a452f1897efc2100b028f843a.tar.gz plus-857b503b43dc7e2a452f1897efc2100b028f843a.tar.bz2 plus-857b503b43dc7e2a452f1897efc2100b028f843a.tar.xz plus-857b503b43dc7e2a452f1897efc2100b028f843a.zip |
eathena: add partial support for packet SMSG_FORMAT_MESSAGE 0x0291.
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 20e041374..f6456a924 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -102,6 +102,7 @@ #define SMSG_BEING_ACTION2 0x02e1 #define SMSG_BEING_CHAT 0x008d /**< A being talks */ #define SMSG_COLOR_MESSAGE 0x02c1 +#define SMSG_FORMAT_MESSAGE 0x0291 #define SMSG_BEING_NAME_RESPONSE 0x0095 /**< Has to be requested */ #define SMSG_BEING_NAME_RESPONSE2 0x0220 /**< Has to be requested */ #define SMSG_BEING_CHANGE_DIRECTION 0x009c |