summaryrefslogtreecommitdiff
path: root/src/net/eathena/serverfeatures.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/eathena/serverfeatures.cpp')
-rw-r--r--src/net/eathena/serverfeatures.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/net/eathena/serverfeatures.cpp b/src/net/eathena/serverfeatures.cpp
index 089f58da1..8fab8eba7 100644
--- a/src/net/eathena/serverfeatures.cpp
+++ b/src/net/eathena/serverfeatures.cpp
@@ -235,4 +235,9 @@ bool ServerFeatures::haveChangePassword() const
return serverVersion >= 6;
}
+bool ServerFeatures::haveTeamId() const
+{
+ return false;
+}
+
} // namespace EAthena