fix(Scripts/GruulsLair): Fix time unit typo (#25900)
This commit is contained in:
@@ -342,7 +342,7 @@ struct boss_blindeye_the_seer : public ScriptedAI
|
|||||||
DoCast(target, SPELL_HEAL);
|
DoCast(target, SPELL_HEAL);
|
||||||
}
|
}
|
||||||
context.Repeat(7200ms);
|
context.Repeat(7200ms);
|
||||||
}).Schedule(37500s, [this](TaskContext context)
|
}).Schedule(37500ms, [this](TaskContext context)
|
||||||
{
|
{
|
||||||
DoCastSelf(SPELL_GREATER_PW_SHIELD);
|
DoCastSelf(SPELL_GREATER_PW_SHIELD);
|
||||||
_scheduler.Schedule(1200ms, [this](TaskContext)
|
_scheduler.Schedule(1200ms, [this](TaskContext)
|
||||||
|
|||||||
Reference in New Issue
Block a user