mirror of
https://github.com/mod-playerbots/mod-playerbots
synced 2025-11-29 15:58:20 +08:00
Avoid aoe base
This commit is contained in:
@@ -1482,6 +1482,16 @@ bool FleeWithPetAction::Execute(Event event)
|
||||
return Flee(AI_VALUE(Unit*, "current target"));
|
||||
}
|
||||
|
||||
bool AvoidAoeAction::isUseful()
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
bool AvoidAoeAction::Execute(Event event)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
bool RunAwayAction::Execute(Event event)
|
||||
{
|
||||
return Flee(AI_VALUE(Unit*, "master target"));
|
||||
|
||||
Reference in New Issue
Block a user