mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-18 19:25:44 +00:00
miscs(triggers): spell range, fury warrior equip
This commit is contained in:
@@ -25,7 +25,7 @@ class SpellEntryPredicate
|
||||
class PartyMemberValue : public UnitCalculatedValue
|
||||
{
|
||||
public:
|
||||
PartyMemberValue(PlayerbotAI* botAI, std::string const name = "party member") : UnitCalculatedValue(botAI, name) { }
|
||||
PartyMemberValue(PlayerbotAI* botAI, std::string const name = "party member", int checkInterval = 1) : UnitCalculatedValue(botAI, name, checkInterval) { }
|
||||
|
||||
bool IsTargetOfSpellCast(Player* target, SpellEntryPredicate& predicate);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user