fix(Scripts/TheEye): make sure Telonicus doesn't erroneously cast Conflagration and cast Remote Toy instead (#18481)

how the frick did I miss this
This commit is contained in:
Dan
2024-03-04 13:34:52 +01:00
committed by GitHub
parent 2f2a4be72f
commit 77e1062c4b

View File

@@ -963,7 +963,7 @@ struct npc_telonicus : public ScriptedAI
DoCastVictim(SPELL_BOMB);
}, 3600ms, 7100ms);
ScheduleTimedEvent(13250ms, [&]{
DoCastRandomTarget(SPELL_CONFLAGRATION, 0, 100.0f);
DoCastRandomTarget(SPELL_REMOTE_TOY, 0, 100.0f);
}, 15750ms);
}