From 92722a93e2239070a187c5d4352c39f41b291bae Mon Sep 17 00:00:00 2001
From: lcy <1459594991@qq.com>
Date: 星期五, 13 三月 2026 20:26:54 +0800
Subject: [PATCH] 492 武将登场-客户端

---
 Main/System/CustomizedGift/CustomizedGiftModel.cs |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/Main/System/CustomizedGift/CustomizedGiftModel.cs b/Main/System/CustomizedGift/CustomizedGiftModel.cs
index 4e05365..87ba3c5 100644
--- a/Main/System/CustomizedGift/CustomizedGiftModel.cs
+++ b/Main/System/CustomizedGift/CustomizedGiftModel.cs
@@ -3,7 +3,7 @@
 
 
 //鑷�夌ぜ鍖呯殑娲诲姩
-public class CustomizedGiftModel  : GameSystemManager<CustomizedGiftModel>, IOpenServerActivity
+public class CustomizedGiftModel : GameSystemManager<CustomizedGiftModel>, IOpenServerActivity
 {
     public event Action<int> onStateUpdate;
     public Redpoint enRedPoint = new Redpoint(MainRedDot.CustomizedGiftRedpoint);
@@ -13,8 +13,10 @@
     private int GiftAwardRecord; //棰嗗彇鐘舵��
 
     public const int activityType = (int)OpenServerActivityCenter.ActivityType.AT_DateActivity;
-    public const int activityID = (int)NewDayActivityID.CustomizedGiftWin;
-    public static OperationType operaType = OperationType.CustomizedGift;
+    public const int activityID = 99999;
+    //public const int activityID = (int)NewDayActivityID.CustomizedGiftWin;
+    public static OperationType operaType = (OperationType)99999999;
+    //public static OperationType operaType = OperationType.CustomizedGift;
 
     public int actNum; //瀵瑰簲鐣岄潰
     public event Action UpdateRechargeGiftActEvent;

--
Gitblit v1.8.0