summaryrefslogtreecommitdiff
path: root/src/net/eathena/auctionhandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-01-06 13:56:17 +0300
committerAndrei Karas <akaras@inbox.ru>2015-01-06 13:56:17 +0300
commitd9467cf2772464a05c08baabd3ffa3d9d396f2d6 (patch)
treeb477298e0c370374065c7aa3bb2b90d79b473662 /src/net/eathena/auctionhandler.h
parent2452dcf6d7a55fbccccfd7ea426d0e976023a52a (diff)
downloadManaVerse-d9467cf2772464a05c08baabd3ffa3d9d396f2d6.tar.gz
ManaVerse-d9467cf2772464a05c08baabd3ffa3d9d396f2d6.tar.bz2
ManaVerse-d9467cf2772464a05c08baabd3ffa3d9d396f2d6.tar.xz
ManaVerse-d9467cf2772464a05c08baabd3ffa3d9d396f2d6.zip
eathena: add partial support for packet SMSG_AUCTION_MESSAGE 0x0250.
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 d1c4a2b53..d784b5cf9 100644
--- a/src/net/eathena/auctionhandler.h
+++ b/src/net/eathena/auctionhandler.h
@@ -47,6 +47,8 @@ class AuctionHandler final : public MessageHandler, public Net::AuctionHandler
static void processAuctionResults(Net::MessageIn &msg);
static void processAuctionSetItem(Net::MessageIn &msg);
+
+ static void processAuctionMessage(Net::MessageIn &msg);
};
} // namespace EAthena