mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-13 17:09:08 +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