Update wrong Escape state

Found by w5860363 : http://www.trinitycore.org/f/topic/9112-halls-of-reflectioncpp-question%EF%BC%9F/
This commit is contained in:
Baeumchen
2013-10-02 19:08:14 +02:00
parent 993513ce8d
commit 3ffbd27cdd

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_22, 1000);
_events.ScheduleEvent(EVENT_ESCAPE_23, 1000);
}
break;