summaryrefslogtreecommitdiff
path: root/src/net/eathena/skillhandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-03-11 15:51:56 +0300
committerAndrei Karas <akaras@inbox.ru>2015-03-11 15:51:56 +0300
commitf73a170389adb02566e54368c6fe8b5bee0e57d9 (patch)
tree1606fcc8f97b61a9a75555f746deee5acb7be5ee /src/net/eathena/skillhandler.h
parent96b2fa0e2e6faca8d5ce6a90a0dd240bf76e8eca (diff)
downloadManaVerse-f73a170389adb02566e54368c6fe8b5bee0e57d9.tar.gz
ManaVerse-f73a170389adb02566e54368c6fe8b5bee0e57d9.tar.bz2
ManaVerse-f73a170389adb02566e54368c6fe8b5bee0e57d9.tar.xz
ManaVerse-f73a170389adb02566e54368c6fe8b5bee0e57d9.zip
eathena: add partial support for packet SMSG_PLAYER_SKILL_AUTO_SPELLS 0x01cd.
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 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