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