diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-02-09 18:53:28 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-02-09 18:53:28 +0300 |
commit | 020e34363763d9cd0d691ae3b3da1ead52defa4e (patch) | |
tree | f5a01d094696c5652a97f87a1b8cc8e8640939ed /src/net/eathena/protocol.h | |
parent | 43db029011d22270f4b0a6d94a13a7dca24291c3 (diff) | |
download | ManaVerse-020e34363763d9cd0d691ae3b3da1ead52defa4e.tar.gz ManaVerse-020e34363763d9cd0d691ae3b3da1ead52defa4e.tar.bz2 ManaVerse-020e34363763d9cd0d691ae3b3da1ead52defa4e.tar.xz ManaVerse-020e34363763d9cd0d691ae3b3da1ead52defa4e.zip |
eathena: add packet CMSG_SEARCHSTORE_CLOSE 0x083b.
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 a6e193ccc..1128172a0 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -567,5 +567,6 @@ #define CMSG_SEARCHSTORE_SEARCH 0x0819 #define CMSG_SEARCHSTORE_NEXT_PAGE 0x0940 +#define CMSG_SEARCHSTORE_CLOSE 0x083b #endif // NET_EATHENA_PROTOCOL_H |