summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/net/eathena/serverfeatures.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/eathena/serverfeatures.cpp b/src/net/eathena/serverfeatures.cpp
index 15ba5d371..b9d349446 100644
--- a/src/net/eathena/serverfeatures.cpp
+++ b/src/net/eathena/serverfeatures.cpp
@@ -107,7 +107,7 @@ bool ServerFeatures::haveMove3() const
bool ServerFeatures::haveItemColors() const
{
- return false;
+ return true;
}
bool ServerFeatures::haveOtherGender() const