mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-23 05:26:22 +00:00
pet attack and bot target selection
This commit is contained in:
@@ -17,7 +17,7 @@ class AttackAction : public MovementAction
|
||||
bool Execute(Event event) override;
|
||||
|
||||
protected:
|
||||
bool Attack(Unit* target);
|
||||
bool Attack(Unit* target, bool with_pet = true);
|
||||
};
|
||||
|
||||
class AttackMyTargetAction : public AttackAction
|
||||
|
||||
Reference in New Issue
Block a user