diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-03-21 19:20:13 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-03-21 19:20:13 +0300 |
commit | f047361a2306705b85ee6074c7d47434d80fa4d3 (patch) | |
tree | 208c4972b8da2217a006759fae9d847bc0c42356 /src/net/eathena/protocol.h | |
parent | b55dc94736c2402df4e2376fd5e49966eddd6694 (diff) | |
download | plus-f047361a2306705b85ee6074c7d47434d80fa4d3.tar.gz plus-f047361a2306705b85ee6074c7d47434d80fa4d3.tar.bz2 plus-f047361a2306705b85ee6074c7d47434d80fa4d3.tar.xz plus-f047361a2306705b85ee6074c7d47434d80fa4d3.zip |
Revert "Move processBeingAction from ea namespace into tmwa."
This reverts commit 4688d64d9881d296193b03d3dd6f5a7305bbf3a7.
Diffstat (limited to 'src/net/eathena/protocol.h')
-rw-r--r-- | src/net/eathena/protocol.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/net/eathena/protocol.h b/src/net/eathena/protocol.h index 2cc614d3b..b8667be22 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -151,7 +151,8 @@ #define SMSG_BEING_SPECIAL_EFFECT_NUM 0x0284 #define SMSG_BEING_SOUND_EFFECT 0x01d3 #define SMSG_BEING_EMOTION 0x00c0 -#define SMSG_BEING_ACTION 0x02e1 +#define SMSG_BEING_ACTION 0x008a /**< Attack, sit, stand up, ... */ +#define SMSG_BEING_ACTION2 0x02e1 #define SMSG_BEING_CHAT 0x008d /**< A being talks */ #define SMSG_BEING_SLIDE 0x01ff #define SMSG_BEING_CHARM 0x08cf |