mirror of
https://gitcode.com/GitHub_Trending/az/azerothcore-wotlk.git
synced 2026-07-11 03:13:10 +00:00
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);
|
||||
}
|
||||
context.Repeat(7200ms);
|
||||
}).Schedule(37500s, [this](TaskContext context)
|
||||
}).Schedule(37500ms, [this](TaskContext context)
|
||||
{
|
||||
DoCastSelf(SPELL_GREATER_PW_SHIELD);
|
||||
_scheduler.Schedule(1200ms, [this](TaskContext)
|
||||
|
||||
Reference in New Issue
Block a user