summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-05-20 01:32:10 +0300
committerAndrei Karas <akaras@inbox.ru>2018-05-20 01:32:10 +0300
commit1b5175911d1bf6947c62113d558b839f7930a3a5 (patch)
tree47dedaec7d2065ba558f471be0966a071aead047 /src
parentb56d398bf575459f40fcf27052ab98311af4fcd6 (diff)
downloadplus-1b5175911d1bf6947c62113d558b839f7930a3a5.tar.gz
plus-1b5175911d1bf6947c62113d558b839f7930a3a5.tar.bz2
plus-1b5175911d1bf6947c62113d558b839f7930a3a5.tar.xz
plus-1b5175911d1bf6947c62113d558b839f7930a3a5.zip
Drop for support server version 11.
Diffstat (limited to 'src')
-rw-r--r--src/net/eathena/serverfeatures.cpp2
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