diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-02-09 15:56:35 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-02-09 15:56:35 +0300 |
commit | 4ae0cd0b3838cc3354702af2ca6d669a91afdd8d (patch) | |
tree | dbe404305af741b10114b2b9fd0a618a53dbed90 /src/net/eathena/protocol.h | |
parent | 49540a3cac67413e8639ba371782e3635ece74df (diff) | |
download | plus-4ae0cd0b3838cc3354702af2ca6d669a91afdd8d.tar.gz plus-4ae0cd0b3838cc3354702af2ca6d669a91afdd8d.tar.bz2 plus-4ae0cd0b3838cc3354702af2ca6d669a91afdd8d.tar.xz plus-4ae0cd0b3838cc3354702af2ca6d669a91afdd8d.zip |
eathena: add packet CMSG_SEARCHSTORE_SEARCH 0x0819.
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 640db8a78..a214674ed 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -561,4 +561,6 @@ #define CMSG_BUYINGSTORE_OPEN 0x0360 #define CMSG_BUYINGSTORE_SELL 0x0811 +#define CMSG_SEARCHSTORE_SEARCH 0x0819 + #endif // NET_EATHENA_PROTOCOL_H |