From 7ac2da363583a568256f5efc2ab58fa2b342b233 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 9 Sep 2014 20:00:59 +0300 Subject: eathena: add packet CMSG_NPC_COOKING 0x025b. --- src/net/npchandler.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/net/npchandler.h') diff --git a/src/net/npchandler.h b/src/net/npchandler.h index 13942b80b..33f0ae3a0 100644 --- a/src/net/npchandler.h +++ b/src/net/npchandler.h @@ -25,6 +25,8 @@ #include +#include "being/cookingtype.h" + #include "localconsts.h" namespace Net @@ -74,6 +76,9 @@ class NpcHandler notfinal const int materialId1, const int materialId2, const int materialId3) const = 0; + + virtual void cooking(const CookingType::Type type, + const int nameId) const = 0; }; } // namespace Net -- cgit v1.2.3-60-g2f50