mirror of
https://github.com/sp-tarkov/server.git
synced 2025-02-12 21:50:43 -05:00
Fixed addRewardsToCircleContainer
adding the reward item to the output object
This commit is contained in:
parent
a4604709b1
commit
4bcbca5b04
@ -180,8 +180,7 @@ export class CircleOfCultistService {
|
||||
cultistCircleStashId,
|
||||
CircleOfCultistService.circleOfCultistSlotId,
|
||||
);
|
||||
// Add item + mods to output and profile inventory
|
||||
output.profileChanges[sessionId].items.new.push(...itemToAdd);
|
||||
// Add item + mods to profile inventory, NOT output object (confirmed on live)
|
||||
pmcData.Inventory.items.push(...itemToAdd);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user