summaryrefslogtreecommitdiff
path: root/src/net/eathena/serverfeatures.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-02-20 00:15:59 +0300
committerAndrei Karas <akaras@inbox.ru>2015-02-20 00:15:59 +0300
commit16121e499c734c00c714abd0998c24f4845329c3 (patch)
tree8c4455653f645d6e4d2fa5581f3134497a2b0247 /src/net/eathena/serverfeatures.cpp
parent022bc6fb67b8d5bda5e3a3225071ffdabd179b62 (diff)
downloadplus-16121e499c734c00c714abd0998c24f4845329c3.tar.gz
plus-16121e499c734c00c714abd0998c24f4845329c3.tar.bz2
plus-16121e499c734c00c714abd0998c24f4845329c3.tar.xz
plus-16121e499c734c00c714abd0998c24f4845329c3.zip
eathena: add packet CMSG_SET_STATUS.
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 b9a752946..182c97186 100644
--- a/src/net/eathena/serverfeatures.cpp
+++ b/src/net/eathena/serverfeatures.cpp
@@ -67,7 +67,7 @@ bool ServerFeatures::haveLangTab() const
bool ServerFeatures::havePlayerStatusUpdate() const
{
- return false;
+ return serverVersion >= 5;
}
bool ServerFeatures::haveBrokenPlayerAttackDistance() const