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:
parent
f7de5235f8
commit
d1e7fc240c
1 changed files with 1 additions and 3 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue