fix(Scripts/IcecrownCitadel): fix Valithria Dreamwalker portals not spawning correctly (#25600)

Co-authored-by: zhangjunming <zhangjunming@DESKTOP-LQP9RI3.local>
This commit is contained in:
mingzi120
2026-07-01 04:48:14 +08:00
committed by GitHub
parent 8009bde474
commit be01c9fc48

View File

@@ -447,7 +447,7 @@ public:
if (!IsHeroic())
Talk(SAY_VALITHRIA_DREAM_PORTAL);
for (uint32 i = 0; i < _portalCount; ++i)
me->CastSpell(me, SPELL_PRE_SUMMON_DREAM_PORTAL, false);
me->CastSpell(me, SPELL_PRE_SUMMON_DREAM_PORTAL, true);
_events.ScheduleEvent(EVENT_DREAM_PORTAL, 45s, 48s);
break;
case EVENT_DREAM_SLIP: