mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-13 09:07:19 +00:00
fix bot resurrect bot problem
This commit is contained in:
@@ -63,7 +63,7 @@ Unit* PartyMemberValue::FindPartyMember(FindPlayerPredicate& predicate, bool ign
|
||||
if (master)
|
||||
masters.push_back(master);
|
||||
|
||||
for (ObjectGuid const guid : nearestPlayers)
|
||||
for (ObjectGuid const guid : nearestGroupPlayers)
|
||||
{
|
||||
Player* player = botAI->GetPlayer(guid);
|
||||
if (!player)
|
||||
|
||||
Reference in New Issue
Block a user