mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-15 09:50:27 +00:00
movement action
This commit is contained in:
@@ -32,7 +32,7 @@ class MyAttackerCountValue : public Uint8CalculatedValue, public Qualified
|
||||
class HasAggroValue : public BoolCalculatedValue, public Qualified
|
||||
{
|
||||
public:
|
||||
HasAggroValue(PlayerbotAI* botAI, std::string const name = "has agro") : BoolCalculatedValue(botAI, name) { }
|
||||
HasAggroValue(PlayerbotAI* botAI, std::string const name = "has aggro") : BoolCalculatedValue(botAI, name) { }
|
||||
|
||||
Unit* GetTarget();
|
||||
bool Calculate() override;
|
||||
|
||||
Reference in New Issue
Block a user