summaryrefslogtreecommitdiff
path: root/src/net/tmwa/battlegroundhandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/tmwa/battlegroundhandler.h')
-rw-r--r--src/net/tmwa/battlegroundhandler.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/net/tmwa/battlegroundhandler.h b/src/net/tmwa/battlegroundhandler.h
index 796d02122..4be16d7a5 100644
--- a/src/net/tmwa/battlegroundhandler.h
+++ b/src/net/tmwa/battlegroundhandler.h
@@ -39,6 +39,9 @@ class BattleGroundHandler final : public MessageHandler,
A_DELETE_COPY(BattleGroundHandler)
void handleMessage(Net::MessageIn &msg) override final;
+
+ void registerBg(const BattleGroundType::Type &type,
+ const std::string &name) const override final;
};
} // namespace TmwAthena