diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-14 19:17:41 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-14 19:17:41 +0300 |
commit | 1c709b950363389755017e52f97ed3299be3b514 (patch) | |
tree | 48d6e0c4894dea263fde65269d67acb0594e2baf /src/net/eathena/protocol.h | |
parent | 5b2aee2396829e899d4493bc40de88a93a7d42cb (diff) | |
download | plus-1c709b950363389755017e52f97ed3299be3b514.tar.gz plus-1c709b950363389755017e52f97ed3299be3b514.tar.bz2 plus-1c709b950363389755017e52f97ed3299be3b514.tar.xz plus-1c709b950363389755017e52f97ed3299be3b514.zip |
eathena: add partial support for packet SMSG_SKILL_ENTRY 0x09ca.
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 24c90c1be..2e3f627f6 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -367,6 +367,7 @@ #define SMSG_SKILL_CAST_CANCEL 0x01b9 #define SMSG_SKILL_NO_DAMAGE 0x011a #define SMSG_SKILL_GROUND_NO_DAMAGE 0x0117 +#define SMSG_SKILL_ENTRY 0x09ca #define SMSG_BEING_IP_RESPONSE 0x020c #define SMSG_PVP_MAP_MODE 0x0199 |