diff options
Diffstat (limited to 'src/net/eathena/buysellhandler.h')
-rw-r--r-- | src/net/eathena/buysellhandler.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/net/eathena/buysellhandler.h b/src/net/eathena/buysellhandler.h index f28ba322e..34e897178 100644 --- a/src/net/eathena/buysellhandler.h +++ b/src/net/eathena/buysellhandler.h @@ -45,6 +45,10 @@ class BuySellHandler final : public MessageHandler, public Ea::BuySellHandler void requestBuyList(const std::string &nick) const override final; + void sendBuyRequest(const std::string &nick, + const ShopItem *const item, + const int amount) const override final; + protected: static void processNpcBuy(Net::MessageIn &msg); |