diff options
| author | Filip <boev.filip@gmail.com> | 2013-10-02 12:40:28 -0700 |
|---|---|---|
| committer | Filip <boev.filip@gmail.com> | 2013-10-02 12:40:28 -0700 |
| commit | dd4404e6e36fc291a1b98052238d6f9b8b32f237 (patch) | |
| tree | 34a809f029466375f75dca0f41c8057a59abd14d | |
| parent | 993513ce8d1fc278f83114c5126a07edd820722a (diff) | |
| parent | 3ffbd27cddbd96d9736e7b22a286cef8f4ab2174 (diff) | |
Merge pull request #10985 from Baeumchen/patch-1
Update wrong Escape value
| -rw-r--r-- | src/server/scripts/Northrend/FrozenHalls/HallsOfReflection/halls_of_reflection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/Northrend/FrozenHalls/HallsOfReflection/halls_of_reflection.cpp b/src/server/scripts/Northrend/FrozenHalls/HallsOfReflection/halls_of_reflection.cpp index 987807c2080..9a9dfa60521 100644 --- a/src/server/scripts/Northrend/FrozenHalls/HallsOfReflection/halls_of_reflection.cpp +++ b/src/server/scripts/Northrend/FrozenHalls/HallsOfReflection/halls_of_reflection.cpp @@ -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; |
