Compare commits
	
		
			1 Commits
		
	
	
		
			827e224c3b
			...
			a539b07502
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| a539b07502 | 
@ -86,10 +86,7 @@ export const updateQuestStage = (
 | 
				
			|||||||
    if (ChainStage >= 0) {
 | 
					    if (ChainStage >= 0) {
 | 
				
			||||||
        const questStage = quest.Progress[ChainStage]; // guaranteed in-bounds now
 | 
					        const questStage = quest.Progress[ChainStage]; // guaranteed in-bounds now
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        for (const [key, value] of Object.entries(questStageUpdate) as [
 | 
					        for (const [key, value] of Object.entries(questStageUpdate) as [keyof IQuestStage, number | boolean | any[]][]) {
 | 
				
			||||||
            keyof IQuestStage,
 | 
					 | 
				
			||||||
            number | boolean | any[]
 | 
					 | 
				
			||||||
        ][]) {
 | 
					 | 
				
			||||||
            (questStage[key] as any) = value;
 | 
					            (questStage[key] as any) = value;
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user