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 1ea480e71..e0fae12bb 100644
--- a/src/net/eathena/serverfeatures.cpp
+++ b/src/net/eathena/serverfeatures.cpp
@@ -230,4 +230,9 @@ bool ServerFeatures::haveTeamId() const
return false;
}
+bool ServerFeatures::haveNewGuild() const
+{
+ return false;
+}
+
} // namespace EAthena