From a1c9111f570c01f5a470c1f6ddbdd8b4672ddcbd Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 4 Aug 2015 03:09:39 +0300 Subject: Disable haveMove3 feature for some tmwa server versions. --- src/net/tmwa/serverfeatures.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/net') diff --git a/src/net/tmwa/serverfeatures.cpp b/src/net/tmwa/serverfeatures.cpp index 342f594af..c32dac11e 100644 --- a/src/net/tmwa/serverfeatures.cpp +++ b/src/net/tmwa/serverfeatures.cpp @@ -101,7 +101,7 @@ bool ServerFeatures::haveServerIgnore() const bool ServerFeatures::haveMove3() const { - return tmwServerVersion >= 0x0f0512; + return tmwServerVersion >= 0x0f0512 && tmwServerVersion <= 0xf0706; } bool ServerFeatures::haveItemColors() const -- cgit v1.2.3-60-g2f50