diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-10-08 00:32:26 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-10-08 00:32:26 +0300 |
commit | 17aea3a2f39b62202548d54c70eeb127e93f14c5 (patch) | |
tree | 95d9ece5e64cbf43b439a5a91f0edd32830aa09a /src/net/eathena/protocol.h | |
parent | 21029a5465e42e3820175e474c6860b6349d7c5c (diff) | |
download | plus-17aea3a2f39b62202548d54c70eeb127e93f14c5.tar.gz plus-17aea3a2f39b62202548d54c70eeb127e93f14c5.tar.bz2 plus-17aea3a2f39b62202548d54c70eeb127e93f14c5.tar.xz plus-17aea3a2f39b62202548d54c70eeb127e93f14c5.zip |
eathena: add partial support for packet SMSG_BEING_SPECIAL_EFFECT_NUM 0x0284.
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 f9a4f0112..78b622a80 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -110,6 +110,7 @@ #define SMSG_BEING_CHANGE_LOOKS2 0x01d7 #define SMSG_BEING_SELFEFFECT 0x019b #define SMSG_BEING_SPECIAL_EFFECT 0x01f3 +#define SMSG_BEING_SPECIAL_EFFECT_NUM 0x0284 #define SMSG_BEING_SOUND_EFFECT 0x01d3 #define SMSG_BEING_EMOTION 0x00c0 #define SMSG_BEING_ACTION 0x008a /**< Attack, sit, stand up, ... */ |