diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-03-01 18:07:04 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-03-01 18:07:04 +0300 |
commit | a91716af879291415679c807f6d2563fc078fdff (patch) | |
tree | e5dfe46798788223e3e972ecc2d677ebcf191057 /src/net/eathena/buysellhandler.cpp | |
parent | 582ca3b9024277fa845aa7d5fd180b9c304b3513 (diff) | |
download | mv-a91716af879291415679c807f6d2563fc078fdff.tar.gz mv-a91716af879291415679c807f6d2563fc078fdff.tar.bz2 mv-a91716af879291415679c807f6d2563fc078fdff.tar.xz mv-a91716af879291415679c807f6d2563fc078fdff.zip |
Move sendBuyRequest from ea namespace into eathena and tmwa.
Diffstat (limited to 'src/net/eathena/buysellhandler.cpp')
-rw-r--r-- | src/net/eathena/buysellhandler.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/net/eathena/buysellhandler.cpp b/src/net/eathena/buysellhandler.cpp index 1caead3c7..37cec5e1c 100644 --- a/src/net/eathena/buysellhandler.cpp +++ b/src/net/eathena/buysellhandler.cpp @@ -136,4 +136,10 @@ void BuySellHandler::requestBuyList(const std::string &nick A_UNUSED) const { } +void BuySellHandler::sendBuyRequest(const std::string &nick A_UNUSED, + const ShopItem *const item A_UNUSED, + const int amount A_UNUSED) const +{ +} + } // namespace EAthena |