From 502382d9a6d487a4077e174a4adb4b9987cf4d01 Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期二, 21 十月 2025 17:10:00 +0800
Subject: [PATCH] 306 子 【新手】细节优化 / 新手一键上阵位置调整

---
 Main/System/HeroUI/HeroGiftEatWin.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Main/System/HeroUI/HeroGiftEatWin.cs b/Main/System/HeroUI/HeroGiftEatWin.cs
index df50c3a..70ffe29 100644
--- a/Main/System/HeroUI/HeroGiftEatWin.cs
+++ b/Main/System/HeroUI/HeroGiftEatWin.cs
@@ -128,7 +128,7 @@
         HeroUIManager.Instance.selectHeroGuidForGiftFuncForSuccessWin = HeroUIManager.Instance.selectHeroGuidForGiftFunc;
         HeroUIManager.Instance.heroBeforeGiftIDList = new List<int>(hero.talentIDList);
         HeroUIManager.Instance.heroBeforeGiftLevelList = new List<int>(hero.talentLvList);
-        HeroUIManager.Instance.lastFightPower = new KeyValuePair<string, long>(hero.itemHero.guid, hero.CalculatePower(false));
+        HeroUIManager.Instance.lastFightPower = new KeyValuePair<string, long>(hero.itemHero.guid, hero.CalculateFightPower(false));
 
         //璁剧疆涓瓑寰呭洖澶嶇殑鏍囪瘑 鏄剧ず鎴愬姛鐣岄潰
         HeroUIManager.Instance.waitResponse = new WaitHeroFuncResponse()

--
Gitblit v1.8.0