mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-15 10:00:28 +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);
|
||||
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)
|
||||
|
||||
Reference in New Issue
Block a user