summaryrefslogtreecommitdiff
path: root/src/net/eathena/serverfeatures.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-05-01 21:34:57 +0300
committerAndrei Karas <akaras@inbox.ru>2017-05-01 21:34:57 +0300
commit348f7d0a0bc6142dbdcacddbca5b9003d5c25705 (patch)
treef0b6271868701497a9d85db5b3917983ea1e9523 /src/net/eathena/serverfeatures.h
parenta12cecc9df169c16959ea3ddf3e22351e8248215 (diff)
downloadManaVerse-348f7d0a0bc6142dbdcacddbca5b9003d5c25705.tar.gz
ManaVerse-348f7d0a0bc6142dbdcacddbca5b9003d5c25705.tar.bz2
ManaVerse-348f7d0a0bc6142dbdcacddbca5b9003d5c25705.tar.xz
ManaVerse-348f7d0a0bc6142dbdcacddbca5b9003d5c25705.zip
Remove ServerFeatures haveTeamId because it used only in tmwa.
Diffstat (limited to 'src/net/eathena/serverfeatures.h')
-rw-r--r--src/net/eathena/serverfeatures.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/net/eathena/serverfeatures.h b/src/net/eathena/serverfeatures.h
index ce50ca6ca..cc73897af 100644
--- a/src/net/eathena/serverfeatures.h
+++ b/src/net/eathena/serverfeatures.h
@@ -72,8 +72,6 @@ class ServerFeatures final : public Net::ServerFeatures
bool haveServerWarpNames() const override final;
- bool haveTeamId() const override final A_CONST;
-
bool haveExtendedRiding() const override final;
bool haveAdvancedBuySell() const override final A_CONST;