Give MK1-Braton for old tutorial
All checks were successful
Build / build (pull_request) Successful in 1m22s

This commit is contained in:
2025-11-06 04:12:52 -05:00
parent e58655e3f4
commit ebc9c7713f

View File

@@ -26,6 +26,13 @@ export const giveStartingGearGetController: RequestHandler = async (req, res) =>
ItemId: { $oid: "0" },
Configs: []
}
],
LongGuns: [
{
ItemType: "/Lotus/Weapons/Tenno/Rifle/StartingRifle",
ItemId: { $oid: "0" },
Configs: []
}
]
});
await inventory.save();