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/eathena/npchandler.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/net/eathena/npchandler.h') diff --git a/src/net/eathena/npchandler.h b/src/net/eathena/npchandler.h index 96b1b5c87..720a4c9f8 100644 --- a/src/net/eathena/npchandler.h +++ b/src/net/eathena/npchandler.h @@ -72,6 +72,9 @@ class NpcHandler final : public MessageHandler, public Ea::NpcHandler const int materialId2, const int materialId3) const override final; + void cooking(const CookingType::Type type, + const int nameId) const override final; + int getNpc(Net::MessageIn &msg) override final; protected: -- cgit v1.2.3-60-g2f50