diff --git a/changelog.md b/changelog.md index 0278004a..87c58476 100644 --- a/changelog.md +++ b/changelog.md @@ -8,6 +8,7 @@ Saves from 5.1.0 are compatible with 5.1.1. * **[Mission Generation]** Fixed "Max Threat Range" error * **[Mission Generation]** Fix unculled zones not updating when needed * **[Campaign]** Vegas Nerve campaign update +* **[Data]** Removed Fw 190 A-8 and D-9 from Germany 1940 and 1942 faction list for historical accuracy. * **[UI]** Typhoon GR4 and IDS images 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 +}