mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-09 08:17:56 +00:00
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:
@@ -53,7 +53,7 @@ struct boss_maiden_of_virtue : public BossAI
|
|||||||
DoCastAOE(SPELL_HOLY_GROUND, true);
|
DoCastAOE(SPELL_HOLY_GROUND, true);
|
||||||
scheduler.Schedule(25s, [this](TaskContext context)
|
scheduler.Schedule(25s, [this](TaskContext context)
|
||||||
{
|
{
|
||||||
DoCastAOE(SPELL_REPENTANCE, true);
|
DoCastAOE(SPELL_REPENTANCE);
|
||||||
Talk(SAY_REPENTANCE);
|
Talk(SAY_REPENTANCE);
|
||||||
context.Repeat(25s, 35s);
|
context.Repeat(25s, 35s);
|
||||||
}).Schedule(8s, [this](TaskContext context)
|
}).Schedule(8s, [this](TaskContext context)
|
||||||
|
|||||||
Reference in New Issue
Block a user