fix(Scripts/ShadowLabyrinth): Murmur - Sonic Shock's timer (#16006)

init
This commit is contained in:
Eddy Vega
2023-04-18 18:06:31 -06:00
committed by GitHub
parent 110897c095
commit 4bb002f69b

View File

@@ -183,7 +183,7 @@ struct boss_murmur : public BossAI
}).Schedule(3650ms, 9150ms, [this](TaskContext context)
{
DoCastVictim(SPELL_SONIC_SHOCK);
context.Repeat(9150ms, 10s);
context.Repeat(3650ms, 9150ms);
});
}