diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-25 23:21:24 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-25 23:21:24 +0300 |
commit | 263559d7e6231dc65ee503133e52c9791aac3734 (patch) | |
tree | 58df4a958c07eac611e4495750b7387a286dfbe0 /src/net/eathena/protocol.h | |
parent | 19d5a1ca912c89d46ea567079777d0fff1211c25 (diff) | |
download | plus-263559d7e6231dc65ee503133e52c9791aac3734.tar.gz plus-263559d7e6231dc65ee503133e52c9791aac3734.tar.bz2 plus-263559d7e6231dc65ee503133e52c9791aac3734.tar.xz plus-263559d7e6231dc65ee503133e52c9791aac3734.zip |
eathena: add partial support for packet SMSG_SKILL_SNAP 0x08d2.
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 c7a652751..375b370ea 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -85,6 +85,7 @@ #define SMSG_SKILL_FAILED 0x0110 #define SMSG_SKILL_DAMAGE 0x01de #define SMSG_SKILL_AUTO_CAST 0x0147 +#define SMSG_SKILL_SNAP 0x08d2 #define SMSG_ITEM_USE_RESPONSE 0x00a8 #define SMSG_ITEM_VISIBLE 0x009d /**< An item is on the floor */ #define SMSG_ITEM_DROPPED 0x084b /**< An item is dropped */ |