diff options
Diffstat (limited to 'src/net/tmwa/serverfeatures.cpp')
-rw-r--r-- | src/net/tmwa/serverfeatures.cpp | 4 |
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 |