summaryrefslogtreecommitdiff
path: root/src/net/eathena/buyingstorehandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-09-24 11:39:45 +0300
committerAndrei Karas <akaras@inbox.ru>2014-09-24 11:39:45 +0300
commit0d588890a6cd3cc9034614504ae6f18b6c5f0682 (patch)
treebe3a3935ae3159f86b015570c64f1e3e055b376e /src/net/eathena/buyingstorehandler.h
parent03548e276d033939449abb9b3a94a57803a57964 (diff)
downloadplus-0d588890a6cd3cc9034614504ae6f18b6c5f0682.tar.gz
plus-0d588890a6cd3cc9034614504ae6f18b6c5f0682.tar.bz2
plus-0d588890a6cd3cc9034614504ae6f18b6c5f0682.tar.xz
plus-0d588890a6cd3cc9034614504ae6f18b6c5f0682.zip
eathena: add partial support for packet SMSG_BUYINGSTORE_OPEN 0x0810.
Diffstat (limited to 'src/net/eathena/buyingstorehandler.h')
-rw-r--r--src/net/eathena/buyingstorehandler.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/net/eathena/buyingstorehandler.h b/src/net/eathena/buyingstorehandler.h
index 0a0337939..2b64adf64 100644
--- a/src/net/eathena/buyingstorehandler.h
+++ b/src/net/eathena/buyingstorehandler.h
@@ -38,6 +38,9 @@ class BuyingStoreHandler final : public MessageHandler,
A_DELETE_COPY(BuyingStoreHandler)
void handleMessage(Net::MessageIn &msg) override final;
+
+ protected:
+ void processBuyingStoreOpen(Net::MessageIn &msg);
};
} // namespace EAthena