summaryrefslogtreecommitdiff
path: root/src/net/tmwa/network.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-05-04 22:14:07 +0300
committerAndrei Karas <akaras@inbox.ru>2015-05-04 22:14:07 +0300
commit36835c498ff166cffca985afd8b3cd29d3eef7f3 (patch)
tree3d151851e513c16336f3ce1786beb8b73789b2c3 /src/net/tmwa/network.h
parentebd78a883cba4d555500ece5d77f3ebd88e329ae (diff)
downloadplus-36835c498ff166cffca985afd8b3cd29d3eef7f3.tar.gz
plus-36835c498ff166cffca985afd8b3cd29d3eef7f3.tar.bz2
plus-36835c498ff166cffca985afd8b3cd29d3eef7f3.tar.xz
plus-36835c498ff166cffca985afd8b3cd29d3eef7f3.zip
tmwa: change net code 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 358647bb2..90cce7d7e 100644
--- a/src/net/tmwa/network.h
+++ b/src/net/tmwa/network.h
@@ -30,7 +30,7 @@
* the protocol accordingly.
*/
#define CLIENT_PROTOCOL_VERSION 12
-#define CLIENT_TMW_PROTOCOL_VERSION 1
+#define CLIENT_TMW_PROTOCOL_VERSION 2
namespace TmwAthena
{