diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-02-05 17:32:49 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-02-05 17:32:49 +0300 |
commit | d6c8bf2539488c986c8857263e379ee35b8b75a4 (patch) | |
tree | 03779354805ec894123ca4ba372b3973a2423f57 /src/net/eathena/buyingstorehandler.h | |
parent | b70f77df7ef4bd06b35511e17aa74fc3493dfcd9 (diff) | |
download | plus-d6c8bf2539488c986c8857263e379ee35b8b75a4.tar.gz plus-d6c8bf2539488c986c8857263e379ee35b8b75a4.tar.bz2 plus-d6c8bf2539488c986c8857263e379ee35b8b75a4.tar.xz plus-d6c8bf2539488c986c8857263e379ee35b8b75a4.zip |
eathena: add packet SMSG_BUYINGSTORE_OWN_ITEMS 0x0813.
Diffstat (limited to 'src/net/eathena/buyingstorehandler.h')
-rw-r--r-- | src/net/eathena/buyingstorehandler.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/eathena/buyingstorehandler.h b/src/net/eathena/buyingstorehandler.h index 790ebd751..a61074219 100644 --- a/src/net/eathena/buyingstorehandler.h +++ b/src/net/eathena/buyingstorehandler.h @@ -46,6 +46,8 @@ class BuyingStoreHandler final : public MessageHandler, static void processBuyingStoreOpen(Net::MessageIn &msg); static void processBuyingStoreCreateFailed(Net::MessageIn &msg); + + static void processBuyingStoreOwnItems(Net::MessageIn &msg); }; } // namespace EAthena |