summaryrefslogtreecommitdiff
path: root/src/net/eathena/serverfeatures.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-09-16 20:45:24 +0300
committerAndrei Karas <akaras@inbox.ru>2014-09-16 20:45:24 +0300
commite873e33f470ef65375a64652bc4d4dbbb0297172 (patch)
tree8dbf9dbb52ceebf3739c08516e8a0789f909c6a4 /src/net/eathena/serverfeatures.cpp
parent2ff3df08fa993d1bf1f00f47f7cbad7b60ce3ce3 (diff)
downloadplus-e873e33f470ef65375a64652bc4d4dbbb0297172.tar.gz
plus-e873e33f470ef65375a64652bc4d4dbbb0297172.tar.bz2
plus-e873e33f470ef65375a64652bc4d4dbbb0297172.tar.xz
plus-e873e33f470ef65375a64652bc4d4dbbb0297172.zip
Add server feature haveOtherGender.
Diffstat (limited to 'src/net/eathena/serverfeatures.cpp')
-rw-r--r--src/net/eathena/serverfeatures.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/net/eathena/serverfeatures.cpp b/src/net/eathena/serverfeatures.cpp
index 807c2292b..9d6824ba2 100644
--- a/src/net/eathena/serverfeatures.cpp
+++ b/src/net/eathena/serverfeatures.cpp
@@ -107,4 +107,9 @@ bool ServerFeatures::haveItemColors() const
return false;
}
+bool ServerFeatures::haveOtherGender() const
+{
+ return false;
+}
+
} // namespace EAthena