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:
Skjalf 2023-09-03 09:43:16 -03:00 committed by GitHub
parent 6ff5f3811e
commit 4ce43d3f1f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)