Fixed Typo and Era type

This commit is contained in:
Stefan Arsic 2023-06-26 09:21:11 +02:00 committed by GitHub
parent 258f1136e2
commit 7a71065b76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,10 +26,10 @@ export class GroundUnitsDatabase extends UnitDatabase {
},
"SA-3 SAM Battery": {
"name": "SA-3 SAM Battery",
"era": ["Cold War"],
"era": ["Mid Cold War", "Late Cold War"],
"label": "SA-3 SAM Battery",
"shortLabel": "SA-3 SAM Battery",
"range": "Mediun",
"range": "Medium",
"loadouts": [
{
"fuel": 1,
@ -3668,4 +3668,4 @@ export class GroundUnitsDatabase extends UnitDatabase {
}
}
export var groundUnitsDatabase = new GroundUnitsDatabase();
export var groundUnitsDatabase = new GroundUnitsDatabase();