diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-02-05 18:29:23 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-02-05 18:29:23 +0300 |
commit | d7299e26a1be102a1b742fcd5a2fb9cc2656f5e8 (patch) | |
tree | 16e6234a9ee2c55e9a3d5721d1906c90fda44e8e /src/net/eathena/protocol.h | |
parent | d6c8bf2539488c986c8857263e379ee35b8b75a4 (diff) | |
download | mv-d7299e26a1be102a1b742fcd5a2fb9cc2656f5e8.tar.gz mv-d7299e26a1be102a1b742fcd5a2fb9cc2656f5e8.tar.bz2 mv-d7299e26a1be102a1b742fcd5a2fb9cc2656f5e8.tar.xz mv-d7299e26a1be102a1b742fcd5a2fb9cc2656f5e8.zip |
eathena: add partial support for packet SMSG_BUYINGSTORE_SHOW_BOARD 0x0814
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 41d43bc2a..1f5d913a3 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -170,6 +170,7 @@ #define SMSG_BUYINGSTORE_OPEN 0x0810 #define SMSG_BUYINGSTORE_CREATE_FAILED 0x0812 #define SMSG_BUYINGSTORE_OWN_ITEMS 0x0813 +#define SMSG_BUYINGSTORE_SHOW_BOARD 0x0814 // Receiving a request to trade #define SMSG_TRADE_REQUEST 0x01f4 |