mirror of
https://git.vectorsigma.ru/public/mod-playerbots.git
synced 2026-08-06 23:09:38 +00:00
Merge branch 'master' into self-command
This commit is contained in:
@@ -1104,7 +1104,7 @@ void PlayerbotAI::DoNextAction(bool min)
|
||||
if (!group->SameSubGroup(bot, member))
|
||||
continue;
|
||||
|
||||
if (member->getLevel() < bot->getLevel())
|
||||
if (member->GetLevel() < bot->GetLevel())
|
||||
continue;
|
||||
|
||||
// follow real player only if he has more honor/arena points
|
||||
|
||||
Reference in New Issue
Block a user