Fix incorrect ID for luxury passenger cabins - #37

This commit is contained in:
Cmdr McDonald
2016-11-24 19:17:07 +00:00
parent 031e5b2a37
commit 05e32fe1b1
4 changed files with 6 additions and 3 deletions

View File

@@ -1,3 +1,6 @@
#2.2.4
* Fix incorrect ID for class 5 luxury passenger cabin
#2.2.3 #2.2.3
* Fix mismatch between class 5 and class 7 fighter hangars * Fix mismatch between class 5 and class 7 fighter hangars
* Add details for concordant sequence special effect * Add details for concordant sequence special effect

2
dist/index.js vendored
View File

@@ -11592,7 +11592,7 @@ module.exports = {
pcq: [ { pcq: [ {
class: 5, class: 5,
cost: 1658100, cost: 1658100,
edID: 128727095, edID: 128727925,
eddbID: 1575, eddbID: 1575,
grp: "pcq", grp: "pcq",
id: "mm", id: "mm",

2
dist/index.json vendored
View File

@@ -13882,7 +13882,7 @@
{ {
"class": 5, "class": 5,
"cost": 1658100, "cost": 1658100,
"edID": 128727095, "edID": 128727925,
"eddbID": 1575, "eddbID": 1575,
"grp": "pcq", "grp": "pcq",
"id": "mm", "id": "mm",

View File

@@ -3,7 +3,7 @@
{ {
"class": 5, "class": 5,
"cost": 1658100, "cost": 1658100,
"edID": 128727095, "edID": 128727925,
"eddbID": 1575, "eddbID": 1575,
"grp": "pcq", "grp": "pcq",
"id": "mm", "id": "mm",