summaryrefslogtreecommitdiff
path: root/src/net/eathena/serverfeatures.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-03-07 00:25:31 +0300
committerAndrei Karas <akaras@inbox.ru>2016-03-07 00:25:31 +0300
commit615445b73ce4378a9d62e64d9f90cefdb26979c7 (patch)
tree0f25c1f9a3773846b7fe24e80351a027a89a41bb /src/net/eathena/serverfeatures.cpp
parent8bb1132c68330d892a6ca78b58daa5cbf7dd6c01 (diff)
downloadplus-615445b73ce4378a9d62e64d9f90cefdb26979c7.tar.gz
plus-615445b73ce4378a9d62e64d9f90cefdb26979c7.tar.bz2
plus-615445b73ce4378a9d62e64d9f90cefdb26979c7.tar.xz
plus-615445b73ce4378a9d62e64d9f90cefdb26979c7.zip
Add server feature haveMail.
Diffstat (limited to 'src/net/eathena/serverfeatures.cpp')
-rw-r--r--src/net/eathena/serverfeatures.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/net/eathena/serverfeatures.cpp b/src/net/eathena/serverfeatures.cpp
index 1bdbc73b8..4c87536b0 100644
--- a/src/net/eathena/serverfeatures.cpp
+++ b/src/net/eathena/serverfeatures.cpp
@@ -275,4 +275,9 @@ bool ServerFeatures::haveMultyStatusUp() const
return true;
}
+bool ServerFeatures::haveMail() const
+{
+ return true;
+}
+
} // namespace EAthena