summaryrefslogtreecommitdiff
path: root/src/net/eathena/skillhandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-03-11 14:39:29 +0300
committerAndrei Karas <akaras@inbox.ru>2015-03-11 14:39:29 +0300
commitff383a3f0658aeb016a5c5bcde01fc7edd2f8c33 (patch)
tree4956a3ef5ee256f788d5e15ec593e2e4543371a4 /src/net/eathena/skillhandler.h
parentc28671db8583dc66e7e3c3b1428c870f5222dbcc (diff)
downloadplus-ff383a3f0658aeb016a5c5bcde01fc7edd2f8c33.tar.gz
plus-ff383a3f0658aeb016a5c5bcde01fc7edd2f8c33.tar.bz2
plus-ff383a3f0658aeb016a5c5bcde01fc7edd2f8c33.tar.xz
plus-ff383a3f0658aeb016a5c5bcde01fc7edd2f8c33.zip
eathena: add partial support for packet SMSG_SKILL_UNIT_UPDATE 0x01ac.
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 f1820ae3f..25fb1a805 100644
--- a/src/net/eathena/skillhandler.h
+++ b/src/net/eathena/skillhandler.h
@@ -75,6 +75,8 @@ class SkillHandler final : public MessageHandler, public Ea::SkillHandler
static void processSkillProduceMixList(Net::MessageIn &msg);
static void processSkillProduceEffect(Net::MessageIn &msg);
+
+ static void processSkillUnitUpdate(Net::MessageIn &msg);
};
} // namespace EAthena