summaryrefslogtreecommitdiff
path: root/src/net/eathena/beinghandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/eathena/beinghandler.h')
-rw-r--r--src/net/eathena/beinghandler.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/net/eathena/beinghandler.h b/src/net/eathena/beinghandler.h
index fdbde2afa..34cce3dc6 100644
--- a/src/net/eathena/beinghandler.h
+++ b/src/net/eathena/beinghandler.h
@@ -44,10 +44,9 @@ class BeingHandler final : public MessageHandler, public Ea::BeingHandler
void undress(Being *const being) const override final;
protected:
- void processBeingVisibleOrMove(Net::MessageIn &msg);
+ void processBeingChangeLook(Net::MessageIn &msg) const;
- void processBeingChangeLook(Net::MessageIn &msg,
- const bool look2) const;
+ void processBeingVisibleOrMove(Net::MessageIn &msg);
static void processNameResponse2(Net::MessageIn &msg);