diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-05-01 18:13:26 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-05-01 18:13:26 +0300 |
commit | 013e03f7a62c40554d0ed00c30375155557a1318 (patch) | |
tree | a3dd2140baafa761f122352b9a4b0ab2e041f783 /src/net/serverfeatures.h | |
parent | bfa0ffd5db38174555992c4a21274be41aad753f (diff) | |
download | plus-013e03f7a62c40554d0ed00c30375155557a1318.tar.gz plus-013e03f7a62c40554d0ed00c30375155557a1318.tar.bz2 plus-013e03f7a62c40554d0ed00c30375155557a1318.tar.xz plus-013e03f7a62c40554d0ed00c30375155557a1318.zip |
Remove ServerFeatures haveMonsterName because it depend only on server type.
Diffstat (limited to 'src/net/serverfeatures.h')
-rw-r--r-- | src/net/serverfeatures.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/net/serverfeatures.h b/src/net/serverfeatures.h index f211e3ea9..ed66e1b63 100644 --- a/src/net/serverfeatures.h +++ b/src/net/serverfeatures.h @@ -54,8 +54,6 @@ class ServerFeatures notfinal virtual bool haveMonsterAttackRange() const = 0; - virtual bool haveMonsterName() const = 0; - virtual bool haveEmailOnRegister() const = 0; virtual bool haveEmailOnDelete() const = 0; |