mirror of
https://github.com/araxiaonline/AzerothCore-wotlk-with-NPCBots.git
synced 2026-06-13 03:22:24 -04: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