mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-25 14:46:24 +00:00
fix(Scripts/Karazhan): decrease Aran cast cooldown on normal spells (#17260)
initial
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user