mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 00:18:43 +01:00
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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user