summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2011-02-28 16:22:11 +0200
committerAndrei Karas <akaras@inbox.ru>2011-02-28 16:22:11 +0200
commitd59fc28844c92534c3c211cb971c0d21e6c54313 (patch)
treeee1f7bcc3c40e5854d7079705abb1258fcadec32 /src
parentdf5c7ae83a80db63ab90142df9e3a93f5ee630d0 (diff)
downloadplus-d59fc28844c92534c3c211cb971c0d21e6c54313.tar.gz
plus-d59fc28844c92534c3c211cb971c0d21e6c54313.tar.bz2
plus-d59fc28844c92534c3c211cb971c0d21e6c54313.tar.xz
plus-d59fc28844c92534c3c211cb971c0d21e6c54313.zip
Change client version to 3.
Diffstat (limited to 'src')
-rw-r--r--src/net/tmwa/network.h2
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
{