fix(Scripts/Karazhan): Maiden of Virtue repentance should have a cast… (#17153)
fix(Scripts/Karazhan): Maiden of Virtue repentance should have a cast time
This commit is contained in:
parent
6ff5f3811e
commit
4ce43d3f1f
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ struct boss_maiden_of_virtue : public BossAI
|
|||
DoCastAOE(SPELL_HOLY_GROUND, true);
|
||||
scheduler.Schedule(25s, [this](TaskContext context)
|
||||
{
|
||||
DoCastAOE(SPELL_REPENTANCE, true);
|
||||
DoCastAOE(SPELL_REPENTANCE);
|
||||
Talk(SAY_REPENTANCE);
|
||||
context.Repeat(25s, 35s);
|
||||
}).Schedule(8s, [this](TaskContext context)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue