summaryrefslogtreecommitdiff
path: root/src/net/eathena/auctionhandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-01-06 14:11:47 +0300
committerAndrei Karas <akaras@inbox.ru>2015-01-06 14:11:47 +0300
commit0af4d61628a0b1d8d697101578ee90d3e2f90ea9 (patch)
treea0c56cbadbb9b760b932133015e30cb3fea73d07 /src/net/eathena/auctionhandler.h
parentd9467cf2772464a05c08baabd3ffa3d9d396f2d6 (diff)
downloadmv-0af4d61628a0b1d8d697101578ee90d3e2f90ea9.tar.gz
mv-0af4d61628a0b1d8d697101578ee90d3e2f90ea9.tar.bz2
mv-0af4d61628a0b1d8d697101578ee90d3e2f90ea9.tar.xz
mv-0af4d61628a0b1d8d697101578ee90d3e2f90ea9.zip
eathena: add partial support for packet SMSG_AUCTION_CLOSE 0x025d.
Diffstat (limited to 'src/net/eathena/auctionhandler.h')
-rw-r--r--src/net/eathena/auctionhandler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/eathena/auctionhandler.h b/src/net/eathena/auctionhandler.h
index d784b5cf9..5cd5a4f43 100644
--- a/src/net/eathena/auctionhandler.h
+++ b/src/net/eathena/auctionhandler.h
@@ -49,6 +49,8 @@ class AuctionHandler final : public MessageHandler, public Net::AuctionHandler
static void processAuctionSetItem(Net::MessageIn &msg);
static void processAuctionMessage(Net::MessageIn &msg);
+
+ static void processAuctionClose(Net::MessageIn &msg);
};
} // namespace EAthena