From b17247b5586f7e6a20802a0d3113b96c50810665 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 8 Mar 2018 06:20:21 +0300 Subject: Add server feature for check is pincode supported. --- 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 23b9d6598..c6e38da8c 100644 --- a/src/net/tmwa/serverfeatures.cpp +++ b/src/net/tmwa/serverfeatures.cpp @@ -148,4 +148,9 @@ bool ServerFeatures::haveKillerId() const return false; } +bool ServerFeatures::havePincode() const +{ + return false; +} + } // namespace TmwAthena diff --git a/src/net/tmwa/serverfeatures.h b/src/net/tmwa/serverfeatures.h index bf836251a..2f5c118af 100644 --- a/src/net/tmwa/serverfeatures.h +++ b/src/net/tmwa/serverfeatures.h @@ -79,6 +79,8 @@ class ServerFeatures final : public Net::ServerFeatures bool haveMoveWhileSit() const override final A_CONST; bool haveKillerId() const override final A_CONST; + + bool havePincode() const override final A_CONST; }; } // namespace TmwAthena -- cgit v1.2.3-60-g2f50