diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-10-08 00:08:10 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-10-08 00:08:10 +0300 |
commit | 21029a5465e42e3820175e474c6860b6349d7c5c (patch) | |
tree | 9a1317dffdb0736b9f2982ab87d72757881a5042 /src/net/eathena/protocol.h | |
parent | d91a8fd5d574454265c9a6088f7aa089d7905ba0 (diff) | |
download | mv-21029a5465e42e3820175e474c6860b6349d7c5c.tar.gz mv-21029a5465e42e3820175e474c6860b6349d7c5c.tar.bz2 mv-21029a5465e42e3820175e474c6860b6349d7c5c.tar.xz mv-21029a5465e42e3820175e474c6860b6349d7c5c.zip |
eathena: add partial support for packet SMSG_BEING_SOUND_EFFECT 0x01d3.
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 65bc4c2f5..f9a4f0112 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_SOUND_EFFECT 0x01d3 #define SMSG_BEING_EMOTION 0x00c0 #define SMSG_BEING_ACTION 0x008a /**< Attack, sit, stand up, ... */ #define SMSG_BEING_ACTION2 0x02e1 |