feat: clan tiers #1378

Merged
Sainan merged 7 commits from guild-tiers into main 2025-03-30 09:58:52 -07:00
Showing only changes of commit fec842f4f9 - Show all commits

View File

@ -409,6 +409,10 @@ const setGuildTier = (guild: TGuildDatabaseDocument, newTier: number): void => {
guild.Tier = newTier;
if (guild.TechProjects) {
for (const project of guild.TechProjects) {
if (project.State == 1) {
continue;
}
const meta = ExportDojoRecipes.research[project.ItemType];
{