summaryrefslogtreecommitdiff
path: root/src/net/eathena/buyingstorehandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-02-05 21:37:22 +0300
committerAndrei Karas <akaras@inbox.ru>2015-02-05 21:37:22 +0300
commit037a653c92fca6e34f6f27c05efe70b8d4d95178 (patch)
tree9ba89841f7672e77a871bb2265f691f9f3910628 /src/net/eathena/buyingstorehandler.h
parent6998289cd1f4650ad686731c6925e05b4c9fb82a (diff)
downloadplus-037a653c92fca6e34f6f27c05efe70b8d4d95178.tar.gz
plus-037a653c92fca6e34f6f27c05efe70b8d4d95178.tar.bz2
plus-037a653c92fca6e34f6f27c05efe70b8d4d95178.tar.xz
plus-037a653c92fca6e34f6f27c05efe70b8d4d95178.zip
eathena: add partial support for packet SMSG_BUYINGSTORE_ITEMS_LIST 0x0818
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 ae38bffa8..9c4e8a335 100644
--- a/src/net/eathena/buyingstorehandler.h
+++ b/src/net/eathena/buyingstorehandler.h
@@ -56,6 +56,8 @@ class BuyingStoreHandler final : public MessageHandler,
static void processBuyingStoreShowBoard(Net::MessageIn &msg);
static void processBuyingStoreHideBoard(Net::MessageIn &msg);
+
+ static void processBuyingStoreItemsList(Net::MessageIn &msg);
};
} // namespace EAthena