From 173c48498dc55e9b86bee009427fb5ae58cd9821 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 10 Sep 2014 13:02:49 +0300 Subject: Split processBeingChangeLook into tow functions with net code and without. --- src/net/eathena/beinghandler.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/net/eathena/beinghandler.h') diff --git a/src/net/eathena/beinghandler.h b/src/net/eathena/beinghandler.h index 9d70bd860..0d4c71a77 100644 --- a/src/net/eathena/beinghandler.h +++ b/src/net/eathena/beinghandler.h @@ -75,6 +75,11 @@ class BeingHandler final : public MessageHandler, public Ea::BeingHandler void processRanksList(Net::MessageIn &msg) const; void processBeingChangeDirection(Net::MessageIn &msg) const; + + void processBeingChangeLookContinue(Being *const dstBeing, + const uint8_t type, + const int id, + const int id2) const; }; } // namespace EAthena -- cgit v1.2.3-60-g2f50