mirror of
https://github.com/mod-playerbots/mod-playerbots
synced 2025-12-01 21:12:50 +08:00
master priority
This commit is contained in:
@@ -78,9 +78,9 @@ Unit* PartyMemberValue::FindPartyMember(FindPlayerPredicate& predicate, bool ign
|
|||||||
}
|
}
|
||||||
|
|
||||||
std::vector<std::vector<Player*>*> lists;
|
std::vector<std::vector<Player*>*> lists;
|
||||||
|
lists.push_back(&masters);
|
||||||
lists.push_back(&healers);
|
lists.push_back(&healers);
|
||||||
lists.push_back(&tanks);
|
lists.push_back(&tanks);
|
||||||
lists.push_back(&masters);
|
|
||||||
lists.push_back(&others);
|
lists.push_back(&others);
|
||||||
|
|
||||||
for (std::vector<std::vector<Player*>*>::iterator i = lists.begin(); i != lists.end(); ++i)
|
for (std::vector<std::vector<Player*>*>::iterator i = lists.begin(); i != lists.end(); ++i)
|
||||||
|
|||||||
Reference in New Issue
Block a user