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 29e46a2ff..4bc542ccb 100644 --- a/src/net/skillhandler.h +++ b/src/net/skillhandler.h @@ -59,6 +59,8 @@ class SkillHandler notfinal virtual void getPkRanks() const = 0; virtual void feelSaveOk(const int which) const = 0; + + virtual void lessEffects(const bool isLess) const = 0; }; } // namespace Net |