mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-04 22:07:52 +00:00
fix(Scripts/IcecrownCitadel): fix Valithria Dreamwalker portals not spawning correctly (#25600)
Co-authored-by: zhangjunming <zhangjunming@DESKTOP-LQP9RI3.local>
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user