fix: don't add unknown skin items to RawUpgrades #918
@ -415,6 +415,7 @@ export const addItem = async (
 | 
			
		||||
            }
 | 
			
		||||
            break;
 | 
			
		||||
        case "Upgrades": {
 | 
			
		||||
            if (typeName.substr(1).split("/")[2] == "CosmeticEnhancers") {
 | 
			
		||||
                // Needed to add Traumatic Peculiar
 | 
			
		||||
                const changes = [
 | 
			
		||||
                    {
 | 
			
		||||
@ -429,6 +430,8 @@ export const addItem = async (
 | 
			
		||||
                    }
 | 
			
		||||
                };
 | 
			
		||||
            }
 | 
			
		||||
            break;
 | 
			
		||||
        }
 | 
			
		||||
        case "Types":
 | 
			
		||||
            switch (typeName.substr(1).split("/")[2]) {
 | 
			
		||||
                case "Sentinels": {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user