diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-05-19 23:53:50 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-05-20 00:02:16 +0300 |
commit | fd85f62f2e3003a79e90611e95b09e23710be479 (patch) | |
tree | c24c5779e21b996b7bc2d724f9d4f13031798f5c /src/net/tmwa/serverfeatures.cpp | |
parent | 99a4292ff8b7915969f8a0d76891048c40b01d74 (diff) | |
download | plus-fd85f62f2e3003a79e90611e95b09e23710be479.tar.gz plus-fd85f62f2e3003a79e90611e95b09e23710be479.tar.bz2 plus-fd85f62f2e3003a79e90611e95b09e23710be479.tar.xz plus-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.cpp | 2 |
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 |