diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-02-06 21:55:38 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-02-06 21:55:38 +0300 |
commit | 23a6cfe6fd8af082d2bb296f3a5efae9d1f834c9 (patch) | |
tree | 0fdb35a7b33ad0ad6fac6a3ff76f9592fb3e555f /src/net/eathena/protocol.h | |
parent | 97a8156a1252806f8789fb6d4ae333b0e4cf88f6 (diff) | |
download | plus-23a6cfe6fd8af082d2bb296f3a5efae9d1f834c9.tar.gz plus-23a6cfe6fd8af082d2bb296f3a5efae9d1f834c9.tar.bz2 plus-23a6cfe6fd8af082d2bb296f3a5efae9d1f834c9.tar.xz plus-23a6cfe6fd8af082d2bb296f3a5efae9d1f834c9.zip |
eathena: add partial support for packet SMSG_BUYINGSTORE_REPORT 0x081b.
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 abf18a2f3..399b034cb 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -174,6 +174,7 @@ #define SMSG_BUYINGSTORE_HIDE_BOARD 0x0816 #define SMSG_BUYINGSTORE_ITEMS_LIST 0x0818 #define SMSG_BUYINGSTORE_SELL_FAILED 0x081a +#define SMSG_BUYINGSTORE_REPORT 0x081b // Receiving a request to trade #define SMSG_TRADE_REQUEST 0x01f4 |