mirror of
https://github.com/mod-playerbots/mod-playerbots
synced 2025-11-29 15:58:20 +08:00
formatting
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user