diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-01-23 18:26:41 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-01-23 18:26:41 +0300 |
commit | 7d60bf1c04fce4ed16144aece76e594e0e217960 (patch) | |
tree | d2831dcbbdf6b7bd3ad89a9e0571b25afa5caad0 /src/net/tmwa/network.h | |
parent | 20ffb556085e519f98a96f00257ee6b837116a8e (diff) | |
download | plus-7d60bf1c04fce4ed16144aece76e594e0e217960.tar.gz plus-7d60bf1c04fce4ed16144aece76e594e0e217960.tar.bz2 plus-7d60bf1c04fce4ed16144aece76e594e0e217960.tar.xz plus-7d60bf1c04fce4ed16144aece76e594e0e217960.zip |
Add support for request client language from server.
Diffstat (limited to 'src/net/tmwa/network.h')
-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 17a4f7370..c0ec6ef3c 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 4 +#define CLIENT_PROTOCOL_VERSION 5 #define CLIENT_TMW_PROTOCOL_VERSION 1 namespace TmwAthena |