summaryrefslogtreecommitdiff
path: root/src/net/eathena/serverfeatures.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-01-15 19:57:48 +0300
committerAndrei Karas <akaras@inbox.ru>2015-01-15 19:57:48 +0300
commit605205eaba29773d9b6c67d5920bf6964366f37e (patch)
tree0d79200312182181851a240f6a802ec0138a7f11 /src/net/eathena/serverfeatures.cpp
parent785cec74c47ffa784a08b7e722fc1aab7a17bd69 (diff)
downloadManaVerse-605205eaba29773d9b6c67d5920bf6964366f37e.tar.gz
ManaVerse-605205eaba29773d9b6c67d5920bf6964366f37e.tar.bz2
ManaVerse-605205eaba29773d9b6c67d5920bf6964366f37e.tar.xz
ManaVerse-605205eaba29773d9b6c67d5920bf6964366f37e.zip
eathena: add support for setting player look in char creation.
Diffstat (limited to 'src/net/eathena/serverfeatures.cpp')
-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 956c134e3..0e684b00a 100644
--- a/src/net/eathena/serverfeatures.cpp
+++ b/src/net/eathena/serverfeatures.cpp
@@ -92,7 +92,7 @@ bool ServerFeatures::haveRaceSelection() const
bool ServerFeatures::haveLookSelection() const
{
- return false;
+ return serverVersion >= 4;
}
bool ServerFeatures::haveSpecialChatChannels() const