mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-06 12:27:48 +00:00
feat(core): allow to debug KickPlayer() (#1549)
This commit is contained in:
@@ -247,7 +247,7 @@ class WorldSession
|
||||
}
|
||||
|
||||
void LogoutPlayer(bool save);
|
||||
void KickPlayer(bool setKicked = true);
|
||||
void KickPlayer(std::string const& reason, bool setKicked = true);
|
||||
|
||||
void QueuePacket(WorldPacket* new_packet);
|
||||
bool Update(uint32 diff, PacketFilter& updater);
|
||||
|
||||
Reference in New Issue
Block a user