summaryrefslogtreecommitdiff
path: root/src/net/tmwa
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/tmwa')
-rw-r--r--src/net/tmwa/serverfeatures.cpp5
-rw-r--r--src/net/tmwa/serverfeatures.h2
2 files changed, 7 insertions, 0 deletions
diff --git a/src/net/tmwa/serverfeatures.cpp b/src/net/tmwa/serverfeatures.cpp
index be0b5ff59..4c57c7d1e 100644
--- a/src/net/tmwa/serverfeatures.cpp
+++ b/src/net/tmwa/serverfeatures.cpp
@@ -219,4 +219,9 @@ bool ServerFeatures::haveServerWarpNames() const
return false;
}
+bool ServerFeatures::haveExpPacket() const
+{
+ return false;
+}
+
} // namespace TmwAthena
diff --git a/src/net/tmwa/serverfeatures.h b/src/net/tmwa/serverfeatures.h
index a570b1a52..f30cdbd20 100644
--- a/src/net/tmwa/serverfeatures.h
+++ b/src/net/tmwa/serverfeatures.h
@@ -107,6 +107,8 @@ class ServerFeatures final : public Net::ServerFeatures
bool haveMovePet() const override final;
bool haveServerWarpNames() const override final;
+
+ bool haveExpPacket() const override final;
};
} // namespace TmwAthena