summaryrefslogtreecommitdiff
path: root/src/net/eathena/serverfeatures.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-11-15 02:01:59 +0300
committerAndrei Karas <akaras@inbox.ru>2015-11-15 02:01:59 +0300
commit5233a6650692e29a2b811359ea7d3f201b157c74 (patch)
tree4e69ff8c59a61252a9c15d1f021c1b76ff264c23 /src/net/eathena/serverfeatures.h
parent4edbdf124303f0e7c229f43a5054755e112ff6b4 (diff)
downloadplus-5233a6650692e29a2b811359ea7d3f201b157c74.tar.gz
plus-5233a6650692e29a2b811359ea7d3f201b157c74.tar.bz2
plus-5233a6650692e29a2b811359ea7d3f201b157c74.tar.xz
plus-5233a6650692e29a2b811359ea7d3f201b157c74.zip
Rename haveOtherGender into haveAccountOtherGender
Diffstat (limited to 'src/net/eathena/serverfeatures.h')
-rw-r--r--src/net/eathena/serverfeatures.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/eathena/serverfeatures.h b/src/net/eathena/serverfeatures.h
index 6bb2176ae..0423bde57 100644
--- a/src/net/eathena/serverfeatures.h
+++ b/src/net/eathena/serverfeatures.h
@@ -64,7 +64,7 @@ class ServerFeatures final : public Net::ServerFeatures
bool haveItemColors() const override final;
- bool haveOtherGender() const override final;
+ bool haveAccountOtherGender() const override final;
bool haveMonsterAttackRange() const override final;