summaryrefslogtreecommitdiff
path: root/src/net/eathena/serverfeatures.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-11-12 01:30:10 +0300
committerAndrei Karas <akaras@inbox.ru>2014-11-12 01:30:10 +0300
commit1aedc45da834c18cd33d04be0fe43245518192ff (patch)
treeaec7d7b2328d6643e9f6ba3460419765304a4657 /src/net/eathena/serverfeatures.cpp
parent4247e05ae8ee9e14323629701c3a11e5c2fac674 (diff)
downloadplus-1aedc45da834c18cd33d04be0fe43245518192ff.tar.gz
plus-1aedc45da834c18cd33d04be0fe43245518192ff.tar.bz2
plus-1aedc45da834c18cd33d04be0fe43245518192ff.tar.xz
plus-1aedc45da834c18cd33d04be0fe43245518192ff.zip
evol: add packet CMSG_LOGIN_REGISTER2 0x027c.
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 943c6314e..911bacbe3 100644
--- a/src/net/eathena/serverfeatures.cpp
+++ b/src/net/eathena/serverfeatures.cpp
@@ -132,7 +132,7 @@ bool ServerFeatures::haveMonsterAttackRange() const
bool ServerFeatures::haveEmailOnRegister() const
{
- return false;
+ return serverVersion >= 2;
}
bool ServerFeatures::haveEightDirections() const