diff --git a/Moose Development/Moose/Functional/Warehouse.lua b/Moose Development/Moose/Functional/Warehouse.lua index 686bede21..4a2910d59 100644 --- a/Moose Development/Moose/Functional/Warehouse.lua +++ b/Moose Development/Moose/Functional/Warehouse.lua @@ -1629,7 +1629,7 @@ WAREHOUSE = { -- @field #boolean arrived If true, asset arrived at its destination. -- -- @field #number damage Damage of asset group in percent. --- @field Ops.AirWing#AIRWING.Payload payload The payload of the asset. +-- @field Ops.Airwing#AIRWING.Payload payload The payload of the asset. -- @field Ops.OpsGroup#OPSGROUP flightgroup The flightgroup object. -- @field Ops.Cohort#COHORT cohort The cohort this asset belongs to. -- @field Ops.Legion#LEGION legion The legion this asset belonts to. diff --git a/Moose Development/Moose/Ops/Target.lua b/Moose Development/Moose/Ops/Target.lua index abba2f886..5f72742d6 100644 --- a/Moose Development/Moose/Ops/Target.lua +++ b/Moose Development/Moose/Ops/Target.lua @@ -36,7 +36,7 @@ -- @field #number prio Priority. -- @field #number importance Importance. -- @field Ops.Auftrag#AUFTRAG mission Mission attached to this target. --- @field Ops.Intelligence#INTEL.Contact contact Contact attached to this target. +-- @field Ops.Intel#INTEL.Contact contact Contact attached to this target. -- @field #boolean isDestroyed If true, target objects were destroyed. -- @field #table resources Resource list. -- @field #table conditionStart Start condition functions.