From 76240c6b2d87f8b625d2234d71acfdad5a680e54 Mon Sep 17 00:00:00 2001 From: Peter <20475516+SirOMGitsYOU@users.noreply.github.com> Date: Wed, 12 Nov 2025 11:12:10 +0000 Subject: [PATCH] Update itemId for traders Celeste and Apollo - Fixed 'processors' > 'processor' - Fixed 'orange_light_stick' > 'red_light_stick' Used correct item IDs for 2 items from items.json --- trades.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/trades.json b/trades.json index cefc30fe3..e9c66427f 100644 --- a/trades.json +++ b/trades.json @@ -111,7 +111,7 @@ }, { "trader": "Celeste", - "itemId": "processors", + "itemId": "processor", "quantity": 1, "cost": { "itemId": "assorted_seeds", @@ -581,7 +581,7 @@ }, { "trader": "Apollo", - "itemId": "orange_light_stick", + "itemId": "red_light_stick", "quantity": 1, "cost": { "itemId": "coins",