mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +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)
|
||||
{
|
||||
DoCastVictim(SPELL_SONIC_SHOCK);
|
||||
context.Repeat(9150ms, 10s);
|
||||
context.Repeat(3650ms, 9150ms);
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user