From 51b2003e3a42cd1c329f1a1ef59d4e5cef5ae483 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期日, 09 十月 2022 18:34:12 +0800
Subject: [PATCH] 9455 【越南】【后端】通天令(改为按固定天数重置; 9621【越南】通天令修改)

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

diff --git a/ServerPack/MapServerPack/HA3_Function/TongTianLingInfo.h b/ServerPack/MapServerPack/HA3_Function/TongTianLingInfo.h
index c410972..2cad176 100644
--- a/ServerPack/MapServerPack/HA3_Function/TongTianLingInfo.h
+++ b/ServerPack/MapServerPack/HA3_Function/TongTianLingInfo.h
@@ -9,4 +9,5 @@
 	BYTE		AwardStateCount;	//等级领奖记录值数,每个值存31个记录   0-30, 31-61, ...
 	DWORD		CommAwardStateList[AwardStateCount];	//常规奖励领奖记录,按等级二进制位存储是否领奖
 	DWORD		XianAwardStateList[AwardStateCount];	//仙品奖励领奖记录,按等级二进制位存储是否领奖
+	DWORD		StartTime;	//通天令本轮开始时间戳,秒
 };

--
Gitblit v1.8.0