From 7a79a5fb19b07fe29112d28b8d74924e68aa007e Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 1 Mar 2015 18:20:08 +0300 Subject: Move sendSellRequest from ea namespace into eathena and tmwa. --- src/net/eathena/buysellhandler.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/net/eathena/buysellhandler.h') diff --git a/src/net/eathena/buysellhandler.h b/src/net/eathena/buysellhandler.h index 34e897178..5e09d0abe 100644 --- a/src/net/eathena/buysellhandler.h +++ b/src/net/eathena/buysellhandler.h @@ -49,6 +49,10 @@ class BuySellHandler final : public MessageHandler, public Ea::BuySellHandler const ShopItem *const item, const int amount) const override final; + void sendSellRequest(const std::string &nick, + const ShopItem *const item, + const int amount) const override final; + protected: static void processNpcBuy(Net::MessageIn &msg); -- cgit v1.2.3-60-g2f50