diff options
Diffstat (limited to 'src/net/tmwa/auctionhandler.cpp')
-rw-r--r-- | src/net/tmwa/auctionhandler.cpp | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/src/net/tmwa/auctionhandler.cpp b/src/net/tmwa/auctionhandler.cpp index e63b76a00..91fa7116f 100644 --- a/src/net/tmwa/auctionhandler.cpp +++ b/src/net/tmwa/auctionhandler.cpp @@ -27,21 +27,11 @@ extern Net::AuctionHandler *auctionHandler; namespace TmwAthena { -AuctionHandler::AuctionHandler() : - MessageHandler() +AuctionHandler::AuctionHandler() { - static const uint16_t _messages[] = - { - 0 - }; - handledMessages = _messages; auctionHandler = this; } -void AuctionHandler::handleMessage(Net::MessageIn &msg A_UNUSED) -{ -} - void AuctionHandler::cancelReg() const { } |