diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-02-09 18:40:26 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-02-09 18:40:26 +0300 |
commit | 66cb4abf50fe7bb07aaedf0488b25825e5c08165 (patch) | |
tree | 41960cb637f602888dc7627a643dfe9e0887532e /src/net/eathena/protocol.h | |
parent | 23ea6f137e33ba1158ec3e6783fe31435fcffe1f (diff) | |
download | plus-66cb4abf50fe7bb07aaedf0488b25825e5c08165.tar.gz plus-66cb4abf50fe7bb07aaedf0488b25825e5c08165.tar.bz2 plus-66cb4abf50fe7bb07aaedf0488b25825e5c08165.tar.xz plus-66cb4abf50fe7bb07aaedf0488b25825e5c08165.zip |
eathena: add packet CMSG_SEARCHSTORE_NEXT_PAGE 0x0940.
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 f58f4ff93..20df3a5c0 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -565,5 +565,6 @@ #define CMSG_BUYINGSTORE_SELL 0x0811 #define CMSG_SEARCHSTORE_SEARCH 0x0819 +#define CMSG_SEARCHSTORE_NEXT_PAGE 0x0940 #endif // NET_EATHENA_PROTOCOL_H |