From 20b259aebc1e5923eefc67a2cbc8213d30c1d72e Mon Sep 17 00:00:00 2001 From: Rolando Nieves <55259441+MYTECHREVIEW@users.noreply.github.com> Date: Mon, 20 Apr 2026 13:47:03 -0400 Subject: [PATCH] Add Wolfair Aviation to airlines.json Wolfair Aviation is an approved Vatsim VA. --- custom-data/airlines.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/custom-data/airlines.json b/custom-data/airlines.json index 53183a3..87f6a38 100644 --- a/custom-data/airlines.json +++ b/custom-data/airlines.json @@ -1842,5 +1842,11 @@ "name": "VIRTUAL LION AIR GROUP", "callsign": "MENTARI", "virtual": true + }, + { + "icao": "WLF", + "name": "Wolfair Aviation", + "callsign": "Wolfair", + "virtual": true } ]