summaryrefslogtreecommitdiff
path: root/src/net/eathena/serverfeatures.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-05-01 18:13:26 +0300
committerAndrei Karas <akaras@inbox.ru>2017-05-01 18:13:26 +0300
commit013e03f7a62c40554d0ed00c30375155557a1318 (patch)
treea3dd2140baafa761f122352b9a4b0ab2e041f783 /src/net/eathena/serverfeatures.cpp
parentbfa0ffd5db38174555992c4a21274be41aad753f (diff)
downloadplus-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/eathena/serverfeatures.cpp')
-rw-r--r--src/net/eathena/serverfeatures.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/net/eathena/serverfeatures.cpp b/src/net/eathena/serverfeatures.cpp
index 6bf1536fd..edf86f09f 100644
--- a/src/net/eathena/serverfeatures.cpp
+++ b/src/net/eathena/serverfeatures.cpp
@@ -101,11 +101,6 @@ bool ServerFeatures::haveCharRename() const
return true;
}
-bool ServerFeatures::haveMonsterName() const
-{
- return true;
-}
-
bool ServerFeatures::haveBankApi() const
{
return true;