diff options
Diffstat (limited to 'src/net/eathena/skillhandler.h')
-rw-r--r-- | src/net/eathena/skillhandler.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/eathena/skillhandler.h b/src/net/eathena/skillhandler.h index d6344ab9f..9e609488e 100644 --- a/src/net/eathena/skillhandler.h +++ b/src/net/eathena/skillhandler.h @@ -49,6 +49,8 @@ class SkillHandler final : public Ea::SkillHandler const std::string &text) const override final; void useMap(const int id, const std::string &map) const override final; + + void getAlchemistRanks() const override final; }; } // namespace EAthena |