diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-13 23:37:15 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-13 23:37:15 +0300 |
commit | 564fa0de49a384284868eaddbbdb9f87c58a3661 (patch) | |
tree | e60f242e9df768ee8ed90f1652926e895841c1c3 /src/net/eathena/protocol.h | |
parent | 949a27bfda6b3fa8e6a4ad2e05448c61e9889e8a (diff) | |
download | plus-564fa0de49a384284868eaddbbdb9f87c58a3661.tar.gz plus-564fa0de49a384284868eaddbbdb9f87c58a3661.tar.bz2 plus-564fa0de49a384284868eaddbbdb9f87c58a3661.tar.xz plus-564fa0de49a384284868eaddbbdb9f87c58a3661.zip |
eathena: add partial support for packet SMSG_FORMAT_MESSAGE_NUMBER 0x07e2.
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 80aba31fd..fb8b4110e 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -104,6 +104,7 @@ #define SMSG_BEING_CHAT 0x008d /**< A being talks */ #define SMSG_COLOR_MESSAGE 0x02c1 #define SMSG_FORMAT_MESSAGE 0x0291 +#define SMSG_FORMAT_MESSAGE_NUMBER 0x07e2 #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 |