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