mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-01 18:13:48 +00:00
fix(Scripts/TempleofAhnQiraj): Skeram's Arcane Explosion and Tru Fu… (#12736)
fix(Scripts/Temple of AhnQiraj): Skeram's Arcane Explosion and Tru Fullfilment should have cast times. Fixes #12715
This commit is contained in:
@@ -142,13 +142,13 @@ struct boss_skeram : public BossAI
|
|||||||
switch (eventId)
|
switch (eventId)
|
||||||
{
|
{
|
||||||
case EVENT_ARCANE_EXPLOSION:
|
case EVENT_ARCANE_EXPLOSION:
|
||||||
DoCastAOE(SPELL_ARCANE_EXPLOSION, true);
|
DoCastAOE(SPELL_ARCANE_EXPLOSION, false);
|
||||||
events.ScheduleEvent(EVENT_ARCANE_EXPLOSION, 8s, 18s);
|
events.ScheduleEvent(EVENT_ARCANE_EXPLOSION, 8s, 18s);
|
||||||
break;
|
break;
|
||||||
case EVENT_FULLFILMENT:
|
case EVENT_FULLFILMENT:
|
||||||
/// @todo For some weird reason boss does not cast this
|
/// @todo For some weird reason boss does not cast this
|
||||||
// Spell actually works, tested in duel
|
// Spell actually works, tested in duel
|
||||||
DoCast(SelectTarget(SelectTargetMethod::Random, 0, 0.0f, true), SPELL_TRUE_FULFILLMENT, true);
|
DoCast(SelectTarget(SelectTargetMethod::Random, 0, 0.0f, true), SPELL_TRUE_FULFILLMENT, false);
|
||||||
events.ScheduleEvent(EVENT_FULLFILMENT, 20s, 30s);
|
events.ScheduleEvent(EVENT_FULLFILMENT, 20s, 30s);
|
||||||
break;
|
break;
|
||||||
case EVENT_BLINK:
|
case EVENT_BLINK:
|
||||||
|
|||||||
Reference in New Issue
Block a user