avoid lookup

This commit is contained in:
Sainan 2025-03-08 12:23:30 +01:00
parent aa7a809e6d
commit 6478481d41

View File

@ -29,7 +29,7 @@ export const activateRandomModController: RequestHandler = async (req, res) => {
res.json({ res.json({
NewMod: { NewMod: {
UpgradeFingerprint: fingerprint, UpgradeFingerprint: fingerprint,
ItemType: inventory.Upgrades[upgradeIndex].ItemType, ItemType: rivenType,
ItemId: toOid(inventory.Upgrades[upgradeIndex]._id) ItemId: toOid(inventory.Upgrades[upgradeIndex]._id)
} }
}); });