keep missionInventoryUpdate untouched
This commit is contained in:
		
							parent
							
								
									177744690d
								
							
						
					
					
						commit
						afba6b9e8c
					
				@ -184,7 +184,7 @@ const addRewardResponse = (
 | 
				
			|||||||
    ItemType: string,
 | 
					    ItemType: string,
 | 
				
			||||||
    ItemCount: number,
 | 
					    ItemCount: number,
 | 
				
			||||||
    InventoryCategory: IInventoryFieldType
 | 
					    InventoryCategory: IInventoryFieldType
 | 
				
			||||||
): void => {
 | 
					) => {
 | 
				
			||||||
    if (!ItemType) return;
 | 
					    if (!ItemType) return;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    if (!InventoryChanges[InventoryCategory]) {
 | 
					    if (!InventoryChanges[InventoryCategory]) {
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user