From 8a66bf2e0974c49abb6b8c13e7c090cba5551e20 Mon Sep 17 00:00:00 2001 From: Hornet2041 <55866858+Hornet2041@users.noreply.github.com> Date: Sun, 13 Feb 2022 06:33:37 -0500 Subject: [PATCH] Remove Fw A-8 and D-9 from Germany 1940/1942 faction --- changelog.md | 1 + resources/factions/germany_1940.json | 4 +--- resources/factions/germany_1942.json | 4 +--- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/changelog.md b/changelog.md index 0aa8f31a..de517f78 100644 --- a/changelog.md +++ b/changelog.md @@ -21,6 +21,7 @@ Saves from 5.x are not compatible with 6.0. * **[Campaign]** Fixed some minor issues in campaigns which generated error messages in the log. * **[Campaign]** Changed the way how map object / scenery kills where tracked. This fixes issues with kill recognition after map updates from ED which change the object ids and therefore prevent correct kill recognition. +* **[Data]** Removed Fw 190 A-8 and D-9 from Germany 1940 and 1942 faction list for historical accuracy. * **[Mission Generation]** Fixed incorrect radio specification for the AN/ARC-222. * **[Mission Generation]** Fixed mission scripting error when using a dedicated server. * **[Mission Generation]** Fixed an issue where empty convoys lead to an index error when a point capture made a pending transfer of units not completable anymore. diff --git a/resources/factions/germany_1940.json b/resources/factions/germany_1940.json index 7617a90d..034558a1 100644 --- a/resources/factions/germany_1940.json +++ b/resources/factions/germany_1940.json @@ -8,8 +8,6 @@ ], "aircrafts": [ "Bf 109 K-4 Kurf\u00fcrst", - "Fw 190 A-8 Anton", - "Fw 190 D-9 Dora", "Ju 88 A-4" ], "frontline_units": [ @@ -48,4 +46,4 @@ "has_jtac": false, "doctrine": "ww2", "building_set": "ww2germany" -} \ No newline at end of file +} diff --git a/resources/factions/germany_1942.json b/resources/factions/germany_1942.json index ed8be28c..f1cfc419 100644 --- a/resources/factions/germany_1942.json +++ b/resources/factions/germany_1942.json @@ -8,8 +8,6 @@ ], "aircrafts": [ "Bf 109 K-4 Kurf\u00fcrst", - "Fw 190 A-8 Anton", - "Fw 190 D-9 Dora", "Ju 88 A-4" ], "frontline_units": [ @@ -51,4 +49,4 @@ "has_jtac": false, "doctrine": "ww2", "building_set": "ww2germany" -} \ No newline at end of file +}