diff --git a/SQF/dayz_server/missions/DayZ_Epoch_7.Lingor/mission.sqf b/SQF/dayz_server/missions/DayZ_Epoch_7.Lingor/mission.sqf index 0079bafd9..4ac538b06 100644 --- a/SQF/dayz_server/missions/DayZ_Epoch_7.Lingor/mission.sqf +++ b/SQF/dayz_server/missions/DayZ_Epoch_7.Lingor/mission.sqf @@ -1,4 +1,3 @@ - _unit_2 = objNull; if (true) then { @@ -1984,7 +1983,7 @@ if (true) then _unit_113 = objNull; if (true) then { - _this = createAgent ["ibr_lingorman4", [5511.9951, 4394.8013, 4.1448889], [], 0, "CAN_COLLIDE"]; + _this = createAgent ["ibr_lingorman4", [5509.2041, 4392.7847, 3.3642137], [], 0, "CAN_COLLIDE"]; _unit_113 = _this; _this setDir 25.054167; _this setVehicleInit "this allowDammage false; this disableAI 'FSM'; this disableAI 'MOVE'; this disableAI 'AUTOTARGET'; this disableAI 'TARGET'; this setBehaviour 'CARELESS'; this forceSpeed 0;";