summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-02-13 19:40:34 +0300
committerAndrei Karas <akaras@inbox.ru>2018-02-13 19:40:34 +0300
commit201b3842582979ec23f611e8cf7bc0f433ac44e5 (patch)
tree19fff44eaa24bf842d95d44565e825ef2ba5dfc3
parent869cb1c660310140f02a0b3804e02a2f3c4a0326 (diff)
downloadManaVerse-201b3842582979ec23f611e8cf7bc0f433ac44e5.tar.gz
ManaVerse-201b3842582979ec23f611e8cf7bc0f433ac44e5.tar.bz2
ManaVerse-201b3842582979ec23f611e8cf7bc0f433ac44e5.tar.xz
ManaVerse-201b3842582979ec23f611e8cf7bc0f433ac44e5.zip
Change client protocol version to 24.
-rw-r--r--src/net/eathena/network.h2
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
{