summaryrefslogtreecommitdiff
path: root/src/net/eathena/network.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-03-02 11:52:09 +0300
committerAndrei Karas <akaras@inbox.ru>2015-03-02 11:52:09 +0300
commit7d85a497741c422c711b04a8df2995c7bf2d2aa6 (patch)
tree2da1047348e3b4da7ae52a6e73b3b3f3bc1ad450 /src/net/eathena/network.h
parent1d168f911b1d09a8086977fa574bda71984aac88 (diff)
downloadplus-7d85a497741c422c711b04a8df2995c7bf2d2aa6.tar.gz
plus-7d85a497741c422c711b04a8df2995c7bf2d2aa6.tar.bz2
plus-7d85a497741c422c711b04a8df2995c7bf2d2aa6.tar.xz
plus-7d85a497741c422c711b04a8df2995c7bf2d2aa6.zip
eathena: change netcode version to 7.
Diffstat (limited to 'src/net/eathena/network.h')
-rw-r--r--src/net/eathena/network.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/eathena/network.h b/src/net/eathena/network.h
index 5aefb248c..05d5f0cb4 100644
--- a/src/net/eathena/network.h
+++ b/src/net/eathena/network.h
@@ -29,7 +29,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
namespace EAthena
{