mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-26 07:06:23 +00:00
ci: fix codestyle and cppcheck reports (#20962)
This commit is contained in:
@@ -288,7 +288,7 @@ struct boss_nalorakk : public BossAI
|
||||
}).Schedule(11s, 24s, GROUP_BEAR, [this](TaskContext context)
|
||||
{
|
||||
DoCastSelf(SPELL_DEAFENINGROAR);
|
||||
context.Repeat(11s, 24s);
|
||||
context.Repeat(11s, 24s);
|
||||
}).Schedule(30s, GROUP_BEAR, [this](TaskContext)
|
||||
{
|
||||
ShapeShift(_bearForm);
|
||||
|
||||
Reference in New Issue
Block a user