From b086c6ce1341737f4fe444bb6069f7b21d3e6a28 Mon Sep 17 00:00:00 2001 From: beauxisafr Date: Wed, 18 Mar 2026 19:39:55 +0100 Subject: [PATCH] Add SkyAlliance Virtual Group 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 f1b719d..27344c3 100644 --- a/custom-data/airlines.json +++ b/custom-data/airlines.json @@ -1668,5 +1668,11 @@ "name": "Axiom", "callsign": "AXIOM", "virtual": true + }, + { + "icao": "SKA", + "name": "SkyAlliance Virtual Group", + "callsign": "SKYALLIANCE", + "virtual": true } ]