From e44368c7cb997ef8a599d04a27c5bc8ce81335b1 Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期三, 10 九月 2025 12:31:49 +0800
Subject: [PATCH] 117 【武将】武将系统 - 同步洗炼

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

diff --git a/Main/System/HeroUI/HeroGiftWashCell.cs b/Main/System/HeroUI/HeroGiftWashCell.cs
index 86c1f7c..3842aae 100644
--- a/Main/System/HeroUI/HeroGiftWashCell.cs
+++ b/Main/System/HeroUI/HeroGiftWashCell.cs
@@ -20,7 +20,7 @@
         int giftID = hero.talentIDList[index];
         int giftLV = hero.talentLvList[index];
 
-        giftCell.Init(giftID, giftLV);
+        giftCell.Init(giftID, giftLV, 0, hero.heroId, index, hero.awakeLevel);
 
         if (hero.talentLockList.IndexOf(index) != -1)
         {

--
Gitblit v1.8.0