diff --git a/src/controllers/api/inventoryController.ts b/src/controllers/api/inventoryController.ts index 76484e6f..f5b2b2b3 100644 --- a/src/controllers/api/inventoryController.ts +++ b/src/controllers/api/inventoryController.ts @@ -461,6 +461,9 @@ export const getInventoryResponse = async ( toLegacyOid(id); } } + if (inventoryResponse.GuildId) { + toLegacyOid(inventoryResponse.GuildId); + } } } }