From 37f5b0df96cf20b205d0636d499b863f92d4d040 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 18 May 2015 20:45:34 +0300 Subject: Enable haveMove3 server feature for tmwa server with verison 0x0f0518. Also change tmwa client net code version to 3. --- src/net/tmwa/serverfeatures.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/net/tmwa/serverfeatures.cpp') diff --git a/src/net/tmwa/serverfeatures.cpp b/src/net/tmwa/serverfeatures.cpp index 300d4398d..061961eca 100644 --- a/src/net/tmwa/serverfeatures.cpp +++ b/src/net/tmwa/serverfeatures.cpp @@ -111,7 +111,7 @@ bool ServerFeatures::haveServerIgnore() const bool ServerFeatures::haveMove3() const { - return serverVersion >= 10; + return serverVersion >= 10 || tmwServerVersion >= 0x0f0518; } bool ServerFeatures::haveItemColors() const -- cgit v1.2.3-60-g2f50