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)
|
if (master)
|
||||||
masters.push_back(master);
|
masters.push_back(master);
|
||||||
|
|
||||||
for (ObjectGuid const guid : nearestPlayers)
|
for (ObjectGuid const guid : nearestGroupPlayers)
|
||||||
{
|
{
|
||||||
Player* player = botAI->GetPlayer(guid);
|
Player* player = botAI->GetPlayer(guid);
|
||||||
if (!player)
|
if (!player)
|
||||||
|
|||||||
Reference in New Issue
Block a user