diff options
Diffstat (limited to 'src/net/eathena/auctionhandler.h')
-rw-r--r-- | src/net/eathena/auctionhandler.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/net/eathena/auctionhandler.h b/src/net/eathena/auctionhandler.h index df0f57e61..ea1b5b342 100644 --- a/src/net/eathena/auctionhandler.h +++ b/src/net/eathena/auctionhandler.h @@ -25,19 +25,15 @@ #include "net/auctionhandler.h" -#include "net/eathena/messagehandler.h" - namespace EAthena { -class AuctionHandler final : public MessageHandler, public Net::AuctionHandler +class AuctionHandler final : public Net::AuctionHandler { public: AuctionHandler(); A_DELETE_COPY(AuctionHandler) - void handleMessage(Net::MessageIn &msg) override final; - void cancelReg() const override final; void setItem(const Item *const item, |