summaryrefslogtreecommitdiff
path: root/src/net/eathena/serverfeatures.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-01-04 17:56:56 +0300
committerAndrei Karas <akaras@inbox.ru>2015-01-04 17:56:56 +0300
commitfa2383b7cb1fb53c2411af6bd04c4dbda4c7d3cb (patch)
tree1ccb15b3076cccc671f1a4fb351845e1f19d4003 /src/net/eathena/serverfeatures.cpp
parentd0adcf0e3c8a1db5e06bbbb8ae950ea5ebeeb8eb (diff)
downloadplus-fa2383b7cb1fb53c2411af6bd04c4dbda4c7d3cb.tar.gz
plus-fa2383b7cb1fb53c2411af6bd04c4dbda4c7d3cb.tar.bz2
plus-fa2383b7cb1fb53c2411af6bd04c4dbda4c7d3cb.tar.xz
plus-fa2383b7cb1fb53c2411af6bd04c4dbda4c7d3cb.zip
eathena: allow set race in char creation dialog.
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 f787c638f..fca96cc4f 100644
--- a/src/net/eathena/serverfeatures.cpp
+++ b/src/net/eathena/serverfeatures.cpp
@@ -87,7 +87,7 @@ bool ServerFeatures::haveIncompleteChatMessages() const
bool ServerFeatures::haveRaceSelection() const
{
- return false;
+ return serverVersion >= 4;
}
bool ServerFeatures::haveLookSelection() const