diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-01-06 13:50:52 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-01-06 13:50:52 +0300 |
commit | 2452dcf6d7a55fbccccfd7ea426d0e976023a52a (patch) | |
tree | 3c8a5b9456ec215208b4bef61289a08b30eb0098 /src/net/tmwa/auctionhandler.h | |
parent | 0335e7660cd45d85cbd912510b9d2967bdba553d (diff) | |
download | plus-2452dcf6d7a55fbccccfd7ea426d0e976023a52a.tar.gz plus-2452dcf6d7a55fbccccfd7ea426d0e976023a52a.tar.bz2 plus-2452dcf6d7a55fbccccfd7ea426d0e976023a52a.tar.xz plus-2452dcf6d7a55fbccccfd7ea426d0e976023a52a.zip |
eathena: add packet CMSG_AUCTION_SET_ITEM 0x024c.
Diffstat (limited to 'src/net/tmwa/auctionhandler.h')
-rw-r--r-- | src/net/tmwa/auctionhandler.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/net/tmwa/auctionhandler.h b/src/net/tmwa/auctionhandler.h index c3c624ea4..873d987e3 100644 --- a/src/net/tmwa/auctionhandler.h +++ b/src/net/tmwa/auctionhandler.h @@ -38,6 +38,9 @@ class AuctionHandler final : public MessageHandler, public Net::AuctionHandler void handleMessage(Net::MessageIn &msg) override final; void cancelRequest() const override final; + + void setItem(const Item *const item, + const int amount) const override final; }; } // namespace TmwAthena |