diff options
Diffstat (limited to 'src/net/eathena/auctionhandler.h')
-rw-r--r-- | src/net/eathena/auctionhandler.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/eathena/auctionhandler.h b/src/net/eathena/auctionhandler.h index d784b5cf9..5cd5a4f43 100644 --- a/src/net/eathena/auctionhandler.h +++ b/src/net/eathena/auctionhandler.h @@ -49,6 +49,8 @@ class AuctionHandler final : public MessageHandler, public Net::AuctionHandler static void processAuctionSetItem(Net::MessageIn &msg); static void processAuctionMessage(Net::MessageIn &msg); + + static void processAuctionClose(Net::MessageIn &msg); }; } // namespace EAthena |