diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-04-07 13:40:22 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-04-07 13:40:22 +0300 |
commit | 402f8a5fe2b2b6cab271657e7d51c0f723f38ea8 (patch) | |
tree | 2e942fe78318afa6fe3421c7424d9a953f52bac0 /src/net/tmwa/network.h | |
parent | e31165ab48316e06202b6f6b0c631a287cfeb957 (diff) | |
download | plus-402f8a5fe2b2b6cab271657e7d51c0f723f38ea8.tar.gz plus-402f8a5fe2b2b6cab271657e7d51c0f723f38ea8.tar.bz2 plus-402f8a5fe2b2b6cab271657e7d51c0f723f38ea8.tar.xz plus-402f8a5fe2b2b6cab271657e7d51c0f723f38ea8.zip |
Send to tmw based server client version as 1.
Diffstat (limited to 'src/net/tmwa/network.h')
-rw-r--r-- | src/net/tmwa/network.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/tmwa/network.h b/src/net/tmwa/network.h index 45f3cfac6..4a554f9eb 100644 --- a/src/net/tmwa/network.h +++ b/src/net/tmwa/network.h @@ -40,6 +40,7 @@ * the protocol accordingly. */ #define CLIENT_PROTOCOL_VERSION 3 +#define CLIENT_TMW_PROTOCOL_VERSION 1 namespace TmwAthena { |