mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 09:44:45 +01:00
Build fix
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user