diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-03-11 14:52:25 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-03-11 14:52:25 +0300 |
commit | 70aa8d620ec337d629e096f2f7c8cdaa2104fb53 (patch) | |
tree | 3b158179840621340d5e0192891b15edd6ef1609 /src/net/eathena/protocol.h | |
parent | ff383a3f0658aeb016a5c5bcde01fc7edd2f8c33 (diff) | |
download | plus-70aa8d620ec337d629e096f2f7c8cdaa2104fb53.tar.gz plus-70aa8d620ec337d629e096f2f7c8cdaa2104fb53.tar.bz2 plus-70aa8d620ec337d629e096f2f7c8cdaa2104fb53.tar.xz plus-70aa8d620ec337d629e096f2f7c8cdaa2104fb53.zip |
eathena: add partial support for packet SMSG_SKILL_ARROW_CREATE_LIST 0x01ad.
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 66417f6df..794adc372 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -108,6 +108,7 @@ #define SMSG_SKILL_WARP_POINT 0x011c #define SMSG_SKILL_MEMO_MESSAGE 0x011e #define SMSG_SKILL_UNIT_UPDATE 0x01ac +#define SMSG_SKILL_ARROW_CREATE_LIST 0x01ad #define SMSG_ITEM_USE_RESPONSE 0x00a8 #define SMSG_ITEM_VISIBLE 0x009d /**< An item is on the floor */ #define SMSG_GRAFFITI_VISIBLE 0x01c9 |