diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-07-24 21:37:03 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-07-29 16:12:41 +0300 |
commit | 9234bf25b145995d5395f98a1f5dd030783d25d6 (patch) | |
tree | 3f679edc308488057dc5d044698c053de6b4e36c /src/net/tmwa/network.h | |
parent | 2f351b828f4155f93566d685eb99416e32cba7d0 (diff) | |
download | plus-9234bf25b145995d5395f98a1f5dd030783d25d6.tar.gz plus-9234bf25b145995d5395f98a1f5dd030783d25d6.tar.bz2 plus-9234bf25b145995d5395f98a1f5dd030783d25d6.tar.xz plus-9234bf25b145995d5395f98a1f5dd030783d25d6.zip |
Add quests netcode and quests window.
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 03f24839b..2c9e0de0d 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 6 +#define CLIENT_PROTOCOL_VERSION 7 #define CLIENT_TMW_PROTOCOL_VERSION 1 namespace TmwAthena |