diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-14 18:52:38 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-14 18:52:38 +0300 |
commit | 5b2aee2396829e899d4493bc40de88a93a7d42cb (patch) | |
tree | e80f445d79d096b2d59c124c5622f262c73f747d /src/net/eathena/protocol.h | |
parent | 0d4ee623cb1dbc4a44951f8d3e71eeba1ae0d816 (diff) | |
download | plus-5b2aee2396829e899d4493bc40de88a93a7d42cb.tar.gz plus-5b2aee2396829e899d4493bc40de88a93a7d42cb.tar.bz2 plus-5b2aee2396829e899d4493bc40de88a93a7d42cb.tar.xz plus-5b2aee2396829e899d4493bc40de88a93a7d42cb.zip |
eathena: add partial support for packet SMSG_SKILL_GROUND_NO_DAMAGE 0x0117.
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 129af247c..24c90c1be 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -366,6 +366,7 @@ #define SMSG_SKILL_CASTING 0x07fb #define SMSG_SKILL_CAST_CANCEL 0x01b9 #define SMSG_SKILL_NO_DAMAGE 0x011a +#define SMSG_SKILL_GROUND_NO_DAMAGE 0x0117 #define SMSG_BEING_IP_RESPONSE 0x020c #define SMSG_PVP_MAP_MODE 0x0199 |