diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-01-06 22:18:08 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-01-06 22:18:08 +0300 |
commit | 6eb12f07e8d1c813e094097dd94bf4fc450bace3 (patch) | |
tree | 5820cfcc7ff00eb14eb881c4c2e390f67f5e6eba /src/net/eathena/auctionhandler.h | |
parent | d12294702a4abd46a3fab0f2ea5b9aa3f8ef824a (diff) | |
download | plus-6eb12f07e8d1c813e094097dd94bf4fc450bace3.tar.gz plus-6eb12f07e8d1c813e094097dd94bf4fc450bace3.tar.bz2 plus-6eb12f07e8d1c813e094097dd94bf4fc450bace3.tar.xz plus-6eb12f07e8d1c813e094097dd94bf4fc450bace3.zip |
eathena: add packet CMSG_AUCTION_BUY_SELL 0x025c.
Diffstat (limited to 'src/net/eathena/auctionhandler.h')
-rw-r--r-- | src/net/eathena/auctionhandler.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/net/eathena/auctionhandler.h b/src/net/eathena/auctionhandler.h index de2574e4b..c393a6798 100644 --- a/src/net/eathena/auctionhandler.h +++ b/src/net/eathena/auctionhandler.h @@ -57,6 +57,10 @@ class AuctionHandler final : public MessageHandler, public Net::AuctionHandler const std::string &text, const int page) const override final; + void buy() const override final; + + void sell() const override final; + protected: static void processOpenWindow(Net::MessageIn &msg); |