From 83679d661c29e6e861375c329fa6618365f417c8 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 14 Oct 2014 13:09:20 +0300 Subject: eathena: add partial support for packet SMSG_AUCTION_OPEN_WINDOW 0x025f. --- src/net/eathena/auctionhandler.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/net/eathena/auctionhandler.h') diff --git a/src/net/eathena/auctionhandler.h b/src/net/eathena/auctionhandler.h index b7e797cc6..2f2d11894 100644 --- a/src/net/eathena/auctionhandler.h +++ b/src/net/eathena/auctionhandler.h @@ -35,6 +35,9 @@ class AuctionHandler final : public MessageHandler, public Net::AuctionHandler A_DELETE_COPY(AuctionHandler) void handleMessage(Net::MessageIn &msg) override final; + + protected: + void processOpenWindow(Net::MessageIn &msg); }; } // namespace EAthena -- cgit v1.2.3-60-g2f50