diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-02-06 22:13:01 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-02-06 22:13:01 +0300 |
commit | 77f95ae5238aad4dbbdc88772929ca78fbfe0577 (patch) | |
tree | d15c235af2071b3efcd6558488e77be7846c1836 /src/net/eathena/buyingstorehandler.h | |
parent | 23a6cfe6fd8af082d2bb296f3a5efae9d1f834c9 (diff) | |
download | plus-77f95ae5238aad4dbbdc88772929ca78fbfe0577.tar.gz plus-77f95ae5238aad4dbbdc88772929ca78fbfe0577.tar.bz2 plus-77f95ae5238aad4dbbdc88772929ca78fbfe0577.tar.xz plus-77f95ae5238aad4dbbdc88772929ca78fbfe0577.zip |
eathena: add partial support for packet SMSG_BUYINGSTORE_DELETE_ITEM 0x081c.
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 7dc516736..f66b097e8 100644 --- a/src/net/eathena/buyingstorehandler.h +++ b/src/net/eathena/buyingstorehandler.h @@ -68,6 +68,8 @@ class BuyingStoreHandler final : public MessageHandler, static void processBuyingStoreSellFailed(Net::MessageIn &msg); static void processBuyingStoreReport(Net::MessageIn &msg); + + static void processBuyingStoreDeleteItem(Net::MessageIn &msg); }; } // namespace EAthena |