formatting

This commit is contained in:
NoxMax
2025-08-03 18:58:30 -06:00
committed by GitHub
parent 106117003f
commit 95410c5710

View File

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