From fe2805709cbd8cee561b475eda53674fbf06ef9e Mon Sep 17 00:00:00 2001
From: lcy <1459594991@qq.com>
Date: 星期二, 23 六月 2026 17:02:26 +0800
Subject: [PATCH] 662 武将试炼

---
 Main/System/ChallengeTab/WarlordPavilionTabHandler.cs |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/Main/System/ChallengeTab/WarlordPavilionTabHandler.cs b/Main/System/ChallengeTab/WarlordPavilionTabHandler.cs
index 2734406..d197859 100644
--- a/Main/System/ChallengeTab/WarlordPavilionTabHandler.cs
+++ b/Main/System/ChallengeTab/WarlordPavilionTabHandler.cs
@@ -3,7 +3,8 @@
 
 public class WarlordPavilionTabHandler : BaseChallengeTabHandler
 {
-    protected override int GetIndex() => 4;
+    protected override string GetIconKey() => "ChallengeTab4";
+    protected override string GetNameText() => Language.Get("ChallengeTab4");
     protected override int GetOpenState() => 0; // 0=FuncID
     protected override int GetFuncId() => (int)FuncOpenEnum.WarlordPavilion;
     protected override int GetRedpointId() => MainRedDot.WarlordPavilionRepoint;
@@ -60,4 +61,4 @@
         Refresh();
     }
 
-}
\ No newline at end of file
+}

--
Gitblit v1.8.0