From c7543d41c236374854b530877173205df57ff1c9 Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期一, 02 二月 2026 18:18:49 +0800
Subject: [PATCH] 62 【武将系统】武将突破界面购买材料返回未刷新
---
Main/System/HeroUI/HeroTrainWin.cs | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/Main/System/HeroUI/HeroTrainWin.cs b/Main/System/HeroUI/HeroTrainWin.cs
index 6a9f393..07fd7f1 100644
--- a/Main/System/HeroUI/HeroTrainWin.cs
+++ b/Main/System/HeroUI/HeroTrainWin.cs
@@ -353,6 +353,7 @@
return;
}
RefreshAttr();
+ heroLVBreakCell.RefreshLV(hero);
}
void RefreshHeroEvent(HeroInfo hero)
--
Gitblit v1.8.0