diff options
Diffstat (limited to 'src/net/tmwa/auctionhandler.cpp')
-rw-r--r-- | src/net/tmwa/auctionhandler.cpp | 8 |
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 |