Fix dependency error

This commit is contained in:
FlightControl_Master 2017-10-10 21:56:23 +02:00
parent 4de8bc742f
commit da0bf650fa

View File

@ -275,8 +275,12 @@ SPAWN = {
-- @extends Wrapper.Group#GROUP.Takeoff
--- @field #SPAWN.Takeoff Takeoff
SPAWN.Takeoff = GROUP.Takeoff
SPAWN.Takeoff = {
Air = 1,
Runway = 2,
Hot = 3,
Cold = 4,
}
--- @type SPAWN.SpawnZoneTable
-- @list <Core.Zone#ZONE_BASE> SpawnZone