mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-09 00:08:01 +00:00
fix(Scripts/ShadowLabyrinth): Murmur - Sonic Shock's timer (#16006)
init
This commit is contained in:
@@ -183,7 +183,7 @@ struct boss_murmur : public BossAI
|
|||||||
}).Schedule(3650ms, 9150ms, [this](TaskContext context)
|
}).Schedule(3650ms, 9150ms, [this](TaskContext context)
|
||||||
{
|
{
|
||||||
DoCastVictim(SPELL_SONIC_SHOCK);
|
DoCastVictim(SPELL_SONIC_SHOCK);
|
||||||
context.Repeat(9150ms, 10s);
|
context.Repeat(3650ms, 9150ms);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user