From 277e13e374f7b647388e9df8e5540cca9e3b1128 Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期五, 05 九月 2025 20:17:27 +0800
Subject: [PATCH] 117 【武将】武将系统 - 吞噬功能

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

diff --git a/Main/System/HeroUI/HeroShowBaseCell.cs b/Main/System/HeroUI/HeroShowBaseCell.cs
index 716237c..4f097ca 100644
--- a/Main/System/HeroUI/HeroShowBaseCell.cs
+++ b/Main/System/HeroUI/HeroShowBaseCell.cs
@@ -124,6 +124,7 @@
     // 姝﹀皢妯″瀷绔欏彴鏄剧ず
     public void Init(int heroID, int skinID, int breakLevel = 0, int star = 0, int awakelv = 0, int lv = 0, bool isShowLock = false)
     {
+        LoadPrefab();   //瀛樺湪琚嵏杞界殑鍙兘锛岄噸鏂板姞杞�
         var heroConfig = HeroConfig.Get(heroID);
         qualityBG.SetSprite("herodz" + heroConfig.Quality);
         // int skinID = 0;

--
Gitblit v1.8.0