From a355e8aff74337706d8a0d5cf920809e3ecb975f Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 5 Oct 2014 18:38:07 +0300 Subject: Add new server feature CharRename. --- src/net/tmwa/serverfeatures.cpp | 5 +++++ src/net/tmwa/serverfeatures.h | 2 ++ 2 files changed, 7 insertions(+) (limited to 'src/net/tmwa') diff --git a/src/net/tmwa/serverfeatures.cpp b/src/net/tmwa/serverfeatures.cpp index 611a22fc4..3c603f245 100644 --- a/src/net/tmwa/serverfeatures.cpp +++ b/src/net/tmwa/serverfeatures.cpp @@ -134,4 +134,9 @@ bool ServerFeatures::haveEightDirections() const return false; } +bool ServerFeatures::haveCharRename() const +{ + return false; +} + } // namespace TmwAthena diff --git a/src/net/tmwa/serverfeatures.h b/src/net/tmwa/serverfeatures.h index 7e71932eb..adddbd964 100644 --- a/src/net/tmwa/serverfeatures.h +++ b/src/net/tmwa/serverfeatures.h @@ -73,6 +73,8 @@ class ServerFeatures final : public Net::ServerFeatures bool haveEmailOnRegister() const override final; bool haveEightDirections() const override final; + + bool haveCharRename() const override final; }; } // namespace TmwAthena -- cgit v1.2.3-70-g09d2