diff --git a/ChangeLog.md b/ChangeLog.md index 2813741..06d3e29 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,6 +1,7 @@ #2.2.14 * Alter blueprint structure to combine components and features * Make hidden value of modifications its own attribute + * Fix incorrect ED ID for class 6 passenger cabins #2.2.13 * Add plasma slug special effect for plasma accelerator diff --git a/dist/index.js b/dist/index.js index 8d8cb11..dc5c6d2 100644 --- a/dist/index.js +++ b/dist/index.js @@ -12185,7 +12185,7 @@ module.exports = { }, { class: 6, cost: 61420, - edID: 12872926, + edID: 128727926, eddbID: 1567, grp: "pce", id: "me", diff --git a/dist/index.json b/dist/index.json index 5971738..2d09642 100644 --- a/dist/index.json +++ b/dist/index.json @@ -14509,7 +14509,7 @@ { "class": 6, "cost": 61420, - "edID": 12872926, + "edID": 128727926, "eddbID": 1567, "grp": "pce", "id": "me", diff --git a/modules/internal/economy_passenger_cabin.json b/modules/internal/economy_passenger_cabin.json index 35d3177..cbdd927 100644 --- a/modules/internal/economy_passenger_cabin.json +++ b/modules/internal/economy_passenger_cabin.json @@ -47,7 +47,7 @@ { "class": 6, "cost": 61420, - "edID": 12872926, + "edID": 128727926, "eddbID": 1567, "grp": "pce", "id": "me",