fix(Scripts/Netherstorm): Crash in Netherstorm (#14934)
This commit is contained in:
parent
d538277b3e
commit
1738e242e4
1 changed files with 1 additions and 1 deletions
|
|
@ -834,7 +834,7 @@ public:
|
|||
_actionEvents.ScheduleEvent(EVENT_KAYLAAN_RESSURECTION, 1000);
|
||||
break;
|
||||
case EVENT_KAYLAAN_RESSURECTION:
|
||||
if (GetCreature(KAYLAAN_THE_LOST))
|
||||
if (GetCreature(KAYLAAN_THE_LOST) && GetCreature(ISHANAH_HIGH_PRIESTESS))
|
||||
kaylaan->CastSpell(ishanah, REDEMPTION);
|
||||
_actionEvents.ScheduleEvent(EVENT_ISHANAH_IS_BACK_AGAIN, 11000);
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue