From 8429628e055f76f2befcaf39b646a9a36a6aebf5 Mon Sep 17 00:00:00 2001
From: lcy <1459594991@qq.com>
Date: 星期二, 31 三月 2026 20:45:24 +0800
Subject: [PATCH] 492 武将登场返场配置优化 陆逊美术资源
---
Main/System/HeroDebut/HeroDebutRankWin.cs | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/Main/System/HeroDebut/HeroDebutRankWin.cs b/Main/System/HeroDebut/HeroDebutRankWin.cs
index f35f885..ecfc9f8 100644
--- a/Main/System/HeroDebut/HeroDebutRankWin.cs
+++ b/Main/System/HeroDebut/HeroDebutRankWin.cs
@@ -100,8 +100,6 @@
public void Display()
{
int heroID = manager.GetCurrentDisplayCallHeroId();
- var artConfig = ActHeroAppearArtConfig.Get(heroID);
- if (artConfig == null) return;
if (functionOrder == 0)
{
@@ -112,7 +110,7 @@
else
{
CreateAwardScroller();
- heroImage.SetSprite(artConfig.RankAwardHeroImage);
+ heroImage.SetSprite(StringUtility.Concat("HeroDebutRankAwardHero_", heroID.ToString()));
heroImage.SetNativeSize();
DisplayAwardMyRank();
}
--
Gitblit v1.8.0