diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-01-06 15:08:22 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-01-06 15:08:22 +0300 |
commit | 4002c63e4164fa496038dee0e9cad2f5e1598772 (patch) | |
tree | 7edffccbbb5148d68e660f7642cd41e51ea21bc9 /src/net/auctionhandler.h | |
parent | 4028eee767414d73a4937dd61eea8d138e2a7b9e (diff) | |
download | plus-4002c63e4164fa496038dee0e9cad2f5e1598772.tar.gz plus-4002c63e4164fa496038dee0e9cad2f5e1598772.tar.bz2 plus-4002c63e4164fa496038dee0e9cad2f5e1598772.tar.xz plus-4002c63e4164fa496038dee0e9cad2f5e1598772.zip |
eathena: add packet CMSG_AUCTION_CLOSE 0x025d.
Diffstat (limited to 'src/net/auctionhandler.h')
-rw-r--r-- | src/net/auctionhandler.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/auctionhandler.h b/src/net/auctionhandler.h index b8b51b7f1..b803f6bf6 100644 --- a/src/net/auctionhandler.h +++ b/src/net/auctionhandler.h @@ -46,6 +46,8 @@ class AuctionHandler notfinal const int hours) const = 0; virtual void cancel(const int auctionId) const = 0; + + virtual void close(const int auctionId) const = 0; }; } // namespace Net |