diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-24 11:39:45 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-24 11:39:45 +0300 |
commit | 0d588890a6cd3cc9034614504ae6f18b6c5f0682 (patch) | |
tree | be3a3935ae3159f86b015570c64f1e3e055b376e /src/net/eathena/protocol.h | |
parent | 03548e276d033939449abb9b3a94a57803a57964 (diff) | |
download | plus-0d588890a6cd3cc9034614504ae6f18b6c5f0682.tar.gz plus-0d588890a6cd3cc9034614504ae6f18b6c5f0682.tar.bz2 plus-0d588890a6cd3cc9034614504ae6f18b6c5f0682.tar.xz plus-0d588890a6cd3cc9034614504ae6f18b6c5f0682.zip |
eathena: add partial support for packet SMSG_BUYINGSTORE_OPEN 0x0810.
Diffstat (limited to 'src/net/eathena/protocol.h')
-rw-r--r-- | src/net/eathena/protocol.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/eathena/protocol.h b/src/net/eathena/protocol.h index 5c57a7643..3fa1bbb5c 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -138,6 +138,8 @@ #define SMSG_GM_CHAT2 0x01c3 #define SMSG_WALK_RESPONSE 0x0087 +#define SMSG_BUYINGSTORE_OPEN 0x0810 + // Receiving a request to trade #define SMSG_TRADE_REQUEST 0x01f4 #define SMSG_TRADE_RESPONSE 0x00e7 |