master priority

This commit is contained in:
Yunfan Li
2023-08-29 12:47:44 +08:00
parent 54aa73af63
commit 5599db59da

View File

@@ -78,9 +78,9 @@ Unit* PartyMemberValue::FindPartyMember(FindPlayerPredicate& predicate, bool ign
}
std::vector<std::vector<Player*>*> lists;
lists.push_back(&masters);
lists.push_back(&healers);
lists.push_back(&tanks);
lists.push_back(&masters);
lists.push_back(&others);
for (std::vector<std::vector<Player*>*>::iterator i = lists.begin(); i != lists.end(); ++i)