From bc815d9c4667734c9855a83e71d963c3bd740145 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 5 Feb 2015 22:58:06 +0300 Subject: eathena: add packet CMSG_BUYINGSTORE_SELL 0x0811. --- src/net/eathena/buyingstorehandler.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/net/eathena/buyingstorehandler.h') diff --git a/src/net/eathena/buyingstorehandler.h b/src/net/eathena/buyingstorehandler.h index 9c4e8a335..e13ed5731 100644 --- a/src/net/eathena/buyingstorehandler.h +++ b/src/net/eathena/buyingstorehandler.h @@ -46,6 +46,12 @@ class BuyingStoreHandler final : public MessageHandler, void open(const Being *const being) const override final; + void sell(const Being *const being, + const int storeId, + const int index, + const int itemId, + const int amount) const override final; + protected: static void processBuyingStoreOpen(Net::MessageIn &msg); -- cgit v1.2.3-60-g2f50