From 79567a6478c701797a0949b14774f1c35594b33f Mon Sep 17 00:00:00 2001 From: Lee Date: Sat, 21 Jan 2017 17:33:31 +0000 Subject: [PATCH] Fix quest Death Comes From On High Fixed quest: Death Comes From On High. --- src/scripts/EasternKingdoms/ScarletEnclave/chapter1.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scripts/EasternKingdoms/ScarletEnclave/chapter1.cpp b/src/scripts/EasternKingdoms/ScarletEnclave/chapter1.cpp index 597ccba81..a2a74d0e1 100644 --- a/src/scripts/EasternKingdoms/ScarletEnclave/chapter1.cpp +++ b/src/scripts/EasternKingdoms/ScarletEnclave/chapter1.cpp @@ -60,7 +60,7 @@ public: void MovementInform(uint32 type, uint32 point) { - if (type == ESCORT_MOTION_TYPE && me->movespline->Finalized()) + if (type == ESCORT_MOTION_TYPE || point !=0) events.ScheduleEvent(EVENT_REGAIN_CONTROL, 1000); }