feat(core): allow to debug KickPlayer() (#1549)

This commit is contained in:
Francesco Borzì
2019-03-05 22:58:40 +01:00
committed by GitHub
parent e7ace60e59
commit 0758677578
19 changed files with 44 additions and 39 deletions

View File

@@ -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);