diff --git a/src/controllers/api/giftingController.ts b/src/controllers/api/giftingController.ts index 8dbfdd6a..ce3e5a30 100644 --- a/src/controllers/api/giftingController.ts +++ b/src/controllers/api/giftingController.ts @@ -21,7 +21,7 @@ export const giftingController: RequestHandler = async (req, res) => { res.status(400).send("9").end(); return; } - const inventory = await getInventory(account._id.toString(), "Suits"); + const inventory = await getInventory(account._id.toString(), "Suits Settings"); // Cannot gift items to players that have not completed the tutorial. if (inventory.Suits.length == 0) {