diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-02-28 16:22:11 +0200 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-02-28 16:22:11 +0200 |
commit | d59fc28844c92534c3c211cb971c0d21e6c54313 (patch) | |
tree | ee1f7bcc3c40e5854d7079705abb1258fcadec32 /src/net | |
parent | df5c7ae83a80db63ab90142df9e3a93f5ee630d0 (diff) | |
download | plus-d59fc28844c92534c3c211cb971c0d21e6c54313.tar.gz plus-d59fc28844c92534c3c211cb971c0d21e6c54313.tar.bz2 plus-d59fc28844c92534c3c211cb971c0d21e6c54313.tar.xz plus-d59fc28844c92534c3c211cb971c0d21e6c54313.zip |
Change client version to 3.
Diffstat (limited to 'src/net')
-rw-r--r-- | src/net/tmwa/network.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/tmwa/network.h b/src/net/tmwa/network.h index 3202282ae..45f3cfac6 100644 --- a/src/net/tmwa/network.h +++ b/src/net/tmwa/network.h @@ -39,7 +39,7 @@ * Protocol version, reported to the eAthena char and mapserver who can adjust * the protocol accordingly. */ -#define CLIENT_PROTOCOL_VERSION 2 +#define CLIENT_PROTOCOL_VERSION 3 namespace TmwAthena { |