summaryrefslogtreecommitdiff
path: root/src/net/eathena/buysellhandler.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-03-01 18:20:08 +0300
committerAndrei Karas <akaras@inbox.ru>2015-03-01 18:20:08 +0300
commit7a79a5fb19b07fe29112d28b8d74924e68aa007e (patch)
tree13fb4fb88157e27aae0928ad539a27fb6026cfcf /src/net/eathena/buysellhandler.cpp
parenta91716af879291415679c807f6d2563fc078fdff (diff)
downloadManaVerse-7a79a5fb19b07fe29112d28b8d74924e68aa007e.tar.gz
ManaVerse-7a79a5fb19b07fe29112d28b8d74924e68aa007e.tar.bz2
ManaVerse-7a79a5fb19b07fe29112d28b8d74924e68aa007e.tar.xz
ManaVerse-7a79a5fb19b07fe29112d28b8d74924e68aa007e.zip
Move sendSellRequest 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 37cec5e1c..1d1b81788 100644
--- a/src/net/eathena/buysellhandler.cpp
+++ b/src/net/eathena/buysellhandler.cpp
@@ -142,4 +142,10 @@ void BuySellHandler::sendBuyRequest(const std::string &nick A_UNUSED,
{
}
+void BuySellHandler::sendSellRequest(const std::string &nick A_UNUSED,
+ const ShopItem *const item A_UNUSED,
+ const int amount A_UNUSED) const
+{
+}
+
} // namespace EAthena