mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-18 22:19:54 -04:00
Core/Log: Log all character kicks to "network.kick" category
(cherry picked from commit 31018c3652)
This commit is contained in:
@@ -953,7 +953,7 @@ public:
|
||||
else
|
||||
handler->PSendSysMessage(LANG_COMMAND_KICKMESSAGE, playerName.c_str());
|
||||
|
||||
target->GetSession()->KickPlayer();
|
||||
target->GetSession()->KickPlayer("HandleKickPlayerCommand GM Command");
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user