diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-03-17 23:29:06 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-03-17 23:29:06 +0300 |
commit | f406fe1a4c6abf9b414fc9110cef80e217cafb62 (patch) | |
tree | 10f197efdd5d1b9f5390ceb762da11e520dc56a2 /src/net/eathena/protocol.h | |
parent | 8227aad72c4c6dfd2af4241763bd4dad82441a8e (diff) | |
download | mv-f406fe1a4c6abf9b414fc9110cef80e217cafb62.tar.gz mv-f406fe1a4c6abf9b414fc9110cef80e217cafb62.tar.bz2 mv-f406fe1a4c6abf9b414fc9110cef80e217cafb62.tar.xz mv-f406fe1a4c6abf9b414fc9110cef80e217cafb62.zip |
eathena: add partial support for packet SMSG_BEING_FONT 0x02ef.
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 ab6d5020e..fe95dc6f9 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -156,6 +156,7 @@ #define SMSG_BEING_RESURRECT 0x0148 #define SMSG_BEING_STAT_UPDATE_1 0x01ab #define SMSG_BEING_ATTRS 0x0b0a +#define SMSG_BEING_FONT 0x02ef #define SMSG_IGNORE_NICK_ACK 0x00d1 #define SMSG_STARS_KILL 0x020e #define SMSG_GLADIATOR_FEEL_REQUEST 0x0253 |