Skip to content

Commit ed3a6a1

Browse files
authored
fix(Scripts/GruulsLair): Fix time unit typo (azerothcore#25900)
1 parent 771253f commit ed3a6a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/server/scripts/Outland/GruulsLair/boss_high_king_maulgar.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ struct boss_blindeye_the_seer : public ScriptedAI
342342
DoCast(target, SPELL_HEAL);
343343
}
344344
context.Repeat(7200ms);
345-
}).Schedule(37500s, [this](TaskContext context)
345+
}).Schedule(37500ms, [this](TaskContext context)
346346
{
347347
DoCastSelf(SPELL_GREATER_PW_SHIELD);
348348
_scheduler.Schedule(1200ms, [this](TaskContext)

0 commit comments

Comments
 (0)