summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-04-20 02:59:14 +0300
committerAndrei Karas <akaras@inbox.ru>2017-04-20 02:59:14 +0300
commit6185604cbc38accb626bf9eaef62533ba1d2c68b (patch)
tree662972a60e6e91996c26e40d12db9292294df349 /src
parent550de8727dbd49bdb4c621f2f6c7834978322b9a (diff)
downloadplus-6185604cbc38accb626bf9eaef62533ba1d2c68b.tar.gz
plus-6185604cbc38accb626bf9eaef62533ba1d2c68b.tar.bz2
plus-6185604cbc38accb626bf9eaef62533ba1d2c68b.tar.xz
plus-6185604cbc38accb626bf9eaef62533ba1d2c68b.zip
Drop support server packet version 9 (Oct 19 2015).
Diffstat (limited to 'src')
-rw-r--r--src/net/eathena/serverfeatures.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/net/eathena/serverfeatures.cpp b/src/net/eathena/serverfeatures.cpp
index f376b88cc..2d83915d2 100644
--- a/src/net/eathena/serverfeatures.cpp
+++ b/src/net/eathena/serverfeatures.cpp
@@ -118,7 +118,7 @@ bool ServerFeatures::haveAccountOtherGender() const
bool ServerFeatures::haveCharOtherGender() const
{
- return serverVersion >= 10;
+ return true;
}
bool ServerFeatures::haveMonsterAttackRange() const
@@ -248,7 +248,7 @@ bool ServerFeatures::haveAdvancedBuySell() const
bool ServerFeatures::haveSlide() const
{
- return serverVersion >= 10;
+ return true;
}
bool ServerFeatures::haveExtendedDropsPosition() const