From f3ae8542aee4b5de78fc20d9543bb424b315708f Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期三, 10 九月 2025 14:23:47 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.1.20:10010/r/Project_SG_scripts

---
 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