diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-01-07 15:34:58 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-01-07 15:34:58 +0300 |
commit | 64ed5cd18dca0d5eb08302d552a09f03d9ceeb10 (patch) | |
tree | b608836a222dc7af4c5d9e4da0af01717ca28b12 /src/net/eathena/vendinghandler.h | |
parent | 9f37c6e32dedd9b91aae09038de5e3fa1ab84513 (diff) | |
download | mv-64ed5cd18dca0d5eb08302d552a09f03d9ceeb10.tar.gz mv-64ed5cd18dca0d5eb08302d552a09f03d9ceeb10.tar.bz2 mv-64ed5cd18dca0d5eb08302d552a09f03d9ceeb10.tar.xz mv-64ed5cd18dca0d5eb08302d552a09f03d9ceeb10.zip |
eathena: add packet CMSG_VENDING_BUY2 0x0801.
Diffstat (limited to 'src/net/eathena/vendinghandler.h')
-rw-r--r-- | src/net/eathena/vendinghandler.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/net/eathena/vendinghandler.h b/src/net/eathena/vendinghandler.h index ef18f4ce2..e14ca0596 100644 --- a/src/net/eathena/vendinghandler.h +++ b/src/net/eathena/vendinghandler.h @@ -45,6 +45,11 @@ class VendingHandler final : public MessageHandler, const int index, const int amount) const override final; + void buy2(const Being *const being, + const int vendId, + const int index, + const int amount) const override final; + protected: static void processOpenReq(Net::MessageIn &msg); |