diff options
Diffstat (limited to 'src/net/eathena/skillhandler.h')
-rw-r--r-- | src/net/eathena/skillhandler.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/net/eathena/skillhandler.h b/src/net/eathena/skillhandler.h index 3b63bcfc5..c33971245 100644 --- a/src/net/eathena/skillhandler.h +++ b/src/net/eathena/skillhandler.h @@ -46,6 +46,9 @@ class SkillHandler final : public MessageHandler, public Ea::SkillHandler const int x, const int y) const override final; void useMap(const int id, const std::string &map) const override final; + + protected: + void processPlayerSkills(Net::MessageIn &msg); }; } // namespace EAthena |