summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-08-11 00:24:37 +0300
committerAndrei Karas <akaras@inbox.ru>2017-08-11 00:24:37 +0300
commit2265e3b3558a06e2145a67c4ee517487ca47c81c (patch)
tree68e1babd07989f005028cc70f62c70176d578a99
parenta12b573538c7816ba3f79cc0c67fc98614e1fdc2 (diff)
downloadplus-2265e3b3558a06e2145a67c4ee517487ca47c81c.tar.gz
plus-2265e3b3558a06e2145a67c4ee517487ca47c81c.tar.bz2
plus-2265e3b3558a06e2145a67c4ee517487ca47c81c.tar.xz
plus-2265e3b3558a06e2145a67c4ee517487ca47c81c.zip
change client packet version to 23.
-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 6ca6a4d56..acd377be3 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 22
+#define CLIENT_PROTOCOL_VERSION 23
namespace EAthena
{