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