diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-02-09 16:14:00 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-02-09 16:14:00 +0300 |
commit | 2aef4c43560203a41ee2866245732fbfa2639a6d (patch) | |
tree | 10a3d2f9b03f6772faa512a034bb38dd0a5c2661 /src/net/eathena/protocol.h | |
parent | 4ae0cd0b3838cc3354702af2ca6d669a91afdd8d (diff) | |
download | plus-2aef4c43560203a41ee2866245732fbfa2639a6d.tar.gz plus-2aef4c43560203a41ee2866245732fbfa2639a6d.tar.bz2 plus-2aef4c43560203a41ee2866245732fbfa2639a6d.tar.xz plus-2aef4c43560203a41ee2866245732fbfa2639a6d.zip |
eathena: add partial support for packet SMSG_SEARCHSTORE_SEARCH_ACK 0x0836.
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 a214674ed..cdff5a705 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -343,6 +343,8 @@ #define SMSG_CART_INFO 0x0121 #define SMSG_CART_REMOVE 0x012b +#define SMSG_SEARCHSTORE_SEARCH_ACK 0x0836 + /********************************** * Packets from client to server * **********************************/ |