summaryrefslogtreecommitdiff
path: root/src/net/skillhandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/skillhandler.h')
-rw-r--r--src/net/skillhandler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/skillhandler.h b/src/net/skillhandler.h
index cd03cbf73..9d076abb1 100644
--- a/src/net/skillhandler.h
+++ b/src/net/skillhandler.h
@@ -53,6 +53,8 @@ class SkillHandler notfinal
virtual void useMap(const int id, const std::string &map) const = 0;
virtual void getAlchemistRanks() const = 0;
+
+ virtual void getBlacksmithRanks() const = 0;
};
} // namespace Net