summaryrefslogtreecommitdiff
path: root/src/net/tmwa/serverfeatures.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-05-19 23:53:50 +0300
committerAndrei Karas <akaras@inbox.ru>2015-05-20 00:02:16 +0300
commitfd85f62f2e3003a79e90611e95b09e23710be479 (patch)
treec24c5779e21b996b7bc2d724f9d4f13031798f5c /src/net/tmwa/serverfeatures.cpp
parent99a4292ff8b7915969f8a0d76891048c40b01d74 (diff)
downloadManaVerse-fd85f62f2e3003a79e90611e95b09e23710be479.tar.gz
ManaVerse-fd85f62f2e3003a79e90611e95b09e23710be479.tar.bz2
ManaVerse-fd85f62f2e3003a79e90611e95b09e23710be479.tar.xz
ManaVerse-fd85f62f2e3003a79e90611e95b09e23710be479.zip
Enable haveMove3 server feature in tmwa server with version 0x0f0512.
Diffstat (limited to 'src/net/tmwa/serverfeatures.cpp')
-rw-r--r--src/net/tmwa/serverfeatures.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/tmwa/serverfeatures.cpp b/src/net/tmwa/serverfeatures.cpp
index 061961eca..479d0fee8 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 || tmwServerVersion >= 0x0f0518;
+ return serverVersion >= 10 || tmwServerVersion >= 0x0f0512;
}
bool ServerFeatures::haveItemColors() const