From 5caf07f476cd9456c97622a8e662df7b090fbc76 Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Sat, 28 Jan 2023 11:37:11 -0800 Subject: [PATCH] Fix unit ID of the KS-19. It seems like this unit has never worked because of the unit ID mismatch. Fixes https://github.com/dcs-liberation/dcs_liberation/issues/2701. (cherry picked from commit 0df268f331a4968fd698fbc0a758fddf2db1c7cf) --- changelog.md | 6 ++++++ resources/units/ground_units/{KS19.yaml => KS-19.yaml} | 0 2 files changed, 6 insertions(+) rename resources/units/ground_units/{KS19.yaml => KS-19.yaml} (100%) diff --git a/changelog.md b/changelog.md index d6248db7..a4b848b2 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,9 @@ +# 6.1.1 + +## Fixes + +* **[Data]** Fixed unit ID for the KS-19 AAA. KS-19 would not previously generate correctly in missions. A new game is required for this fix to take effect. + # 6.1.0 Saves from 6.0.0 are compatible with 6.1.0 diff --git a/resources/units/ground_units/KS19.yaml b/resources/units/ground_units/KS-19.yaml similarity index 100% rename from resources/units/ground_units/KS19.yaml rename to resources/units/ground_units/KS-19.yaml