mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
Fixed Typo and Era type
This commit is contained in:
parent
258f1136e2
commit
7a71065b76
@ -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();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user