diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-02-09 21:42:03 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-02-09 21:42:03 +0300 |
commit | 37d7bd3163ad58391df36363b6f0135c638fbeb8 (patch) | |
tree | a4a13cb66e13dd0e3576f77c6f17057fde2004d2 /src/net/eathena/protocol.h | |
parent | 76bbb31b1d9b1b8c22614ac91e765519194257d8 (diff) | |
download | plus-37d7bd3163ad58391df36363b6f0135c638fbeb8.tar.gz plus-37d7bd3163ad58391df36363b6f0135c638fbeb8.tar.bz2 plus-37d7bd3163ad58391df36363b6f0135c638fbeb8.tar.xz plus-37d7bd3163ad58391df36363b6f0135c638fbeb8.zip |
eathena: add partial support for packet SMSG_SEARCHSTORE_CLICK_ACK 0x083d.
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 1d34f158a..c285c5667 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -346,6 +346,7 @@ #define SMSG_SEARCHSTORE_SEARCH_ACK 0x0836 #define SMSG_SEARCHSTORE_SEARCH_FAILED 0x0837 #define SMSG_SEARCHSTORE_OPEN 0x083a +#define SMSG_SEARCHSTORE_CLICK_ACK 0x083d /********************************** * Packets from client to server * |