diff options
author | Andrei Karas <akaras@inbox.ru> | 2019-05-15 19:29:50 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2019-05-15 19:29:50 +0300 |
commit | b4f5251b73934b314c13af73833e76823bd53d28 (patch) | |
tree | 027f4613f94e08ee9d5d09e2a3747aa59241e913 /src/net/eathena/network.h | |
parent | 28155aa478caf68fc5d73e2c38a48ba94c3ecbef (diff) | |
download | plus-b4f5251b73934b314c13af73833e76823bd53d28.tar.gz plus-b4f5251b73934b314c13af73833e76823bd53d28.tar.bz2 plus-b4f5251b73934b314c13af73833e76823bd53d28.tar.xz plus-b4f5251b73934b314c13af73833e76823bd53d28.zip |
Change protocol version to 26
Diffstat (limited to 'src/net/eathena/network.h')
-rw-r--r-- | src/net/eathena/network.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/eathena/network.h b/src/net/eathena/network.h index 24675b05c..f1e8c4830 100644 --- a/src/net/eathena/network.h +++ b/src/net/eathena/network.h @@ -29,7 +29,7 @@ * Protocol version, reported to the eAthena char and mapserver who can adjust * the protocol accordingly. */ -#define CLIENT_PROTOCOL_VERSION 25 +#define CLIENT_PROTOCOL_VERSION 26 namespace EAthena { |