Scripts/HallsOfReflection: Revert 3ffbd27cdd

Revert 3ffbd27cdd and PR #10985 , this change doesn't fix any issue and instead breaks the logic of the instance event.
This commit is contained in:
jackpoz
2013-10-07 20:50:08 +02:00
parent c8f525c76e
commit 6cef507b89

View File

@@ -1069,7 +1069,7 @@ class npc_jaina_or_sylvanas_escape_hor : public CreatureScript
{
me->AI()->DoCast(me, SPELL_SYLVANAS_DESTROY_ICE_WALL, false);
if (_isattackingwall)
_events.ScheduleEvent(EVENT_ESCAPE_23, 1000);
_events.ScheduleEvent(EVENT_ESCAPE_22, 1000);
}
break;