diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-16 18:33:24 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-16 18:33:24 +0300 |
commit | d54c371ad9d3c8a019d7d6bdc0262cd352a06ae5 (patch) | |
tree | d3b37b48a41d6c72228ab214b7a65bb237c1ddb8 /src/net/eathena/serverfeatures.cpp | |
parent | a143251ee20a65b43c6d85d9f15bddf06dbc8804 (diff) | |
download | plus-d54c371ad9d3c8a019d7d6bdc0262cd352a06ae5.tar.gz plus-d54c371ad9d3c8a019d7d6bdc0262cd352a06ae5.tar.bz2 plus-d54c371ad9d3c8a019d7d6bdc0262cd352a06ae5.tar.xz plus-d54c371ad9d3c8a019d7d6bdc0262cd352a06ae5.zip |
Add server feature haveMove3.
Diffstat (limited to 'src/net/eathena/serverfeatures.cpp')
-rw-r--r-- | src/net/eathena/serverfeatures.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/net/eathena/serverfeatures.cpp b/src/net/eathena/serverfeatures.cpp index 4cd9551cc..b0787cb40 100644 --- a/src/net/eathena/serverfeatures.cpp +++ b/src/net/eathena/serverfeatures.cpp @@ -97,4 +97,9 @@ bool ServerFeatures::haveServerIgnore() const return true; } +bool ServerFeatures::haveMove3() const +{ + return false; +} + } // namespace EAthena |