summaryrefslogtreecommitdiff
path: root/src/net/eathena/npchandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/eathena/npchandler.h')
-rw-r--r--src/net/eathena/npchandler.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/net/eathena/npchandler.h b/src/net/eathena/npchandler.h
index 85c95e68e..96b1b5c87 100644
--- a/src/net/eathena/npchandler.h
+++ b/src/net/eathena/npchandler.h
@@ -67,6 +67,11 @@ class NpcHandler final : public MessageHandler, public Ea::NpcHandler
void completeProgressBar() const override final;
+ void produceMix(const int nameId,
+ const int materialId1,
+ const int materialId2,
+ const int materialId3) const override final;
+
int getNpc(Net::MessageIn &msg) override final;
protected: