mirror of
https://github.com/liyunfan1223/mod-playerbots.git
synced 2026-02-20 10:00:02 +01:00
Update RandomPlayerbotFactory.cpp
This commit is contained in:
parent
3f050a4a77
commit
1d19dea974
@ -898,7 +898,7 @@ void RandomPlayerbotFactory::CreateRandomGuilds()
|
||||
const uint32 guildId = f[0].Get<uint32>();
|
||||
const uint32 accountId = f[1].Get<uint32>();
|
||||
|
||||
// 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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user