From ab6febff1dbce17e318a6d687b8d3e5077b85f01 Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期三, 10 十二月 2025 01:58:11 +0800
Subject: [PATCH] 363 【活动内容】开服庆典

---
 Main/Utility/UIHelper.cs |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/Main/Utility/UIHelper.cs b/Main/Utility/UIHelper.cs
index d42ccdc..a4310db 100644
--- a/Main/Utility/UIHelper.cs
+++ b/Main/Utility/UIHelper.cs
@@ -1004,6 +1004,7 @@
         {43, PlayerDataType.default34},
         {42, PlayerDataType.default33},
         {53, PlayerDataType.ChallengeVoucher},
+        {55, PlayerDataType.OSGalaScore},
         {99, PlayerDataType.ExAttr11},
     };
 
@@ -1152,6 +1153,11 @@
                     //鎸戞垬鍑瘉
                     return PlayerDatas.Instance.GetPlayerDataByType(PlayerDataType.ChallengeVoucher);
                 }
+            case 55:
+                {
+                    //寮�鏈嶅簡鍏哥Н鍒�
+                    return PlayerDatas.Instance.GetPlayerDataByType(PlayerDataType.OSGalaScore);
+                }
             case 98:
                 {
                     //杩囨湡鍨嬩唬閲戝埜

--
Gitblit v1.8.0