diff options
Diffstat (limited to 'src/net/tmwa/serverfeatures.h')
-rw-r--r-- | src/net/tmwa/serverfeatures.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/tmwa/serverfeatures.h b/src/net/tmwa/serverfeatures.h index f4031a7ea..41e64cd39 100644 --- a/src/net/tmwa/serverfeatures.h +++ b/src/net/tmwa/serverfeatures.h @@ -131,6 +131,8 @@ class ServerFeatures final : public Net::ServerFeatures bool haveMultyStatusUp() const override final A_CONST; bool haveMail() const override final A_CONST; + + bool haveServerPets() const override final A_CONST; }; } // namespace TmwAthena |