mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 01:08:35 +00:00
MOD_PLAYERBOTS macro
This commit is contained in:
@@ -2716,8 +2716,9 @@ void World::KickAll()
|
||||
// pussywizard: kick offline sessions
|
||||
for (SessionMap::const_iterator itr = _offlineSessions.begin(); itr != _offlineSessions.end(); ++itr)
|
||||
itr->second->KickPlayer("KickAll offline sessions");
|
||||
|
||||
#ifdef MOD_PLAYERBOTS
|
||||
sScriptMgr->OnPlayerbotLogoutBots();
|
||||
#endif
|
||||
}
|
||||
|
||||
/// Kick (and save) all players with security level less `sec`
|
||||
|
||||
Reference in New Issue
Block a user