summaryrefslogtreecommitdiff
path: root/src/net/eathena/buyingstorehandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-02-06 21:55:38 +0300
committerAndrei Karas <akaras@inbox.ru>2015-02-06 21:55:38 +0300
commit23a6cfe6fd8af082d2bb296f3a5efae9d1f834c9 (patch)
tree0fdb35a7b33ad0ad6fac6a3ff76f9592fb3e555f /src/net/eathena/buyingstorehandler.h
parent97a8156a1252806f8789fb6d4ae333b0e4cf88f6 (diff)
downloadplus-23a6cfe6fd8af082d2bb296f3a5efae9d1f834c9.tar.gz
plus-23a6cfe6fd8af082d2bb296f3a5efae9d1f834c9.tar.bz2
plus-23a6cfe6fd8af082d2bb296f3a5efae9d1f834c9.tar.xz
plus-23a6cfe6fd8af082d2bb296f3a5efae9d1f834c9.zip
eathena: add partial support for packet SMSG_BUYINGSTORE_REPORT 0x081b.
Diffstat (limited to 'src/net/eathena/buyingstorehandler.h')
-rw-r--r--src/net/eathena/buyingstorehandler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/eathena/buyingstorehandler.h b/src/net/eathena/buyingstorehandler.h
index 906b68bf2..7dc516736 100644
--- a/src/net/eathena/buyingstorehandler.h
+++ b/src/net/eathena/buyingstorehandler.h
@@ -66,6 +66,8 @@ class BuyingStoreHandler final : public MessageHandler,
static void processBuyingStoreItemsList(Net::MessageIn &msg);
static void processBuyingStoreSellFailed(Net::MessageIn &msg);
+
+ static void processBuyingStoreReport(Net::MessageIn &msg);
};
} // namespace EAthena