summaryrefslogtreecommitdiff
path: root/src/net/tmwa/network.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2011-02-15 03:36:25 +0200
committerAndrei Karas <akaras@inbox.ru>2011-02-15 03:36:25 +0200
commitcd7790c3220e75019c6d34185682df6d0251408b (patch)
tree38512dbcf5cc803b4ca55f9f882af6bb7c35c73f /src/net/tmwa/network.h
parent94f11a223e03c6845e7ce6e9fe67c0e9fa7061f4 (diff)
downloadplus-cd7790c3220e75019c6d34185682df6d0251408b.tar.gz
plus-cd7790c3220e75019c6d34185682df6d0251408b.tar.bz2
plus-cd7790c3220e75019c6d34185682df6d0251408b.tar.xz
plus-cd7790c3220e75019c6d34185682df6d0251408b.zip
Change client protocol version to 2.
Diffstat (limited to 'src/net/tmwa/network.h')
-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 bdafd6a09..a340f7af1 100644
--- a/src/net/tmwa/network.h
+++ b/src/net/tmwa/network.h
@@ -38,7 +38,7 @@
* Protocol version, reported to the eAthena char and mapserver who can adjust
* the protocol accordingly.
*/
-#define CLIENT_PROTOCOL_VERSION 1
+#define CLIENT_PROTOCOL_VERSION 2
namespace TmwAthena
{