diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-02-06 22:57:38 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-02-06 22:57:38 +0300 |
commit | 4cb9439d01c50141ce14e24180b50e20d17895d6 (patch) | |
tree | 03aea812492e94cb12dc50b1dd2f564905e1bf6b /src/net/eathena/protocol.h | |
parent | 77f95ae5238aad4dbbdc88772929ca78fbfe0577 (diff) | |
download | plus-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/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 6a5860d0e..640db8a78 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -176,6 +176,7 @@ #define SMSG_BUYINGSTORE_SELL_FAILED 0x081a #define SMSG_BUYINGSTORE_REPORT 0x081b #define SMSG_BUYINGSTORE_DELETE_ITEM 0x081c +#define SMSG_BUYINGSTORE_SELLER_SELL_FAILED 0x0824 // Receiving a request to trade #define SMSG_TRADE_REQUEST 0x01f4 |