diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-03-11 15:51:56 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-03-11 15:51:56 +0300 |
commit | f73a170389adb02566e54368c6fe8b5bee0e57d9 (patch) | |
tree | 1606fcc8f97b61a9a75555f746deee5acb7be5ee /src/net/eathena/protocol.h | |
parent | 96b2fa0e2e6faca8d5ce6a90a0dd240bf76e8eca (diff) | |
download | plus-f73a170389adb02566e54368c6fe8b5bee0e57d9.tar.gz plus-f73a170389adb02566e54368c6fe8b5bee0e57d9.tar.bz2 plus-f73a170389adb02566e54368c6fe8b5bee0e57d9.tar.xz plus-f73a170389adb02566e54368c6fe8b5bee0e57d9.zip |
eathena: add partial support for packet SMSG_PLAYER_SKILL_AUTO_SPELLS 0x01cd.
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 a1349c68a..08a6f1ea5 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -101,6 +101,7 @@ #define SMSG_PLAYER_NOTIFY_MAPINFO 0x0189 #define SMSG_PLAYER_SKILL_PRODUCE_MIX_LIST 0x018d #define SMSG_PLAYER_SKILL_PRODUCE_EFFECT 0x018f +#define SMSG_PLAYER_SKILL_AUTO_SPELLS 0x01cd #define SMSG_SKILL_FAILED 0x0110 #define SMSG_SKILL_DAMAGE 0x01de #define SMSG_SKILL_AUTO_CAST 0x0147 |