diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-02-13 19:40:34 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-02-13 19:40:34 +0300 |
commit | 201b3842582979ec23f611e8cf7bc0f433ac44e5 (patch) | |
tree | 19fff44eaa24bf842d95d44565e825ef2ba5dfc3 | |
parent | 869cb1c660310140f02a0b3804e02a2f3c4a0326 (diff) | |
download | plus-201b3842582979ec23f611e8cf7bc0f433ac44e5.tar.gz plus-201b3842582979ec23f611e8cf7bc0f433ac44e5.tar.bz2 plus-201b3842582979ec23f611e8cf7bc0f433ac44e5.tar.xz plus-201b3842582979ec23f611e8cf7bc0f433ac44e5.zip |
Change client protocol version to 24.
-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 6e1a81f9a..c36f5cb50 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 23 +#define CLIENT_PROTOCOL_VERSION 24 namespace EAthena { |