diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-09-12 17:55:15 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-09-12 17:55:15 +0300 |
commit | 8c687144e002aa39e5c2a01045756ad089041012 (patch) | |
tree | 62f701d4635394c1d8582a935afb8e05d1b18a9e /src/net/eathena | |
parent | 86d451e352abe27edca69107bc7cb380f4336aa9 (diff) | |
download | mv-8c687144e002aa39e5c2a01045756ad089041012.tar.gz mv-8c687144e002aa39e5c2a01045756ad089041012.tar.bz2 mv-8c687144e002aa39e5c2a01045756ad089041012.tar.xz mv-8c687144e002aa39e5c2a01045756ad089041012.zip |
Change client protocol version to 19.s20160912
Diffstat (limited to 'src/net/eathena')
-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 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 { |