formatting

This commit is contained in:
NoxMax 2025-08-03 18:58:30 -06:00 committed by GitHub
parent 106117003f
commit 95410c5710
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2666,7 +2666,7 @@ void RandomPlayerbotMgr::GetBots()
if (botLevel < sPlayerbotAIConfig->randomBotMinLoginLevel ||
botLevel > sPlayerbotAIConfig->randomBotMaxLoginLevel)
{
continue; // Skip this bot
continue;
}
}