diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-01-06 15:01:26 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-01-06 15:01:26 +0300 |
commit | 4028eee767414d73a4937dd61eea8d138e2a7b9e (patch) | |
tree | 5458292645c384a1e7a12c1b6b263a17f696ca59 /src/net/auctionhandler.h | |
parent | 773f760bc1a308152265c40161789d8ae318aba4 (diff) | |
download | mv-4028eee767414d73a4937dd61eea8d138e2a7b9e.tar.gz mv-4028eee767414d73a4937dd61eea8d138e2a7b9e.tar.bz2 mv-4028eee767414d73a4937dd61eea8d138e2a7b9e.tar.xz mv-4028eee767414d73a4937dd61eea8d138e2a7b9e.zip |
eathena: add packet CMSG_AUCTION_CANCEL 0x024e.
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 a53815462..b8b51b7f1 100644 --- a/src/net/auctionhandler.h +++ b/src/net/auctionhandler.h @@ -44,6 +44,8 @@ class AuctionHandler notfinal virtual void reg(const int currentPrice, const int maxPrice, const int hours) const = 0; + + virtual void cancel(const int auctionId) const = 0; }; } // namespace Net |