fix(Scripts/TheEye): Thaladred should only chase players (#18365)
This commit is contained in:
@@ -961,7 +961,7 @@ struct npc_thaladred : public ScriptedAI
|
|||||||
ScheduleTimedEvent(100ms, [&]
|
ScheduleTimedEvent(100ms, [&]
|
||||||
{
|
{
|
||||||
DoResetThreatList();
|
DoResetThreatList();
|
||||||
if (Unit* target = SelectTarget(SelectTargetMethod::Random, 0))
|
if (Unit* target = SelectTarget(SelectTargetMethod::Random, 0, 0.0f, true))
|
||||||
{
|
{
|
||||||
me->AddThreat(target, 10000000.0f);
|
me->AddThreat(target, 10000000.0f);
|
||||||
Talk(EMOTE_THALADRED_FIXATE, target);
|
Talk(EMOTE_THALADRED_FIXATE, target);
|
||||||
|
|||||||
Reference in New Issue
Block a user