Remove Fw A-8 and D-9 from Germany 1940/1942 faction

This commit is contained in:
Hornet2041 2022-02-13 06:33:37 -05:00 committed by GitHub
parent 2e901f3586
commit 8a66bf2e09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 6 deletions

View File

@ -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]** 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. * **[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 incorrect radio specification for the AN/ARC-222.
* **[Mission Generation]** Fixed mission scripting error when using a dedicated server. * **[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. * **[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.

View File

@ -8,8 +8,6 @@
], ],
"aircrafts": [ "aircrafts": [
"Bf 109 K-4 Kurf\u00fcrst", "Bf 109 K-4 Kurf\u00fcrst",
"Fw 190 A-8 Anton",
"Fw 190 D-9 Dora",
"Ju 88 A-4" "Ju 88 A-4"
], ],
"frontline_units": [ "frontline_units": [
@ -48,4 +46,4 @@
"has_jtac": false, "has_jtac": false,
"doctrine": "ww2", "doctrine": "ww2",
"building_set": "ww2germany" "building_set": "ww2germany"
} }

View File

@ -8,8 +8,6 @@
], ],
"aircrafts": [ "aircrafts": [
"Bf 109 K-4 Kurf\u00fcrst", "Bf 109 K-4 Kurf\u00fcrst",
"Fw 190 A-8 Anton",
"Fw 190 D-9 Dora",
"Ju 88 A-4" "Ju 88 A-4"
], ],
"frontline_units": [ "frontline_units": [
@ -51,4 +49,4 @@
"has_jtac": false, "has_jtac": false,
"doctrine": "ww2", "doctrine": "ww2",
"building_set": "ww2germany" "building_set": "ww2germany"
} }