summaryrefslogtreecommitdiff
path: root/src/net/eathena/skillhandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-03-11 16:45:38 +0300
committerAndrei Karas <akaras@inbox.ru>2015-03-11 16:45:38 +0300
commit1438f4a6e9e5498d2fce8e8aae9bf30e6e6a4a5c (patch)
tree246a4ed076e168729306d66591ce79ea1c784df7 /src/net/eathena/skillhandler.h
parentf73a170389adb02566e54368c6fe8b5bee0e57d9 (diff)
downloadplus-1438f4a6e9e5498d2fce8e8aae9bf30e6e6a4a5c.tar.gz
plus-1438f4a6e9e5498d2fce8e8aae9bf30e6e6a4a5c.tar.bz2
plus-1438f4a6e9e5498d2fce8e8aae9bf30e6e6a4a5c.tar.xz
plus-1438f4a6e9e5498d2fce8e8aae9bf30e6e6a4a5c.zip
eathena: add partial support for packet SMSG_SKILL_DEVOTION_EFFECT 0x01cf.
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 5a210b989..aeb41a0d2 100644
--- a/src/net/eathena/skillhandler.h
+++ b/src/net/eathena/skillhandler.h
@@ -81,6 +81,8 @@ class SkillHandler final : public MessageHandler, public Ea::SkillHandler
static void processSkillArrowCreateList(Net::MessageIn &msg);
static void processSkillAutoSpells(Net::MessageIn &msg);
+
+ static void processSkillDevotionEffect(Net::MessageIn &msg);
};
} // namespace EAthena