it has an i
This commit is contained in:
willyb321
2018-01-26 20:31:21 +11:00
parent 4f7f79a7f4
commit bb24fa8aec
4 changed files with 8 additions and 8 deletions

6
dist/index.js vendored
View File

@@ -90,11 +90,11 @@ module.exports = {
internal: [ "01", "44", "00", 0, "2h" ]
}
},
alliance_chieftan: {
alliance_chieftain: {
edID: 128816574,
eddbID: 12,
properties: {
name: "Alliance Chieftan",
name: "Alliance Chieftain",
manufacturer: "Lakon",
class: 2,
hullCost: 17007927,
@@ -9878,7 +9878,7 @@ module.exports = {
edID: 128771884,
eddbID: 1622,
grp: "sfn",
id: "Sn",
id: "sfn",
integrity: 35,
mass: 1.3,
name: "Shutdown Field Neutraliser",

4
dist/index.json vendored
View File

@@ -136,11 +136,11 @@
]
}
},
"alliance_chieftan": {
"alliance_chieftain": {
"edID": 128816574,
"eddbID": 12,
"properties": {
"name": "Alliance Chieftan",
"name": "Alliance Chieftain",
"manufacturer": "Lakon",
"class": 2,
"hullCost": 17007927,

View File

@@ -1,9 +1,9 @@
{
"alliance_chieftan": {
"alliance_chieftain": {
"edID": 128816574,
"eddbID": 12,
"properties": {
"name": "Alliance Chieftan",
"name": "Alliance Chieftain",
"manufacturer": "Lakon",
"class": 2,
"hullCost": 17007927,

View File

@@ -1,6 +1,6 @@
module.exports = {
adder: require('./adder').adder,
alliance_chieftan: require('./alliance_chieftan').alliance_chieftan,
alliance_chieftain: require('./alliance_chieftain').alliance_chieftain,
anaconda: require('./anaconda').anaconda,
asp: require('./asp').asp,
asp_scout: require('./asp_scout').asp_scout,