summaryrefslogtreecommitdiff
path: root/src/net/eathena/serverfeatures.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-05-01 21:48:51 +0300
committerAndrei Karas <akaras@inbox.ru>2017-05-01 21:48:51 +0300
commit53f7874c0ae9e4e6337afdab6ec8383ae2f66f7c (patch)
treefb94b9c72e21db26e6097e516ca56a9ac0316856 /src/net/eathena/serverfeatures.cpp
parent348f7d0a0bc6142dbdcacddbca5b9003d5c25705 (diff)
downloadmv-53f7874c0ae9e4e6337afdab6ec8383ae2f66f7c.tar.gz
mv-53f7874c0ae9e4e6337afdab6ec8383ae2f66f7c.tar.bz2
mv-53f7874c0ae9e4e6337afdab6ec8383ae2f66f7c.tar.xz
mv-53f7874c0ae9e4e6337afdab6ec8383ae2f66f7c.zip
Improve ServerFeatures haveExtendedRiding.
Diffstat (limited to 'src/net/eathena/serverfeatures.cpp')
-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 5005e261e..164963c3c 100644
--- a/src/net/eathena/serverfeatures.cpp
+++ b/src/net/eathena/serverfeatures.cpp
@@ -133,7 +133,7 @@ bool ServerFeatures::haveServerWarpNames() const
bool ServerFeatures::haveExtendedRiding() const
{
- return true;
+ return serverVersion > 0;
}
bool ServerFeatures::haveAdvancedBuySell() const