mirror of
https://github.com/liyunfan1223/mod-playerbots.git
synced 2026-02-21 02:20:00 +01:00
master priority
This commit is contained in:
parent
54aa73af63
commit
5599db59da
@ -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)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user