diff options
Diffstat (limited to 'src/net/tmwa/npchandler.h')
-rw-r--r-- | src/net/tmwa/npchandler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/tmwa/npchandler.h b/src/net/tmwa/npchandler.h index f32ca7f6b..d82885da0 100644 --- a/src/net/tmwa/npchandler.h +++ b/src/net/tmwa/npchandler.h @@ -75,7 +75,7 @@ class NpcHandler final : public MessageHandler, public Ea::NpcHandler const int materialId3) const override final; void cooking(const CookingType::Type type, - const int nameId) const; + const int nameId) const override final; void repair(const int index) const override final; |