From 96272dd3cf5049bdd35de283ff0c13941adf8e78 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期三, 12 三月 2025 15:17:47 +0800
Subject: [PATCH] 10416 【英文】【bt】【GM】【砍树】登录基金和幻境基金 完成后可以重置购买

---
 ServerPack/MapServerPack/HB1_Role/ZhanlingInfo.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/ServerPack/MapServerPack/HB1_Role/ZhanlingInfo.h b/ServerPack/MapServerPack/HB1_Role/ZhanlingInfo.h
index 83921ae..e40492d 100644
--- a/ServerPack/MapServerPack/HB1_Role/ZhanlingInfo.h
+++ b/ServerPack/MapServerPack/HB1_Role/ZhanlingInfo.h
@@ -14,6 +14,7 @@
 	BYTE		ZhanlingType;	// 战令类型
 	BYTE		IsActivite;	// 普通战令是否已激活
 	BYTE		IsActiviteH;	// 高级战令是否已激活
+	DWORD		AllFinishTime;	// 全部奖励领取完毕的时间戳,未完毕时该值为0,后端会在0点过天时检查可否重置,前端自行做倒计时表现即可
 	DWORD		Value1;		// 战令对应的自定义值,可选,如登录战令代表开始计算日期时间戳
 	WORD		RewardCount;
 	tagMCZhanling	RewardList[RewardCount];

--
Gitblit v1.8.0