diff --git a/src/strategy/values/PartyMemberValue.cpp b/src/strategy/values/PartyMemberValue.cpp index d7030ab6..7139ccb1 100644 --- a/src/strategy/values/PartyMemberValue.cpp +++ b/src/strategy/values/PartyMemberValue.cpp @@ -78,9 +78,9 @@ Unit* PartyMemberValue::FindPartyMember(FindPlayerPredicate& predicate, bool ign } std::vector*> lists; + lists.push_back(&masters); lists.push_back(&healers); lists.push_back(&tanks); - lists.push_back(&masters); lists.push_back(&others); for (std::vector*>::iterator i = lists.begin(); i != lists.end(); ++i)