summaryrefslogtreecommitdiff
path: root/src/net/tmwa/battlegroundhandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/tmwa/battlegroundhandler.cpp')
-rw-r--r--src/net/tmwa/battlegroundhandler.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/net/tmwa/battlegroundhandler.cpp b/src/net/tmwa/battlegroundhandler.cpp
index 969628ec2..46c92d81b 100644
--- a/src/net/tmwa/battlegroundhandler.cpp
+++ b/src/net/tmwa/battlegroundhandler.cpp
@@ -42,4 +42,10 @@ void BattleGroundHandler::handleMessage(Net::MessageIn &msg A_UNUSED)
{
}
+void BattleGroundHandler::registerBg(const BattleGroundType::Type &type
+ A_UNUSED,
+ const std::string &name A_UNUSED) const
+{
+}
+
} // namespace TmwAthena