summaryrefslogtreecommitdiff
path: root/src/net/eathena/skillhandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-09-17 21:06:09 +0300
committerAndrei Karas <akaras@inbox.ru>2014-09-17 21:06:09 +0300
commitdbca83014dbb36cd376ec2b7f9ba4be683b5829b (patch)
tree39030eaa8f198540de170797e654b0eb5d2723f0 /src/net/eathena/skillhandler.h
parent1ca01c7099f1655510a7d8daf215c5d469bfcf33 (diff)
downloadplus-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/skillhandler.h')
-rw-r--r--src/net/eathena/skillhandler.h2
1 files changed, 2 insertions, 0 deletions
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