diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-17 21:06:09 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-17 21:06:09 +0300 |
commit | dbca83014dbb36cd376ec2b7f9ba4be683b5829b (patch) | |
tree | 39030eaa8f198540de170797e654b0eb5d2723f0 /src/net/eathena/protocol.h | |
parent | 1ca01c7099f1655510a7d8daf215c5d469bfcf33 (diff) | |
download | plus-dbca83014dbb36cd376ec2b7f9ba4be683b5829b.tar.gz plus-dbca83014dbb36cd376ec2b7f9ba4be683b5829b.tar.bz2 plus-dbca83014dbb36cd376ec2b7f9ba4be683b5829b.tar.xz plus-dbca83014dbb36cd376ec2b7f9ba4be683b5829b.zip |
eathena: add partial support for packet SMSG_PLAYER_SKILL_COOLDOWN 0x043d.
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 a7e3b5487..4b860b2ce 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -80,6 +80,7 @@ #define SMSG_PLAYER_SKILLS 0x010f #define SMSG_PLAYER_SKILL_UP 0x010e #define SMSG_PLAYER_HEAL 0x013d +#define SMSG_PLAYER_SKILL_COOLDOWN 0x043d #define SMSG_SKILL_FAILED 0x0110 #define SMSG_SKILL_DAMAGE 0x01de #define SMSG_SKILL_AUTO_CAST 0x0147 |