summaryrefslogtreecommitdiff
path: root/src/net/eathena/beinghandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-03-11 17:21:19 +0300
committerAndrei Karas <akaras@inbox.ru>2015-03-11 17:21:19 +0300
commitb56d93804c561ed11d678ab193d1d7ddc8e586b1 (patch)
treece40c241b4a981dd7d80d51a6d6d3d7c623a6541 /src/net/eathena/beinghandler.h
parent2cf982bd6e7d98d201f4b9c81291cd23f56b529c (diff)
downloadplus-b56d93804c561ed11d678ab193d1d7ddc8e586b1.tar.gz
plus-b56d93804c561ed11d678ab193d1d7ddc8e586b1.tar.bz2
plus-b56d93804c561ed11d678ab193d1d7ddc8e586b1.tar.xz
plus-b56d93804c561ed11d678ab193d1d7ddc8e586b1.zip
eathena: add partial support for packet CMSG_COMBO_DELAY 0x01d2.
Diffstat (limited to 'src/net/eathena/beinghandler.h')
-rw-r--r--src/net/eathena/beinghandler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/eathena/beinghandler.h b/src/net/eathena/beinghandler.h
index a4ed453aa..0609f8647 100644
--- a/src/net/eathena/beinghandler.h
+++ b/src/net/eathena/beinghandler.h
@@ -130,6 +130,8 @@ class BeingHandler final : public MessageHandler, public Ea::BeingHandler
static void processSpiritBalls(Net::MessageIn &msg);
static void processBladeStop(Net::MessageIn &msg);
+
+ static void processComboDelay(Net::MessageIn &msg);
};
} // namespace EAthena