feat(webui): guild view #2752
@ -10,6 +10,7 @@ import {
 | 
			
		||||
    ExportCustoms,
 | 
			
		||||
    ExportDojoRecipes,
 | 
			
		||||
    ExportDrones,
 | 
			
		||||
    ExportFactions,
 | 
			
		||||
    ExportGear,
 | 
			
		||||
    ExportKeys,
 | 
			
		||||
    ExportMisc,
 | 
			
		||||
@ -424,7 +425,7 @@ const getItemListsController: RequestHandler = (req, response) => {
 | 
			
		||||
        let name = getString(getItemName(uniqueName) || uniqueName, lang);
 | 
			
		||||
        if (uniqueName.startsWith("/Lotus/Levels/ClanDojo/ComponentPropRecipes/GradivusDilemma")) {
 | 
			
		||||
            const factionTag = uniqueName.includes("Corpus") ? "FC_CORPUS" : "FC_GRINEER";
 | 
			
		||||
            const faction = eFaction.find(f => f.tag === factionTag)?.name || factionTag;
 | 
			
		||||
            const faction = ExportFactions[factionTag].name;
 | 
			
		||||
            name += ` [${getString(faction, lang)}]`;
 | 
			
		||||
        }
 | 
			
		||||
        res.VaultDecoRecipes.push({
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user