From 89343a7a0909e5244a3b69c4db1294de4536243b Mon Sep 17 00:00:00 2001
From: lcy <1459594991@qq.com>
Date: 星期一, 15 十二月 2025 18:15:22 +0800
Subject: [PATCH] 262 幻境阁系统-客户端 新增仅适用武将解锁的头像和形象的红点移除规则

---
 Main/System/Store/StoreModel.cs |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/Main/System/Store/StoreModel.cs b/Main/System/Store/StoreModel.cs
index 35e8337..56e6eb9 100644
--- a/Main/System/Store/StoreModel.cs
+++ b/Main/System/Store/StoreModel.cs
@@ -557,7 +557,7 @@
         int state = GetShopIDState(shopID);
         if (state == 1 || state == 3)
         {
-            SysNotifyMgr.Instance.ShowTip(StringUtility.Contact("StoreTip", state));
+            SysNotifyMgr.Instance.ShowTip(StringUtility.Concat("StoreTip", state.ToString()));
             return false;
         }
         return true;
@@ -570,6 +570,8 @@
     Guild = 2, //2锛氬叕浼�
     Hero = 3, //3锛氬皢榄�
     OSHeroCall = 4, //4锛氬紑鏈嶆嫑鍕熺ぜ鍖�
+    OSGalaChange = 5, //5锛氬紑鏈嶅簡鍏稿厬鎹�
+    OSGalaGift = 6, //6锛氬紑鏈嶅簡鍏哥ぜ鍖�
 
 }
 

--
Gitblit v1.8.0