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/serverfeatures.h | |
parent | 4edbdf124303f0e7c229f43a5054755e112ff6b4 (diff) | |
download | plus-5233a6650692e29a2b811359ea7d3f201b157c74.tar.gz plus-5233a6650692e29a2b811359ea7d3f201b157c74.tar.bz2 plus-5233a6650692e29a2b811359ea7d3f201b157c74.tar.xz plus-5233a6650692e29a2b811359ea7d3f201b157c74.zip |
Rename haveOtherGender into haveAccountOtherGender
Diffstat (limited to 'src/net/serverfeatures.h')
-rw-r--r-- | src/net/serverfeatures.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/serverfeatures.h b/src/net/serverfeatures.h index 5926d9d3a..c0f8fe5c8 100644 --- a/src/net/serverfeatures.h +++ b/src/net/serverfeatures.h @@ -61,7 +61,7 @@ class ServerFeatures notfinal virtual bool haveItemColors() const = 0; - virtual bool haveOtherGender() const = 0; + virtual bool haveAccountOtherGender() const = 0; virtual bool haveMonsterAttackRange() const = 0; |