summaryrefslogtreecommitdiff
path: root/src/net/auctionhandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-01-06 13:50:52 +0300
committerAndrei Karas <akaras@inbox.ru>2015-01-06 13:50:52 +0300
commit2452dcf6d7a55fbccccfd7ea426d0e976023a52a (patch)
tree3c8a5b9456ec215208b4bef61289a08b30eb0098 /src/net/auctionhandler.h
parent0335e7660cd45d85cbd912510b9d2967bdba553d (diff)
downloadplus-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/auctionhandler.h')
-rw-r--r--src/net/auctionhandler.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/net/auctionhandler.h b/src/net/auctionhandler.h
index 75da1ca2e..b449faa31 100644
--- a/src/net/auctionhandler.h
+++ b/src/net/auctionhandler.h
@@ -25,6 +25,8 @@
#include "localconsts.h"
+class Item;
+
namespace Net
{
@@ -35,6 +37,9 @@ class AuctionHandler notfinal
{ }
virtual void cancelRequest() const = 0;
+
+ virtual void setItem(const Item *const item,
+ const int amount) const = 0;
};
} // namespace Net