diff options
Diffstat (limited to 'src/net/skillhandler.h')
-rw-r--r-- | src/net/skillhandler.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/skillhandler.h b/src/net/skillhandler.h index 73b977797..cd03cbf73 100644 --- a/src/net/skillhandler.h +++ b/src/net/skillhandler.h @@ -51,6 +51,8 @@ class SkillHandler notfinal const std::string &text) const = 0; virtual void useMap(const int id, const std::string &map) const = 0; + + virtual void getAlchemistRanks() const = 0; }; } // namespace Net |