From 39001a600fcae2bcf27c225df8752d75fb92fef4 Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期五, 31 十月 2025 11:18:26 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.1.20:10010/r/Project_SG_scripts

---
 Main/System/Team/TeamBase.Properties.cs |   35 ++++++++++++++++++-----------------
 1 files changed, 18 insertions(+), 17 deletions(-)

diff --git a/Main/System/Team/TeamBase.Properties.cs b/Main/System/Team/TeamBase.Properties.cs
index 9eec33b..7dff15c 100644
--- a/Main/System/Team/TeamBase.Properties.cs
+++ b/Main/System/Team/TeamBase.Properties.cs
@@ -10,29 +10,30 @@
 
 	protected void UpdateProperties()
 	{
+		// YYL TODO
 		//	缇佺粖
-		for (int i = 0; i < teamHeros.Length; i++)
-		{
-			TeamHero hero = teamHeros[i];
-			if (null != hero)
-			{
-				for (int j = 0; j < hero.heroInfo.fetterInfoList.Count; j++)
-				{
-					hero.heroInfo.fetterInfoList[j].SetIsActiveFetter(this);
-				}
-			}
-		}
+		// for (int i = 0; i < teamHeros.Length; i++)
+		// {
+		// 	TeamHero hero = teamHeros[i];
+		// 	if (null != hero)
+		// 	{
+		// 		for (int j = 0; j < hero.heroInfo.fetterInfoList.Count; j++)
+		// 		{
+		// 			hero.heroInfo.fetterInfoList[j].SetIsActiveFetter(this);
+		// 		}
+		// 	}
+		// }
 
 		//	闃靛瀷
 
 
 		//	灞炴�ц绠�
-		for (int i = 0; i < teamHeros.Length; i++)
-		{
-			TeamHero hero = teamHeros[i];
-			if (null != hero)
-				hero.heroInfo.CalculateProperties();
-		}
+		// for (int i = 0; i < teamHeros.Length; i++)
+		// {
+		// 	TeamHero hero = teamHeros[i];
+		// 	if (null != hero)
+		// 		hero.heroInfo.CalculateProperties();
+		// }
 	}
 
     public void CalculatePower()

--
Gitblit v1.8.0