fix(Scripts/TheEye): Fix Al'ar evading during Flame Quills (#25437)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
ea2f6236d2
commit
0cb0cbcab2
1 changed files with 1 additions and 1 deletions
|
|
@ -168,7 +168,7 @@ struct boss_alar : public BossAI
|
|||
{
|
||||
if (why == EVADE_REASON_BOUNDARY)
|
||||
BossAI::EnterEvadeMode(why);
|
||||
else if (me->GetThreatMgr().IsThreatListEmpty())
|
||||
else if (me->GetThreatMgr().IsThreatListEmpty(true))
|
||||
BossAI::EnterEvadeMode(why);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue