diff options
Diffstat (limited to 'src/net/eathena/auctionhandler.cpp')
-rw-r--r-- | src/net/eathena/auctionhandler.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/net/eathena/auctionhandler.cpp b/src/net/eathena/auctionhandler.cpp index 24c09f16a..709e15138 100644 --- a/src/net/eathena/auctionhandler.cpp +++ b/src/net/eathena/auctionhandler.cpp @@ -37,6 +37,11 @@ AuctionHandler::AuctionHandler() auctionHandler = this; } +AuctionHandler::~AuctionHandler() +{ + auctionHandler = nullptr; +} + void AuctionHandler::cancelReg() const { createOutPacket(CMSG_AUCTION_CANCEL_REG); |