From 664043e7d5f09d7a6dce36d588d830b3200978bb Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期五, 21 十一月 2025 20:04:03 +0800
Subject: [PATCH] 0312 修复属性显示错误问题
---
Main/System/HeroUI/HeroTrainWin.cs | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/Main/System/HeroUI/HeroTrainWin.cs b/Main/System/HeroUI/HeroTrainWin.cs
index d8f840d..1c05dc5 100644
--- a/Main/System/HeroUI/HeroTrainWin.cs
+++ b/Main/System/HeroUI/HeroTrainWin.cs
@@ -157,10 +157,6 @@
allAttrBtn.AddListener(() =>
{
- var item = PackManager.Instance.GetItemByIndex(PackType.Hero, functionOrder);
- if (item == null)
- return;
- var hero = HeroManager.Instance.GetHero(item.guid);
if (hero == null)
return;
var dict = FightPowerManager.Instance.GetHeroTotalAttr(hero);
--
Gitblit v1.8.0