diff --git a/src/controllers/api/giveStartingGearController.ts b/src/controllers/api/giveStartingGearController.ts index 895ffec3..6dcba34b 100644 --- a/src/controllers/api/giveStartingGearController.ts +++ b/src/controllers/api/giveStartingGearController.ts @@ -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();