From f73a170389adb02566e54368c6fe8b5bee0e57d9 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 11 Mar 2015 15:51:56 +0300 Subject: eathena: add partial support for packet SMSG_PLAYER_SKILL_AUTO_SPELLS 0x01cd. --- 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 42fd65021..5a210b989 100644 --- a/src/net/eathena/skillhandler.h +++ b/src/net/eathena/skillhandler.h @@ -79,6 +79,8 @@ class SkillHandler final : public MessageHandler, public Ea::SkillHandler static void processSkillUnitUpdate(Net::MessageIn &msg); static void processSkillArrowCreateList(Net::MessageIn &msg); + + static void processSkillAutoSpells(Net::MessageIn &msg); }; } // namespace EAthena -- cgit v1.2.3-60-g2f50