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/skillhandler.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/net/eathena/skillhandler.h') diff --git a/src/net/eathena/skillhandler.h b/src/net/eathena/skillhandler.h index e387387b4..8ea91eb0c 100644 --- a/src/net/eathena/skillhandler.h +++ b/src/net/eathena/skillhandler.h @@ -53,6 +53,8 @@ class SkillHandler final : public MessageHandler, public Ea::SkillHandler protected: void processPlayerSkills(Net::MessageIn &msg); + + void processSkillCoolDown(Net::MessageIn &msg); }; } // namespace EAthena -- cgit v1.2.3-60-g2f50