mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-22 13:06:23 +00:00
chore(value): attackers value
This commit is contained in:
@@ -25,7 +25,8 @@ class AttackersValue : public ObjectGuidListCalculatedValue
|
||||
private:
|
||||
void AddAttackersOf(Group* group, std::set<Unit*>& targets);
|
||||
void AddAttackersOf(Player* player, std::set<Unit*>& targets);
|
||||
void RemoveNonThreating(std::set<Unit*>& targets);
|
||||
void RemoveNonThreating(std::set<Unit*>& targets);
|
||||
bool hasRealThreat(Unit* attacker);
|
||||
};
|
||||
|
||||
class PossibleAddsValue : public BoolCalculatedValue
|
||||
|
||||
Reference in New Issue
Block a user