mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 02:20:27 +00:00
fix(Scripts/Netherstorm): Crash in Netherstorm (#14934)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user