diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-08-16 23:34:25 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-08-16 23:34:25 +0300 |
commit | 37eb9896130e6606c93166d29c595480e02a785b (patch) | |
tree | fcbb1d3f96d3fd90b71be88f76932c880e6bf13d /src/net/eathena | |
parent | ae51c95555884dc5aba64c76648eeeb9a2bbb0c3 (diff) | |
download | plus-37eb9896130e6606c93166d29c595480e02a785b.tar.gz plus-37eb9896130e6606c93166d29c595480e02a785b.tar.bz2 plus-37eb9896130e6606c93166d29c595480e02a785b.tar.xz plus-37eb9896130e6606c93166d29c595480e02a785b.zip |
Enable feature haveItemColors in eathena.
Diffstat (limited to 'src/net/eathena')
-rw-r--r-- | src/net/eathena/serverfeatures.cpp | 2 |
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 |