summaryrefslogtreecommitdiff
path: root/src/net/eathena/battlegroundhandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/eathena/battlegroundhandler.cpp')
-rw-r--r--src/net/eathena/battlegroundhandler.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/net/eathena/battlegroundhandler.cpp b/src/net/eathena/battlegroundhandler.cpp
index 91078e141..a876a708e 100644
--- a/src/net/eathena/battlegroundhandler.cpp
+++ b/src/net/eathena/battlegroundhandler.cpp
@@ -159,4 +159,10 @@ void BattleGroundHandler::registerBg(const BattleGroundType::Type &type,
outMsg.writeString(name, 24, "bg name");
}
+void BattleGroundHandler::rekoveRequest(const std::string &name) const
+{
+ createOutPacket(CMSG_BATTLE_REVOKE);
+ outMsg.writeString(name, 24, "bg name");
+}
+
} // namespace EAthena