From 540eced2499bf2814f3264c0d41eb0e9c52b9957 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期日, 08 二月 2026 15:33:04 +0800
Subject: [PATCH] 462 【付费活动】限时冲刺-服务端(轮回殿)
---
PySysDB/PySysDBPY.h | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/PySysDB/PySysDBPY.h b/PySysDB/PySysDBPY.h
index 311584f..9a713be 100644
--- a/PySysDB/PySysDBPY.h
+++ b/PySysDB/PySysDBPY.h
@@ -2121,9 +2121,12 @@
//轮回殿活动时间表
-struct tagActLunhuidian
+struct ActLunhuidian
{
DWORD _CfgID; //配置ID
+ list PlatformList; //活动平台列表["平台A", "平台A", ...],配[]代表所有
+ list ServerIDList; //服务器ID列表
+ BYTE ActNum; //活动分组编号, 活动类型 * 10 + 不同界面编号
char StartDate; //开启日期
char EndDate; //结束日期
WORD LVLimit; //限制等级
@@ -2135,7 +2138,7 @@
//轮回殿活动奖励表
-struct tagActLunhuidianAward
+struct ActLunhuidianAward
{
BYTE _RoundType; //轮回类型
DWORD NeedValue; //奖励所需值
--
Gitblit v1.8.0