From 038e8c483c81794cbe54f4cbe4cb708884290dfd Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期二, 09 七月 2024 18:17:58 +0800
Subject: [PATCH] 10208 10206 【越南】新增大额战令(B120封包修改)

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

diff --git a/ServerPack/MapServerPack/HB1_Role/ZhanlingInfo.h b/ServerPack/MapServerPack/HB1_Role/ZhanlingInfo.h
index 43bee28..83921ae 100644
--- a/ServerPack/MapServerPack/HB1_Role/ZhanlingInfo.h
+++ b/ServerPack/MapServerPack/HB1_Role/ZhanlingInfo.h
@@ -3,15 +3,18 @@
 struct    tagMCZhanling
 {
 	DWORD		NeedValue;		// 奖励所需值
-	BYTE		FreeRewardState;		// 免费奖励是否已领取
-	BYTE		ZLRewardState;		// 战令奖励是否已领取
+	BYTE		FreeRewardState;		// 免费战令奖励是否已领取
+	BYTE		ZLRewardState;		// 普通战令奖励是否已领取
+	BYTE		ZLRewardStateH;		// 高级战令奖励是否已领取
 };
 
 struct    tagMCZhanlingInfo
 {
 	tagHead		 Head;
 	BYTE		ZhanlingType;	// 战令类型
-	BYTE		IsActivite;	// 是否已激活
+	BYTE		IsActivite;	// 普通战令是否已激活
+	BYTE		IsActiviteH;	// 高级战令是否已激活
+	DWORD		Value1;		// 战令对应的自定义值,可选,如登录战令代表开始计算日期时间戳
 	WORD		RewardCount;
 	tagMCZhanling	RewardList[RewardCount];
 };

--
Gitblit v1.8.0