fix: give MK1-Braton for old tutorial (#3008)
All checks were successful
Build Docker image / docker (push) Successful in 2m43s
Build / build (push) Successful in 5m39s

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:
2025-11-07 00:52:32 -08:00
committed by Sainan
parent 5c397a180c
commit f50f4a924b

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();