summaryrefslogtreecommitdiff
path: root/src/net/npchandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-04-17 14:10:17 +0300
committerAndrei Karas <akaras@inbox.ru>2015-04-17 14:10:17 +0300
commit8314f36b8b941ddc0fbe0014ea8bea7ecbdc43fe (patch)
tree397f16ace38baf62ebc4b39bd7a1b15ed42e7440 /src/net/npchandler.h
parentde1c28279bebbbd266e5c3020a38274e20cebb5c (diff)
downloadplus-8314f36b8b941ddc0fbe0014ea8bea7ecbdc43fe.tar.gz
plus-8314f36b8b941ddc0fbe0014ea8bea7ecbdc43fe.tar.bz2
plus-8314f36b8b941ddc0fbe0014ea8bea7ecbdc43fe.tar.xz
plus-8314f36b8b941ddc0fbe0014ea8bea7ecbdc43fe.zip
Add eathena defines into cookingtype enum.
Diffstat (limited to 'src/net/npchandler.h')
-rw-r--r--src/net/npchandler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/npchandler.h b/src/net/npchandler.h
index 626e742dd..42eaabb00 100644
--- a/src/net/npchandler.h
+++ b/src/net/npchandler.h
@@ -74,8 +74,10 @@ class NpcHandler notfinal
const int materialId2,
const int materialId3) const = 0;
+#ifdef EATHENA_SUPPORT
virtual void cooking(const CookingType::Type type,
const int nameId) const = 0;
+#endif
virtual void repair(const int index) const = 0;