From da003f08612697b6cd1ad145fab7c5abe04fcca9 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 15 Apr 2016 21:52:18 +0300 Subject: Change packet version to 6 (tmwa) Add hack to send version 5 to old tmwa, because for version 6 some servers can be broken. --- src/net/tmwa/network.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/net/tmwa/network.h') diff --git a/src/net/tmwa/network.h b/src/net/tmwa/network.h index 11980d95c..d75d9774b 100644 --- a/src/net/tmwa/network.h +++ b/src/net/tmwa/network.h @@ -29,7 +29,7 @@ * Protocol version, reported to the tmwa char and mapserver who can adjust * the protocol accordingly. */ -#define CLIENT_PROTOCOL_VERSION 5 +#define CLIENT_PROTOCOL_VERSION 6 namespace TmwAthena { -- cgit v1.2.3-70-g09d2