diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-05-20 01:32:10 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-05-20 01:32:10 +0300 |
commit | 1b5175911d1bf6947c62113d558b839f7930a3a5 (patch) | |
tree | 47dedaec7d2065ba558f471be0966a071aead047 | |
parent | b56d398bf575459f40fcf27052ab98311af4fcd6 (diff) | |
download | plus-1b5175911d1bf6947c62113d558b839f7930a3a5.tar.gz plus-1b5175911d1bf6947c62113d558b839f7930a3a5.tar.bz2 plus-1b5175911d1bf6947c62113d558b839f7930a3a5.tar.xz plus-1b5175911d1bf6947c62113d558b839f7930a3a5.zip |
Drop for support server version 11.
-rw-r--r-- | src/net/eathena/serverfeatures.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/eathena/serverfeatures.cpp b/src/net/eathena/serverfeatures.cpp index a5f68a9cb..c3b3053a6 100644 --- a/src/net/eathena/serverfeatures.cpp +++ b/src/net/eathena/serverfeatures.cpp @@ -137,7 +137,7 @@ bool ServerFeatures::haveExtendedRiding() const bool ServerFeatures::haveExtendedDropsPosition() const { - return serverVersion >= 12; + return serverVersion > 0; } bool ServerFeatures::haveMoveWhileSit() const |