summaryrefslogtreecommitdiff
path: root/src/net/tmwa/auctionhandler.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-01-06 22:18:08 +0300
committerAndrei Karas <akaras@inbox.ru>2015-01-06 22:18:08 +0300
commit6eb12f07e8d1c813e094097dd94bf4fc450bace3 (patch)
tree5820cfcc7ff00eb14eb881c4c2e390f67f5e6eba /src/net/tmwa/auctionhandler.cpp
parentd12294702a4abd46a3fab0f2ea5b9aa3f8ef824a (diff)
downloadplus-6eb12f07e8d1c813e094097dd94bf4fc450bace3.tar.gz
plus-6eb12f07e8d1c813e094097dd94bf4fc450bace3.tar.bz2
plus-6eb12f07e8d1c813e094097dd94bf4fc450bace3.tar.xz
plus-6eb12f07e8d1c813e094097dd94bf4fc450bace3.zip
eathena: add packet CMSG_AUCTION_BUY_SELL 0x025c.
Diffstat (limited to 'src/net/tmwa/auctionhandler.cpp')
-rw-r--r--src/net/tmwa/auctionhandler.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/net/tmwa/auctionhandler.cpp b/src/net/tmwa/auctionhandler.cpp
index 2c1dd981f..773c95f1d 100644
--- a/src/net/tmwa/auctionhandler.cpp
+++ b/src/net/tmwa/auctionhandler.cpp
@@ -77,4 +77,12 @@ void AuctionHandler::search(const AuctionSearchType::Type type A_UNUSED,
{
}
+void AuctionHandler::buy() const
+{
+}
+
+void AuctionHandler::sell() const
+{
+}
+
} // namespace TmwAthena