fix: EOM endo rewards showing as doubled in the client
This commit is contained in:
parent
11f2ffe64d
commit
bc8fbd5f13
@ -84,7 +84,7 @@ export const missionInventoryUpdateController: RequestHandler = async (req, res)
|
||||
MissionRewards,
|
||||
...credits,
|
||||
...inventoryUpdates,
|
||||
FusionPoints: inventoryChanges?.FusionPoints,
|
||||
//FusionPoints: inventoryChanges?.FusionPoints, // This in combination with InventoryJson or InventoryChanges seems to just double the number of endo shown, so unsure when this is needed.
|
||||
SyndicateXPItemReward,
|
||||
AffiliationMods
|
||||
});
|
||||
|
@ -39,6 +39,7 @@ export type IInventoryChanges = {
|
||||
RegularCredits?: number;
|
||||
PremiumCredits?: number;
|
||||
PremiumCreditsFree?: number;
|
||||
FusionPoints?: number;
|
||||
PrimeTokens?: number;
|
||||
InfestedFoundry?: IInfestedFoundryClient;
|
||||
Drones?: IDroneClient[];
|
||||
|
Loading…
x
Reference in New Issue
Block a user