From e339364584fef180267257230a82aee19ad9809b Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期三, 15 一月 2025 14:59:20 +0800
Subject: [PATCH] 10371 【越南】【英文】【BT】【砍树】所有寻宝类型都加上每日寻宝次数上限

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

diff --git a/ServerPack/MapServerPack/HA3_Function/TreasureInfo.h b/ServerPack/MapServerPack/HA3_Function/TreasureInfo.h
index 7bcb927..8ef3019 100644
--- a/ServerPack/MapServerPack/HA3_Function/TreasureInfo.h
+++ b/ServerPack/MapServerPack/HA3_Function/TreasureInfo.h
@@ -11,6 +11,7 @@
 	BYTE		TreasureType;	//寻宝类型
 	WORD		LuckValue;	//当前幸运值
 	DWORD		TreasureCount;	//已寻宝总次数
+	DWORD		TreasureCountToday;	//今日已寻宝总次数
 	WORD		FreeCountToday;	//今日已免费寻宝次数
 	DWORD		TreasureCntAward;		//累计寻宝次数对应奖励领奖状态,按奖励记录索引二进制记录是否已领取
 	BYTE		GridLimitCnt;

--
Gitblit v1.8.0