From fb0570bdb7e73e7d4dca211f365ee67b43628240 Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期五, 03 四月 2026 14:03:52 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master' into h5version
---
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