Fix quest Death Comes From On High

Fixed quest: Death Comes From On High.
This commit is contained in:
Lee
2017-01-21 17:33:31 +00:00
committed by GitHub
parent e30ae1d4c3
commit 79567a6478

View File

@@ -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);
}