From 06b7293d0f6b5dab909f108ce9dd38488d8ac48b Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 11 Sep 2014 16:42:47 +0300 Subject: eathena: add packet CMSG_ADMIN_KICK_ALL 0x00ce. --- src/net/eathena/adminhandler.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/net/eathena/adminhandler.cpp') diff --git a/src/net/eathena/adminhandler.cpp b/src/net/eathena/adminhandler.cpp index aa4980fb9..10d573cf8 100644 --- a/src/net/eathena/adminhandler.cpp +++ b/src/net/eathena/adminhandler.cpp @@ -97,6 +97,11 @@ void AdminHandler::kick(const int playerId) const outMsg.writeInt32(playerId, "account id"); } +void AdminHandler::kickAll() const +{ + MessageOut outMsg(CMSG_ADMIN_KICK_ALL); +} + void AdminHandler::warp(const std::string &map, const int x, const int y) const { MessageOut outMsg(CMSG_PLAYER_MAPMOVE); -- cgit v1.2.3-60-g2f50