From ac93e899d5c6331e89ccae552ecbb502a9652d01 Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期二, 27 一月 2026 18:49:43 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.1.20:10010/r/Project_SG_scripts
---
Main/System/HeroFates/HeroFatesManager.cs | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Main/System/HeroFates/HeroFatesManager.cs b/Main/System/HeroFates/HeroFatesManager.cs
index 9962472..6bbffef 100644
--- a/Main/System/HeroFates/HeroFatesManager.cs
+++ b/Main/System/HeroFates/HeroFatesManager.cs
@@ -240,8 +240,8 @@
//涓嶆槸鎵�闇�鍝佽川
if (item.Quality != fatesQuality)
continue;
- // 鐢熸晥涓殑姝﹀皢
- if (item.isAttrActive)
+ // 婵�娲讳腑鐨勬灏�
+ if (item.isActive)
continue;
// 鍦ㄤ换浣曢樀瀹逛腑涓婇樀
bool isInAnyTeam = item.IsInAnyTeam();
--
Gitblit v1.8.0