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 605cc1e3f..9867cb27b 100644
--- a/src/net/eathena/beinghandler.h
+++ b/src/net/eathena/beinghandler.h
@@ -97,6 +97,8 @@ class BeingHandler final : public MessageHandler, public Ea::BeingHandler
protected:
void processSkillGroundNoDamage(Net::MessageIn &msg) const;
+
+ void processSkillEntry(Net::MessageIn &msg) const;
};
} // namespace EAthena