diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-03-18 17:34:23 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-03-18 17:34:23 +0300 |
commit | 4688d64d9881d296193b03d3dd6f5a7305bbf3a7 (patch) | |
tree | 7fb0653434004d6cbb5d441892c98eecc31b5a3a /src/net/eathena/protocol.h | |
parent | 240cf581ec7e1727097065a55a654dfdb6330ccd (diff) | |
download | plus-4688d64d9881d296193b03d3dd6f5a7305bbf3a7.tar.gz plus-4688d64d9881d296193b03d3dd6f5a7305bbf3a7.tar.bz2 plus-4688d64d9881d296193b03d3dd6f5a7305bbf3a7.tar.xz plus-4688d64d9881d296193b03d3dd6f5a7305bbf3a7.zip |
Move processBeingAction from ea namespace into tmwa.
Diffstat (limited to 'src/net/eathena/protocol.h')
-rw-r--r-- | src/net/eathena/protocol.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/net/eathena/protocol.h b/src/net/eathena/protocol.h index 311650643..4480adf35 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -150,8 +150,7 @@ #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, ... */ -#define SMSG_BEING_ACTION2 0x02e1 +#define SMSG_BEING_ACTION 0x02e1 #define SMSG_BEING_CHAT 0x008d /**< A being talks */ #define SMSG_BEING_SLIDE 0x01ff #define SMSG_BEING_CHARM 0x08cf |