diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-02-06 19:59:04 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-02-06 19:59:04 +0300 |
commit | 97a8156a1252806f8789fb6d4ae333b0e4cf88f6 (patch) | |
tree | 81c686cb02a23b038318c6c131ee0162344b4ae7 /src/net/eathena/protocol.h | |
parent | e5a57674e9cd7502e13218d20d7067f2fb4d96f5 (diff) | |
download | ManaVerse-97a8156a1252806f8789fb6d4ae333b0e4cf88f6.tar.gz ManaVerse-97a8156a1252806f8789fb6d4ae333b0e4cf88f6.tar.bz2 ManaVerse-97a8156a1252806f8789fb6d4ae333b0e4cf88f6.tar.xz ManaVerse-97a8156a1252806f8789fb6d4ae333b0e4cf88f6.zip |
eathena: add packet SMSG_BUYINGSTORE_SELL_FAILED 0x081a.
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 4b2e2ae03..abf18a2f3 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -173,6 +173,7 @@ #define SMSG_BUYINGSTORE_SHOW_BOARD 0x0814 #define SMSG_BUYINGSTORE_HIDE_BOARD 0x0816 #define SMSG_BUYINGSTORE_ITEMS_LIST 0x0818 +#define SMSG_BUYINGSTORE_SELL_FAILED 0x081a // Receiving a request to trade #define SMSG_TRADE_REQUEST 0x01f4 |