fix(Scripts/TempleOfAhnQiraj): Skeram should cast True Fulfillment on closest non-tank player.

fix(Scripts/TempleOfAhnQiraj): Skeram should cast True Fulfillment on closest non-tank player.

Fixes #12713
This commit is contained in:
UltraNix
2022-08-27 14:45:49 +02:00
committed by GitHub
parent f7de5235f8
commit d1e7fc240c

View File

@@ -146,9 +146,7 @@ struct boss_skeram : public BossAI
events.ScheduleEvent(EVENT_ARCANE_EXPLOSION, 8s, 18s);
break;
case EVENT_FULLFILMENT:
/// @todo For some weird reason boss does not cast this
// Spell actually works, tested in duel
DoCast(SelectTarget(SelectTargetMethod::Random, 0, 0.0f, true), SPELL_TRUE_FULFILLMENT, false);
DoCast(SelectTarget(SelectTargetMethod::MinDistance, 1, 0.0f, true), SPELL_TRUE_FULFILLMENT, false);
events.ScheduleEvent(EVENT_FULLFILMENT, 20s, 30s);
break;
case EVENT_BLINK: