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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/net/eathena/battlegroundhandler.h b/src/net/eathena/battlegroundhandler.h
index 1ddf201de..291da2877 100644
--- a/src/net/eathena/battlegroundhandler.h
+++ b/src/net/eathena/battlegroundhandler.h
@@ -44,6 +44,10 @@ class BattleGroundHandler final : public MessageHandler,
void rekoveRequest(const std::string &name) const override final;
+ void beginAck(const bool result,
+ const std::string &bgName,
+ const std::string &gameName) const override final;
+
protected:
void processBattleEmblem(Net::MessageIn &msg);