mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 01:08:35 +00:00
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:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user