summaryrefslogtreecommitdiff
path: root/src/net/eathena/skillhandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-03-11 14:52:25 +0300
committerAndrei Karas <akaras@inbox.ru>2015-03-11 14:52:25 +0300
commit70aa8d620ec337d629e096f2f7c8cdaa2104fb53 (patch)
tree3b158179840621340d5e0192891b15edd6ef1609 /src/net/eathena/skillhandler.h
parentff383a3f0658aeb016a5c5bcde01fc7edd2f8c33 (diff)
downloadplus-70aa8d620ec337d629e096f2f7c8cdaa2104fb53.tar.gz
plus-70aa8d620ec337d629e096f2f7c8cdaa2104fb53.tar.bz2
plus-70aa8d620ec337d629e096f2f7c8cdaa2104fb53.tar.xz
plus-70aa8d620ec337d629e096f2f7c8cdaa2104fb53.zip
eathena: add partial support for packet SMSG_SKILL_ARROW_CREATE_LIST 0x01ad.
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 25fb1a805..42fd65021 100644
--- a/src/net/eathena/skillhandler.h
+++ b/src/net/eathena/skillhandler.h
@@ -77,6 +77,8 @@ class SkillHandler final : public MessageHandler, public Ea::SkillHandler
static void processSkillProduceEffect(Net::MessageIn &msg);
static void processSkillUnitUpdate(Net::MessageIn &msg);
+
+ static void processSkillArrowCreateList(Net::MessageIn &msg);
};
} // namespace EAthena