summaryrefslogtreecommitdiff
path: root/src/net/eathena/buyingstorehandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-02-06 22:57:38 +0300
committerAndrei Karas <akaras@inbox.ru>2015-02-06 22:57:38 +0300
commit4cb9439d01c50141ce14e24180b50e20d17895d6 (patch)
tree03aea812492e94cb12dc50b1dd2f564905e1bf6b /src/net/eathena/buyingstorehandler.h
parent77f95ae5238aad4dbbdc88772929ca78fbfe0577 (diff)
downloadplus-4cb9439d01c50141ce14e24180b50e20d17895d6.tar.gz
plus-4cb9439d01c50141ce14e24180b50e20d17895d6.tar.bz2
plus-4cb9439d01c50141ce14e24180b50e20d17895d6.tar.xz
plus-4cb9439d01c50141ce14e24180b50e20d17895d6.zip
eathena: add packet SMSG_BUYINGSTORE_SELLER_SELL_FAILED 0x0824.
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 f66b097e8..f48373f03 100644
--- a/src/net/eathena/buyingstorehandler.h
+++ b/src/net/eathena/buyingstorehandler.h
@@ -70,6 +70,8 @@ class BuyingStoreHandler final : public MessageHandler,
static void processBuyingStoreReport(Net::MessageIn &msg);
static void processBuyingStoreDeleteItem(Net::MessageIn &msg);
+
+ static void processBuyingStoreSellerSellFailed(Net::MessageIn &msg);
};
} // namespace EAthena