summaryrefslogtreecommitdiff
path: root/src/net/tmwa/serverfeatures.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-01-21 21:02:14 +0300
committerAndrei Karas <akaras@inbox.ru>2015-01-21 21:02:14 +0300
commit3ff29eb31e08751f6e4993c62c0be8ac5b159b92 (patch)
treed942048e23e8cd61b2b5431c6b6c16553159acd1 /src/net/tmwa/serverfeatures.cpp
parent68581ace3255ea4d8b0f0e5b33a33633a27b8e42 (diff)
downloadplus-3ff29eb31e08751f6e4993c62c0be8ac5b159b92.tar.gz
plus-3ff29eb31e08751f6e4993c62c0be8ac5b159b92.tar.bz2
plus-3ff29eb31e08751f6e4993c62c0be8ac5b159b92.tar.xz
plus-3ff29eb31e08751f6e4993c62c0be8ac5b159b92.zip
Add server feature haveAttackDirections.
Diffstat (limited to 'src/net/tmwa/serverfeatures.cpp')
-rw-r--r--src/net/tmwa/serverfeatures.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/net/tmwa/serverfeatures.cpp b/src/net/tmwa/serverfeatures.cpp
index a24a9a0b9..5e4ea63e5 100644
--- a/src/net/tmwa/serverfeatures.cpp
+++ b/src/net/tmwa/serverfeatures.cpp
@@ -189,4 +189,9 @@ bool ServerFeatures::haveCreateCharGender() const
return false;
}
+bool ServerFeatures::haveAttackDirections() const
+{
+ return false;
+}
+
} // namespace TmwAthena