diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-17 20:19:38 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-17 20:19:38 +0300 |
commit | add9701f5d104cc130e6589ed211f1beb7966052 (patch) | |
tree | 6f32366ca008708220ddaf97f92660860cd503cd /src/net/eathena/protocol.h | |
parent | 9c50afdf192d9407eb72e3fdcd1844f9b5ae9885 (diff) | |
download | plus-add9701f5d104cc130e6589ed211f1beb7966052.tar.gz plus-add9701f5d104cc130e6589ed211f1beb7966052.tar.bz2 plus-add9701f5d104cc130e6589ed211f1beb7966052.tar.xz plus-add9701f5d104cc130e6589ed211f1beb7966052.zip |
eathena: add partial support for packet SMSG_PLAYER_HEAL 0x013d.
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 a11e5239e..70be26dc7 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -79,6 +79,7 @@ #define SMSG_PLAYER_ARROW_MESSAGE 0x013b #define SMSG_PLAYER_SKILLS 0x010f #define SMSG_PLAYER_SKILL_UP 0x010e +#define SMSG_PLAYER_HEAL 0x013d #define SMSG_SKILL_FAILED 0x0110 #define SMSG_SKILL_DAMAGE 0x01de #define SMSG_SKILL_AUTO_CAST 0x0147 |