diff options
Diffstat (limited to 'src/net/tmwa/npchandler.cpp')
-rw-r--r-- | src/net/tmwa/npchandler.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/tmwa/npchandler.cpp b/src/net/tmwa/npchandler.cpp index 26ac27b84..3fd1fed60 100644 --- a/src/net/tmwa/npchandler.cpp +++ b/src/net/tmwa/npchandler.cpp @@ -215,10 +215,12 @@ void NpcHandler::produceMix(const int nameId A_UNUSED, { } +#ifdef EATHENA_SUPPORT void NpcHandler::cooking(const CookingType::Type type A_UNUSED, const int nameId A_UNUSED) const { } +#endif void NpcHandler::repair(const int index A_UNUSED) const { |