diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-09 19:31:00 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-09 19:31:00 +0300 |
commit | e234316a0a46677f4523b7b91b5c1cdc22a4fea1 (patch) | |
tree | d62d94a5d365b284d4e179fba4b3c0399ffb4a7d /src/net/npchandler.h | |
parent | c2df86167db6b7a70ca9377b8a0953a2d3513cb8 (diff) | |
download | plus-e234316a0a46677f4523b7b91b5c1cdc22a4fea1.tar.gz plus-e234316a0a46677f4523b7b91b5c1cdc22a4fea1.tar.bz2 plus-e234316a0a46677f4523b7b91b5c1cdc22a4fea1.tar.xz plus-e234316a0a46677f4523b7b91b5c1cdc22a4fea1.zip |
eathena: add packet CMSG_NPC_PRODUCE_MIX 0x018e.
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 |