diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-03-01 18:20:08 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-03-01 18:20:08 +0300 |
commit | 7a79a5fb19b07fe29112d28b8d74924e68aa007e (patch) | |
tree | 13fb4fb88157e27aae0928ad539a27fb6026cfcf /src/net/eathena/buysellhandler.h | |
parent | a91716af879291415679c807f6d2563fc078fdff (diff) | |
download | plus-7a79a5fb19b07fe29112d28b8d74924e68aa007e.tar.gz plus-7a79a5fb19b07fe29112d28b8d74924e68aa007e.tar.bz2 plus-7a79a5fb19b07fe29112d28b8d74924e68aa007e.tar.xz plus-7a79a5fb19b07fe29112d28b8d74924e68aa007e.zip |
Move sendSellRequest from ea namespace into eathena and tmwa.
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 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); |