mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-04 13:57:52 +00:00
fix(Scripts/Ulduar): Iron Roots now hits 3 random players (#26400)
Co-authored-by: Skjalf <47818697+Nyeriah@users.noreply.github.com> Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -591,7 +591,7 @@ struct boss_freya : public BossAI
|
||||
break;
|
||||
case EVENT_FREYA_IRON_ROOT:
|
||||
Talk(EMOTE_IRON_ROOTS);
|
||||
me->CastCustomSpell(SPELL_IRON_ROOTS_FREYA, SPELLVALUE_MAX_TARGETS, 1, me, false);
|
||||
me->CastCustomSpell(SPELL_IRON_ROOTS_FREYA, SPELLVALUE_MAX_TARGETS, me->GetMap()->Is25ManRaid() ? 3 : 1, me, false);
|
||||
events.Repeat(45s, 55s);
|
||||
break;
|
||||
case EVENT_FREYA_UNSTABLE_SUN_BEAM:
|
||||
|
||||
Reference in New Issue
Block a user