summaryrefslogtreecommitdiff
path: root/src/net/npchandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/npchandler.h')
-rw-r--r--src/net/npchandler.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/net/npchandler.h b/src/net/npchandler.h
index 4412a49f8..13942b80b 100644
--- a/src/net/npchandler.h
+++ b/src/net/npchandler.h
@@ -69,6 +69,11 @@ class NpcHandler notfinal
virtual void endShopping(const int beingId) const = 0;
virtual void completeProgressBar() const = 0;
+
+ virtual void produceMix(const int nameId,
+ const int materialId1,
+ const int materialId2,
+ const int materialId3) const = 0;
};
} // namespace Net