avoid lookup
This commit is contained in:
parent
aa7a809e6d
commit
6478481d41
@ -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)
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user