diff options
Diffstat (limited to 'src/net/npchandler.h')
-rw-r--r-- | src/net/npchandler.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/npchandler.h b/src/net/npchandler.h index 33f0ae3a0..9bf8565e7 100644 --- a/src/net/npchandler.h +++ b/src/net/npchandler.h @@ -79,6 +79,8 @@ class NpcHandler notfinal virtual void cooking(const CookingType::Type type, const int nameId) const = 0; + + virtual void repair(const int index) const = 0; }; } // namespace Net |