From d7ab1774ac0be8153cac11b28824b315cfa7f643 Mon Sep 17 00:00:00 2001 From: Khopa Date: Sat, 22 Aug 2020 03:51:53 +0200 Subject: [PATCH] AI was not using AH_1W --- gen/flights/ai_flight_planner_db.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gen/flights/ai_flight_planner_db.py b/gen/flights/ai_flight_planner_db.py index ba989284..dd924f64 100644 --- a/gen/flights/ai_flight_planner_db.py +++ b/gen/flights/ai_flight_planner_db.py @@ -74,7 +74,7 @@ CAP_CAPABLE = [ Rafale_M, ] -# USed for CAS (Close air support) and BAI (Battlefield Interdiction) +# Used for CAS (Close air support) and BAI (Battlefield Interdiction) CAS_CAPABLE = [ MiG_15bis, @@ -117,6 +117,8 @@ CAS_CAPABLE = [ AH_64A, AH_64D, + AH_1W, + UH_1H,