summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-09-12 17:55:15 +0300
committerAndrei Karas <akaras@inbox.ru>2016-09-12 17:55:15 +0300
commit8c687144e002aa39e5c2a01045756ad089041012 (patch)
tree62f701d4635394c1d8582a935afb8e05d1b18a9e
parent86d451e352abe27edca69107bc7cb380f4336aa9 (diff)
downloadplus-s20160912.tar.gz
plus-s20160912.tar.bz2
plus-s20160912.tar.xz
plus-s20160912.zip
Change client protocol version to 19.s20160912
-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 402e9b053..429603237 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 18
+#define CLIENT_PROTOCOL_VERSION 19
namespace EAthena
{