From ff032a0d727eee13399e29391e1437bea912337c Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期六, 06 十二月 2025 16:42:46 +0800
Subject: [PATCH] 121 【武将】武将系统 - 生效武将版本,同步属性计算,更改新筛选模式
---
Main/System/Main/HeroFightingCardCell.cs | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/Main/System/Main/HeroFightingCardCell.cs b/Main/System/Main/HeroFightingCardCell.cs
index 410c72c..b5b4d6d 100644
--- a/Main/System/Main/HeroFightingCardCell.cs
+++ b/Main/System/Main/HeroFightingCardCell.cs
@@ -118,8 +118,6 @@
void ClickHero()
{
- HeroUIManager.Instance.selectHeroListJob = 0;
- HeroUIManager.Instance.selectHeroListCountry = 0;
HeroUIManager.Instance.SortHeroList();
HeroUIManager.Instance.selectHeroGuid = guid;
UIManager.Instance.OpenWindow<HeroTrainWin>();
--
Gitblit v1.8.0