diff --git a/src/RandomPlayerbotFactory.cpp b/src/RandomPlayerbotFactory.cpp index 48531b96..ceed748d 100644 --- a/src/RandomPlayerbotFactory.cpp +++ b/src/RandomPlayerbotFactory.cpp @@ -898,7 +898,7 @@ void RandomPlayerbotFactory::CreateRandomGuilds() const uint32 guildId = f[0].Get(); const uint32 accountId = f[1].Get(); - // Boss considered 'bot' if his account is in botAccounts + // Determine if guild leader's account is a bot account. if (botAccounts.find(accountId) != botAccounts.end()) { ++guildNumber;