From bcea32c611b30556ef2ac82198a51604de23fcc4 Mon Sep 17 00:00:00 2001 From: Sainan Date: Fri, 7 Jun 2024 17:09:51 +0200 Subject: [PATCH] fix: missing note beacon in allShipDecorations This is the only orbiter decoration that does not start with `/Lotus/Types/Items/ShipDecos/`. --- static/fixed_responses/allShipDecorations.json | 1 + 1 file changed, 1 insertion(+) diff --git a/static/fixed_responses/allShipDecorations.json b/static/fixed_responses/allShipDecorations.json index 07136cad..ec5a2ca9 100644 --- a/static/fixed_responses/allShipDecorations.json +++ b/static/fixed_responses/allShipDecorations.json @@ -1,4 +1,5 @@ [ + { "ItemCount": 1, "ItemType": "/Lotus/Objects/Tenno/Props/TnoLisetTextProjector" }, { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/7thAnniversaryPoster" }, { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/8thAnniversaryPoster" }, { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/AcolyteAreaCasterBobbleHead" },