Skip to content

Commit af4f20a

Browse files
authored
Fix aircraft model names for Lancer and Kiowa
1 parent 98ed7d5 commit af4f20a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Moose Development/Moose/Utilities/Enums.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ ENUMS.ReportingName =
523523
Tornado = "Tornado",
524524
-- Transport / Bomber / Others
525525
Atlas = "A400",
526-
Lancer = "B1-B",
526+
Lancer = "B-1B",
527527
Stratofortress = "B-52H",
528528
Herc = "C-130",
529529
Hercules = "C-130J-30",
@@ -568,7 +568,7 @@ ENUMS.ReportingName =
568568
Apache = "AH-64",
569569
Chinook = "CH-47",
570570
Sea_Stallion = "CH-53",
571-
Kiowa = "OH-58",
571+
Kiowa = "OH58D",
572572
Seahawk = "SH-60",
573573
Blackhawk = "UH-60",
574574
Sea_King = "S-61",

0 commit comments

Comments
 (0)