diff options
Diffstat (limited to 'src/net/npchandler.h')
-rw-r--r-- | src/net/npchandler.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/net/npchandler.h b/src/net/npchandler.h index 529765bb0..7ee51dcf2 100644 --- a/src/net/npchandler.h +++ b/src/net/npchandler.h @@ -92,10 +92,8 @@ class NpcHandler notfinal const int materialId2, const int materialId3) const = 0; -#ifdef EATHENA_SUPPORT virtual void cooking(const CookingTypeT type, const int nameId) const = 0; -#endif virtual void repair(const int index) const = 0; |