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.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/net/eathena/battlegroundhandler.h b/src/net/eathena/battlegroundhandler.h
index cbc6a39fa..f906a6a54 100644
--- a/src/net/eathena/battlegroundhandler.h
+++ b/src/net/eathena/battlegroundhandler.h
@@ -25,20 +25,15 @@
#include "net/battlegroundhandler.h"
-#include "net/eathena/messagehandler.h"
-
namespace EAthena
{
-class BattleGroundHandler final : public MessageHandler,
- public Net::BattleGroundHandler
+class BattleGroundHandler final : public Net::BattleGroundHandler
{
public:
BattleGroundHandler();
A_DELETE_COPY(BattleGroundHandler)
- void handleMessage(Net::MessageIn &msg) override final;
-
void registerBg(const BattleGroundTypeT &type,
const std::string &name) const override final;