mirror of
https://github.com/mod-playerbots/mod-playerbots
synced 2025-11-29 15:58:20 +08: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