diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-16 20:45:24 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-16 20:45:24 +0300 |
commit | e873e33f470ef65375a64652bc4d4dbbb0297172 (patch) | |
tree | 8dbf9dbb52ceebf3739c08516e8a0789f909c6a4 /src/net/eathena/serverfeatures.h | |
parent | 2ff3df08fa993d1bf1f00f47f7cbad7b60ce3ce3 (diff) | |
download | plus-e873e33f470ef65375a64652bc4d4dbbb0297172.tar.gz plus-e873e33f470ef65375a64652bc4d4dbbb0297172.tar.bz2 plus-e873e33f470ef65375a64652bc4d4dbbb0297172.tar.xz plus-e873e33f470ef65375a64652bc4d4dbbb0297172.zip |
Add server feature haveOtherGender.
Diffstat (limited to 'src/net/eathena/serverfeatures.h')
-rw-r--r-- | src/net/eathena/serverfeatures.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/eathena/serverfeatures.h b/src/net/eathena/serverfeatures.h index 36bd1bc4b..036d3be4b 100644 --- a/src/net/eathena/serverfeatures.h +++ b/src/net/eathena/serverfeatures.h @@ -63,6 +63,8 @@ class ServerFeatures final : public Net::ServerFeatures bool haveMove3() const override final; bool haveItemColors() const override final; + + bool haveOtherGender() const override final; }; } // namespace EAthena |