summaryrefslogtreecommitdiff
path: root/src/net/eathena/buysellhandler.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-03-01 18:07:04 +0300
committerAndrei Karas <akaras@inbox.ru>2015-03-01 18:07:04 +0300
commita91716af879291415679c807f6d2563fc078fdff (patch)
treee5dfe46798788223e3e972ecc2d677ebcf191057 /src/net/eathena/buysellhandler.cpp
parent582ca3b9024277fa845aa7d5fd180b9c304b3513 (diff)
downloadManaVerse-a91716af879291415679c807f6d2563fc078fdff.tar.gz
ManaVerse-a91716af879291415679c807f6d2563fc078fdff.tar.bz2
ManaVerse-a91716af879291415679c807f6d2563fc078fdff.tar.xz
ManaVerse-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.cpp6
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