feat: clan tiers #1378
@ -409,6 +409,10 @@ const setGuildTier = (guild: TGuildDatabaseDocument, newTier: number): void => {
 | 
				
			|||||||
    guild.Tier = newTier;
 | 
					    guild.Tier = newTier;
 | 
				
			||||||
    if (guild.TechProjects) {
 | 
					    if (guild.TechProjects) {
 | 
				
			||||||
        for (const project of guild.TechProjects) {
 | 
					        for (const project of guild.TechProjects) {
 | 
				
			||||||
 | 
					            if (project.State == 1) {
 | 
				
			||||||
 | 
					                continue;
 | 
				
			||||||
 | 
					            }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            const meta = ExportDojoRecipes.research[project.ItemType];
 | 
					            const meta = ExportDojoRecipes.research[project.ItemType];
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            {
 | 
					            {
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user