summaryrefslogtreecommitdiff
path: root/src/net/tmwa/auctionhandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/tmwa/auctionhandler.cpp')
-rw-r--r--src/net/tmwa/auctionhandler.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/net/tmwa/auctionhandler.cpp b/src/net/tmwa/auctionhandler.cpp
index a52a01b36..2c1dd981f 100644
--- a/src/net/tmwa/auctionhandler.cpp
+++ b/src/net/tmwa/auctionhandler.cpp
@@ -70,4 +70,11 @@ void AuctionHandler::bid(const int auctionId A_UNUSED,
{
}
+void AuctionHandler::search(const AuctionSearchType::Type type A_UNUSED,
+ const int auctionId A_UNUSED,
+ const std::string &text A_UNUSED,
+ const int page A_UNUSED) const
+{
+}
+
} // namespace TmwAthena