summaryrefslogtreecommitdiff
path: root/src/net/eathena/buyingstorehandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-02-05 18:55:29 +0300
committerAndrei Karas <akaras@inbox.ru>2015-02-05 18:55:29 +0300
commitb99884f2536ee8c850f9957dac0ef73043693f92 (patch)
tree9af38379c0df830c9ae0bb314c1179670186b1a5 /src/net/eathena/buyingstorehandler.h
parent1ab01e47c19cea70b4ce9aa8ceb4e6eb3c273b08 (diff)
downloadplus-b99884f2536ee8c850f9957dac0ef73043693f92.tar.gz
plus-b99884f2536ee8c850f9957dac0ef73043693f92.tar.bz2
plus-b99884f2536ee8c850f9957dac0ef73043693f92.tar.xz
plus-b99884f2536ee8c850f9957dac0ef73043693f92.zip
eathena: add partial support for packet SMSG_BUYINGSTORE_HIDE_BOARD 0x0816
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 4e1d0dcd0..8d6fe4255 100644
--- a/src/net/eathena/buyingstorehandler.h
+++ b/src/net/eathena/buyingstorehandler.h
@@ -52,6 +52,8 @@ class BuyingStoreHandler final : public MessageHandler,
static void processBuyingStoreOwnItems(Net::MessageIn &msg);
static void processBuyingStoreShowBoard(Net::MessageIn &msg);
+
+ static void processBuyingStoreHideBoard(Net::MessageIn &msg);
};
} // namespace EAthena