diff options
Diffstat (limited to 'src/net/npchandler.h')
-rw-r--r-- | src/net/npchandler.h | 5 |
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 |