mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-23 05:36:23 +00:00
Fix quest Death Comes From On High
Fixed quest: Death Comes From On High.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user