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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/eathena/beinghandler.h b/src/net/eathena/beinghandler.h
index f0d2abe49..ed7b3586f 100644
--- a/src/net/eathena/beinghandler.h
+++ b/src/net/eathena/beinghandler.h
@@ -127,6 +127,8 @@ class BeingHandler final : public MessageHandler, public Ea::BeingHandler
void processBeingStatUpdate1(Net::MessageIn &msg) const;
void processPlaterStatusChange2(Net::MessageIn &msg) const;
+
+ void processBeingSelfEffect(Net::MessageIn &msg) const;
};
} // namespace EAthena