diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-16 21:52:47 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-16 21:52:47 +0300 |
commit | 5f9e53cb962078bf2d13786157fbf31465d4e864 (patch) | |
tree | 7c1f9b3c3a08d8149175359e8f2beae751bb7cc5 /src/net/eathena/serverfeatures.h | |
parent | f91ad9a0c39ae1c537f2769f1fdf4b0a59e8bf91 (diff) | |
download | plus-5f9e53cb962078bf2d13786157fbf31465d4e864.tar.gz plus-5f9e53cb962078bf2d13786157fbf31465d4e864.tar.bz2 plus-5f9e53cb962078bf2d13786157fbf31465d4e864.tar.xz plus-5f9e53cb962078bf2d13786157fbf31465d4e864.zip |
Add server feature haveEmailOnRegister.
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 e4469868c..fc140a604 100644 --- a/src/net/eathena/serverfeatures.h +++ b/src/net/eathena/serverfeatures.h @@ -67,6 +67,8 @@ class ServerFeatures final : public Net::ServerFeatures bool haveOtherGender() const override final; bool haveMonsterAttackRange() const override final; + + bool haveEmailOnRegister() const override final; }; } // namespace EAthena |