diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-10-08 15:46:12 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-10-08 15:46:12 +0300 |
commit | 19ba46eb71edb10615cb02d30bb8163c277a146a (patch) | |
tree | ebf579669de595608406a55dd5e985448e246c14 /src/net/eathena/protocol.h | |
parent | 449f9c06038f4f455104b29711f5d0f7a7b96307 (diff) | |
download | plus-19ba46eb71edb10615cb02d30bb8163c277a146a.tar.gz plus-19ba46eb71edb10615cb02d30bb8163c277a146a.tar.bz2 plus-19ba46eb71edb10615cb02d30bb8163c277a146a.tar.xz plus-19ba46eb71edb10615cb02d30bb8163c277a146a.zip |
eathena: add partial support for packet SMSG_PLAYER_SKILL_MESSAGE 0x0215.
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 78b622a80..b555e700a 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -90,6 +90,7 @@ #define SMSG_PLAYER_HEAL 0x013d #define SMSG_PLAYER_SKILL_COOLDOWN 0x043d #define SMSG_PLAYER_SKILL_COOLDOWN_LIST 0x0985 +#define SMSG_PLAYER_SKILL_MESSAGE 0x0215 #define SMSG_SKILL_FAILED 0x0110 #define SMSG_SKILL_DAMAGE 0x01de #define SMSG_SKILL_AUTO_CAST 0x0147 |