From 57d67a1f74f16bb4e536d4651b09fdd7d7758c97 Mon Sep 17 00:00:00 2001
From: lcy <1459594991@qq.com>
Date: 星期五, 08 五月 2026 19:02:58 +0800
Subject: [PATCH] 597 时装特卖 优化活动系统
---
Main/System/HeroDebut/HeroDebutManager.cs | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/Main/System/HeroDebut/HeroDebutManager.cs b/Main/System/HeroDebut/HeroDebutManager.cs
index 28a24f1..5f4c475 100644
--- a/Main/System/HeroDebut/HeroDebutManager.cs
+++ b/Main/System/HeroDebut/HeroDebutManager.cs
@@ -104,8 +104,7 @@
}
public readonly int sendRankType = 6;
public int loadRankType => actNum * 1000 + sendRankType;
- public const int activityType = (int)OpenServerActivityCenter.ActivityType.AT_DateActivity;
- public const int activityID = (int)NewDayActivityID.HeroDebutAct;
+ public const int activityID = (int)OperationType.HeroDebut;
public static OperationType operaType = OperationType.HeroDebut;
public Redpoint redPoint = new Redpoint(MainRedDot.HeroDebutRepoint);
--
Gitblit v1.8.0