mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-04 22:07:52 +00:00
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:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user