fix: junction completion on steel path doesn't save #2937
@ -2172,7 +2172,7 @@ export const addMissionComplete = (inventory: TInventoryDatabaseDocument, { Tag,
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    if (itemIndex !== -1) {
 | 
					    if (itemIndex !== -1) {
 | 
				
			||||||
        Missions[itemIndex].Completes += Completes;
 | 
					        Missions[itemIndex].Completes += Completes;
 | 
				
			||||||
        if (Tier) {
 | 
					        if (Completes && Tier) {
 | 
				
			||||||
            Missions[itemIndex].Tier = Tier;
 | 
					            Missions[itemIndex].Tier = Tier;
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
    } else {
 | 
					    } else {
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user