summaryrefslogtreecommitdiff
path: root/src/net/eathena/auctionhandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-10-14 13:09:20 +0300
committerAndrei Karas <akaras@inbox.ru>2014-10-14 13:09:20 +0300
commit83679d661c29e6e861375c329fa6618365f417c8 (patch)
tree957fe1ad8c861c7a7db39903498e2e4c40de4a59 /src/net/eathena/auctionhandler.h
parent470f883b5701b74ae956f02f1b91ac7e584776b2 (diff)
downloadManaVerse-83679d661c29e6e861375c329fa6618365f417c8.tar.gz
ManaVerse-83679d661c29e6e861375c329fa6618365f417c8.tar.bz2
ManaVerse-83679d661c29e6e861375c329fa6618365f417c8.tar.xz
ManaVerse-83679d661c29e6e861375c329fa6618365f417c8.zip
eathena: add partial support for packet SMSG_AUCTION_OPEN_WINDOW 0x025f.
Diffstat (limited to 'src/net/eathena/auctionhandler.h')
-rw-r--r--src/net/eathena/auctionhandler.h3
1 files changed, 3 insertions, 0 deletions
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