Build fix

This commit is contained in:
Shauren
2016-10-22 02:04:53 +02:00
parent 537ff17ca0
commit 189455d2fb

View File

@@ -325,7 +325,7 @@ class boss_svala : public CreatureScript
pos.m_positionY = me->GetHomePosition().GetPositionY();
pos.m_positionZ = 90.6065f;
me->GetMotionMaster()->MoveLand(0, pos);
me->SetDisableGravity(false, true);
me->SetDisableGravity(false);
me->SetHover(true);
events.ScheduleEvent(EVENT_INTRO_DESPAWN_ARTHAS, 3 * IN_MILLISECONDS, 0, INTRO);
break;