summaryrefslogtreecommitdiff
path: root/src/net/auctionhandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-01-06 15:01:26 +0300
committerAndrei Karas <akaras@inbox.ru>2015-01-06 15:01:26 +0300
commit4028eee767414d73a4937dd61eea8d138e2a7b9e (patch)
tree5458292645c384a1e7a12c1b6b263a17f696ca59 /src/net/auctionhandler.h
parent773f760bc1a308152265c40161789d8ae318aba4 (diff)
downloadplus-4028eee767414d73a4937dd61eea8d138e2a7b9e.tar.gz
plus-4028eee767414d73a4937dd61eea8d138e2a7b9e.tar.bz2
plus-4028eee767414d73a4937dd61eea8d138e2a7b9e.tar.xz
plus-4028eee767414d73a4937dd61eea8d138e2a7b9e.zip
eathena: add packet CMSG_AUCTION_CANCEL 0x024e.
Diffstat (limited to 'src/net/auctionhandler.h')
-rw-r--r--src/net/auctionhandler.h2
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