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/buyingstorehandler.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/net/buyingstorehandler.h') diff --git a/src/net/buyingstorehandler.h b/src/net/buyingstorehandler.h index 984fd0d98..856f2ad3d 100644 --- a/src/net/buyingstorehandler.h +++ b/src/net/buyingstorehandler.h @@ -46,6 +46,12 @@ class BuyingStoreHandler notfinal std::vector &items) const = 0; virtual void close() const = 0; + + virtual void sell(const Being *const being, + const int storeId, + const int index, + const int itemId, + const int amount) const = 0; }; } // namespace Net -- cgit v1.2.3-70-g09d2