diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-02-09 16:49:57 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-02-09 16:49:57 +0300 |
commit | 23ea6f137e33ba1158ec3e6783fe31435fcffe1f (patch) | |
tree | 245421bca38fad9ac728cccb77d7ff153826faa1 /src/net/eathena/protocol.h | |
parent | 2aef4c43560203a41ee2866245732fbfa2639a6d (diff) | |
download | plus-23ea6f137e33ba1158ec3e6783fe31435fcffe1f.tar.gz plus-23ea6f137e33ba1158ec3e6783fe31435fcffe1f.tar.bz2 plus-23ea6f137e33ba1158ec3e6783fe31435fcffe1f.tar.xz plus-23ea6f137e33ba1158ec3e6783fe31435fcffe1f.zip |
eathena: add packet SMSG_SEARCHSTORE_SEARCH_FAILED 0x0837.
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 cdff5a705..f58f4ff93 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -344,6 +344,7 @@ #define SMSG_CART_REMOVE 0x012b #define SMSG_SEARCHSTORE_SEARCH_ACK 0x0836 +#define SMSG_SEARCHSTORE_SEARCH_FAILED 0x0837 /********************************** * Packets from client to server * |