fix(Scripts/Karazhan): decrease Aran cast cooldown on normal spells (#17260)

initial
This commit is contained in:
Dan
2023-09-15 10:57:53 +02:00
committed by GitHub
parent 66379d9071
commit d18368ad60

View File

@@ -242,7 +242,7 @@ struct boss_shade_of_aran : public BossAI
DoCast(target, CurrentNormalSpell);
}
}
context.Repeat(10s);
context.Repeat(2s);
}).Schedule(5s, [this](TaskContext context)
{
switch (urand(0, 1))