Fix the rewards of Second Dream #1498
@ -359,7 +359,9 @@ export const addFixedLevelRewards = (
 | 
				
			|||||||
    if (rewards.countedItems) {
 | 
					    if (rewards.countedItems) {
 | 
				
			||||||
        for (const item of rewards.countedItems) {
 | 
					        for (const item of rewards.countedItems) {
 | 
				
			||||||
            MissionRewards.push({
 | 
					            MissionRewards.push({
 | 
				
			||||||
                StoreItem: item.ItemType.includes(`/StoreItems/`) ? item.ItemType : `/Lotus/StoreItems${item.ItemType.substring("Lotus/".length)}`,
 | 
					                StoreItem: item.ItemType.includes(`/StoreItems/`)
 | 
				
			||||||
 | 
					                    ? item.ItemType
 | 
				
			||||||
 | 
					                    : `/Lotus/StoreItems${item.ItemType.substring("Lotus/".length)}`,
 | 
				
			||||||
                ItemCount: item.ItemCount
 | 
					                ItemCount: item.ItemCount
 | 
				
			||||||
            });
 | 
					            });
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user