mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Fix some airfield data in Persian Gulf.
Not sure if this changed or has just always been wrong.
This commit is contained in:
parent
5734c29312
commit
802eff1faa
@ -410,7 +410,10 @@ AIRFIELD_DATA = {
|
|||||||
icao="OMLW",
|
icao="OMLW",
|
||||||
elevation=400,
|
elevation=400,
|
||||||
runway_length=10768,
|
runway_length=10768,
|
||||||
atc=AtcData(MHz(4, 175), MHz(39, 250), MHz(119, 300), MHz(250, 850)),
|
tacan=TacanChannel(121, TacanBand.X),
|
||||||
|
tacan_callsign="OMLW",
|
||||||
|
vor=("OMLW", MHz(117,400)),
|
||||||
|
atc=AtcData(MHz(4, 225), MHz(39, 350), MHz(119, 300), MHz(250, 950)),
|
||||||
),
|
),
|
||||||
|
|
||||||
"Al Dhafra AB": AirfieldData(
|
"Al Dhafra AB": AirfieldData(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user