mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-14 09:29:09 +00:00
Fix: Updated to work with newer commits of AzerothCore
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