diff --git a/src/controllers/api/inventoryController.ts b/src/controllers/api/inventoryController.ts index 6d2db473..bafc0a75 100644 --- a/src/controllers/api/inventoryController.ts +++ b/src/controllers/api/inventoryController.ts @@ -318,7 +318,7 @@ export const getInventoryResponse = async ( const personalRooms = personalRoomsDb.toJSON(); inventoryResponse.Ship = personalRooms.Ship; - if (version_compare(buildLabel, "2017.03.06.15.49") < 0) { + if (version_compare(buildLabel, "2017.03.03.17.01") < 0) { // U19.4 and below use $id instead of $oid for (const category of equipmentKeys) { for (const item of inventoryResponse[category]) {