summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-08-16 23:34:25 +0300
committerAndrei Karas <akaras@inbox.ru>2015-08-16 23:34:25 +0300
commit37eb9896130e6606c93166d29c595480e02a785b (patch)
treefcbb1d3f96d3fd90b71be88f76932c880e6bf13d
parentae51c95555884dc5aba64c76648eeeb9a2bbb0c3 (diff)
downloadplus-37eb9896130e6606c93166d29c595480e02a785b.tar.gz
plus-37eb9896130e6606c93166d29c595480e02a785b.tar.bz2
plus-37eb9896130e6606c93166d29c595480e02a785b.tar.xz
plus-37eb9896130e6606c93166d29c595480e02a785b.zip
Enable feature haveItemColors in eathena.
-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