diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-11-16 17:50:12 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-11-16 17:50:12 +0300 |
commit | 81218a9140a81d165a6f03c31f580a2af63ec041 (patch) | |
tree | 5e45a2d764f26dc5fd44c12c47a42e31784f7e7a /src/net/tmwa/serverfeatures.cpp | |
parent | 035b4a30cc7a86511f515aea0039496aac6f16c6 (diff) | |
download | plus-81218a9140a81d165a6f03c31f580a2af63ec041.tar.gz plus-81218a9140a81d165a6f03c31f580a2af63ec041.tar.bz2 plus-81218a9140a81d165a6f03c31f580a2af63ec041.tar.xz plus-81218a9140a81d165a6f03c31f580a2af63ec041.zip |
Add server feature haveSlide.
Diffstat (limited to 'src/net/tmwa/serverfeatures.cpp')
-rw-r--r-- | src/net/tmwa/serverfeatures.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/net/tmwa/serverfeatures.cpp b/src/net/tmwa/serverfeatures.cpp index 2fb96f781..78d06c523 100644 --- a/src/net/tmwa/serverfeatures.cpp +++ b/src/net/tmwa/serverfeatures.cpp @@ -254,4 +254,9 @@ bool ServerFeatures::haveAdvancedBuySell() const return false; } +bool ServerFeatures::haveSlide() const +{ + return false; +} + } // namespace TmwAthena |