fix: give MK1-Braton for old tutorial #3008
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user