From dbca83014dbb36cd376ec2b7f9ba4be683b5829b Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 17 Sep 2014 21:06:09 +0300 Subject: eathena: add partial support for packet SMSG_PLAYER_SKILL_COOLDOWN 0x043d. --- src/net/eathena/protocol.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/net/eathena/protocol.h') 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 -- cgit v1.2.3-70-g09d2