summaryrefslogtreecommitdiff
path: root/src/net/tmwa/serverfeatures.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-12-09 20:14:21 +0300
committerAndrei Karas <akaras@inbox.ru>2015-12-09 20:14:21 +0300
commitecef66ec4e58ac44fe3d144c5157e799173cef91 (patch)
tree01ff0dda74e8b227233e11846c4b458e9623ee85 /src/net/tmwa/serverfeatures.cpp
parent13ec103b3e76c3750993905413a8ac72383176c3 (diff)
downloadplus-ecef66ec4e58ac44fe3d144c5157e799173cef91.tar.gz
plus-ecef66ec4e58ac44fe3d144c5157e799173cef91.tar.bz2
plus-ecef66ec4e58ac44fe3d144c5157e799173cef91.tar.xz
plus-ecef66ec4e58ac44fe3d144c5157e799173cef91.zip
Add per char gender into tmwa.
Diffstat (limited to 'src/net/tmwa/serverfeatures.cpp')
-rw-r--r--src/net/tmwa/serverfeatures.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/net/tmwa/serverfeatures.cpp b/src/net/tmwa/serverfeatures.cpp
index 78d06c523..f3329a66e 100644
--- a/src/net/tmwa/serverfeatures.cpp
+++ b/src/net/tmwa/serverfeatures.cpp
@@ -116,7 +116,7 @@ bool ServerFeatures::haveAccountOtherGender() const
bool ServerFeatures::haveCharOtherGender() const
{
- return false;
+ return tmwServerVersion > 0x0f0b17;
}
bool ServerFeatures::haveMonsterAttackRange() const
@@ -181,7 +181,7 @@ bool ServerFeatures::haveNpcWhispers() const
bool ServerFeatures::haveCreateCharGender() const
{
- return false;
+ return tmwServerVersion > 0x0f0b17;
}
bool ServerFeatures::haveAttackDirections() const