From c4a4658dd0dcba9c9a5faca489f6cdf030668867 Mon Sep 17 00:00:00 2001 From: Rolando Nieves <55259441+MYTECHREVIEW@users.noreply.github.com> Date: Sat, 18 Apr 2026 15:47:42 -0400 Subject: [PATCH] Add Wolfair Aviation to airlines.json --- 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 } ]