Forgot one line
This commit is contained in:
		
							parent
							
								
									e53e906976
								
							
						
					
					
						commit
						fbc76e7425
					
				@ -805,6 +805,7 @@ export const missionInventoryUpdate = async (data: IMissionInventoryUpdateReques
 | 
				
			|||||||
    if (Missions) {
 | 
					    if (Missions) {
 | 
				
			||||||
        addMissionComplete(inventory, Missions);
 | 
					        addMissionComplete(inventory, Missions);
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					    addFocusXpIncreases(inventory, FocusXpIncreases);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    const changedInventory = await inventory.save();
 | 
					    const changedInventory = await inventory.save();
 | 
				
			||||||
    return changedInventory.toJSON();
 | 
					    return changedInventory.toJSON();
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user