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 8a1308506..00357e65f 100644
--- a/src/net/eathena/serverfeatures.cpp
+++ b/src/net/eathena/serverfeatures.cpp
@@ -132,4 +132,9 @@ bool ServerFeatures::haveEightDirections() const
return true;
}
+bool ServerFeatures::haveCharRename() const
+{
+ return true;
+}
+
} // namespace EAthena