summaryrefslogtreecommitdiff
path: root/src/net/tmwa/serverfeatures.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-10-19 15:44:14 +0300
committerAndrei Karas <akaras@inbox.ru>2015-10-19 15:44:14 +0300
commit3420babbbc6d10f1fc5be7ff7b895e618acd5f0e (patch)
tree92dc07613db98c4bd56f28aa8faffb99e0bde88f /src/net/tmwa/serverfeatures.h
parentcf6a135902b647b565e782e9cb9626b7ac8b361b (diff)
downloadplus-3420babbbc6d10f1fc5be7ff7b895e618acd5f0e.tar.gz
plus-3420babbbc6d10f1fc5be7ff7b895e618acd5f0e.tar.bz2
plus-3420babbbc6d10f1fc5be7ff7b895e618acd5f0e.tar.xz
plus-3420babbbc6d10f1fc5be7ff7b895e618acd5f0e.zip
Allow support for different horses riding.
Diffstat (limited to 'src/net/tmwa/serverfeatures.h')
-rw-r--r--src/net/tmwa/serverfeatures.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/tmwa/serverfeatures.h b/src/net/tmwa/serverfeatures.h
index 24dd88a99..33eb1457d 100644
--- a/src/net/tmwa/serverfeatures.h
+++ b/src/net/tmwa/serverfeatures.h
@@ -115,6 +115,8 @@ class ServerFeatures final : public Net::ServerFeatures
bool haveNewGuild() const override final;
bool haveAdvancedSprites() const override final;
+
+ bool haveExtendedRiding() const override final;
};
} // namespace TmwAthena