diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-08-11 00:24:37 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-08-11 00:24:37 +0300 |
commit | 2265e3b3558a06e2145a67c4ee517487ca47c81c (patch) | |
tree | 68e1babd07989f005028cc70f62c70176d578a99 /src/net | |
parent | a12b573538c7816ba3f79cc0c67fc98614e1fdc2 (diff) | |
download | plus-2265e3b3558a06e2145a67c4ee517487ca47c81c.tar.gz plus-2265e3b3558a06e2145a67c4ee517487ca47c81c.tar.bz2 plus-2265e3b3558a06e2145a67c4ee517487ca47c81c.tar.xz plus-2265e3b3558a06e2145a67c4ee517487ca47c81c.zip |
change client packet version to 23.
Diffstat (limited to 'src/net')
-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 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 { |