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/protocol.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/protocol.h')
-rw-r--r-- | src/net/eathena/protocol.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/eathena/protocol.h b/src/net/eathena/protocol.h index 399b034cb..6a5860d0e 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -175,6 +175,7 @@ #define SMSG_BUYINGSTORE_ITEMS_LIST 0x0818 #define SMSG_BUYINGSTORE_SELL_FAILED 0x081a #define SMSG_BUYINGSTORE_REPORT 0x081b +#define SMSG_BUYINGSTORE_DELETE_ITEM 0x081c // Receiving a request to trade #define SMSG_TRADE_REQUEST 0x01f4 |