summaryrefslogtreecommitdiff
path: root/src/net/eathena/beinghandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-08-12 19:24:16 +0300
committerAndrei Karas <akaras@inbox.ru>2015-08-12 19:24:16 +0300
commit650ed453901c51b75234523fd70bd3d07d2244bc (patch)
tree8f967a3d869c8b849dc5a3b732d1b2e73d47ed1a /src/net/eathena/beinghandler.h
parent0a7c70b7dc3a25fb0435b8b6fb60a3263b5c57bb (diff)
downloadplus-650ed453901c51b75234523fd70bd3d07d2244bc.tar.gz
plus-650ed453901c51b75234523fd70bd3d07d2244bc.tar.bz2
plus-650ed453901c51b75234523fd70bd3d07d2244bc.tar.xz
plus-650ed453901c51b75234523fd70bd3d07d2244bc.zip
With equipped items read cards (hercules).
Changed client version to 9.
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 cb8707218..19a3bd2dc 100644
--- a/src/net/eathena/beinghandler.h
+++ b/src/net/eathena/beinghandler.h
@@ -54,6 +54,8 @@ class BeingHandler final : public MessageHandler, public Ea::BeingHandler
static void processBeingChangeLook2(Net::MessageIn &msg);
+ static void processBeingChangeLookCards(Net::MessageIn &msg);
+
static void processBeingVisible(Net::MessageIn &msg);
static void processBeingMove(Net::MessageIn &msg);