diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-11-15 02:01:59 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-11-15 02:01:59 +0300 |
commit | 5233a6650692e29a2b811359ea7d3f201b157c74 (patch) | |
tree | 4e69ff8c59a61252a9c15d1f021c1b76ff264c23 /src/net/eathena/serverfeatures.cpp | |
parent | 4edbdf124303f0e7c229f43a5054755e112ff6b4 (diff) | |
download | mv-5233a6650692e29a2b811359ea7d3f201b157c74.tar.gz mv-5233a6650692e29a2b811359ea7d3f201b157c74.tar.bz2 mv-5233a6650692e29a2b811359ea7d3f201b157c74.tar.xz mv-5233a6650692e29a2b811359ea7d3f201b157c74.zip |
Rename haveOtherGender into haveAccountOtherGender
Diffstat (limited to 'src/net/eathena/serverfeatures.cpp')
-rw-r--r-- | src/net/eathena/serverfeatures.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/eathena/serverfeatures.cpp b/src/net/eathena/serverfeatures.cpp index fbc97b97e..688e03c46 100644 --- a/src/net/eathena/serverfeatures.cpp +++ b/src/net/eathena/serverfeatures.cpp @@ -110,7 +110,7 @@ bool ServerFeatures::haveItemColors() const return true; } -bool ServerFeatures::haveOtherGender() const +bool ServerFeatures::haveAccountOtherGender() const { return false; } |