fix: give MK1-Braton for old tutorial (#3008)
The old tutorial is supposed to give the MK1-Braton, but giveStartingGear was defaulting to the regular Braton. Reviewed-on: #3008 Reviewed-by: Sainan <63328889+sainan@users.noreply.github.com> Co-authored-by: VoltPrime <subsonicjackal@gmail.com> Co-committed-by: VoltPrime <subsonicjackal@gmail.com>
This commit was merged in pull request #3008.
This commit is contained in:
@@ -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