From 202ca389c3a081f17d6e8a9c6a3df1e59ad4f039 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期二, 25 六月 2024 16:21:06 +0800
Subject: [PATCH] 10185 【越南】【港台】【主干】BOSS凭证修改

---
 ServerPack/MapServerPack/HA3_Function/PlayerFBInfoData.h |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/ServerPack/MapServerPack/HA3_Function/PlayerFBInfoData.h b/ServerPack/MapServerPack/HA3_Function/PlayerFBInfoData.h
index d0caa21..a7b26a1 100644
--- a/ServerPack/MapServerPack/HA3_Function/PlayerFBInfoData.h
+++ b/ServerPack/MapServerPack/HA3_Function/PlayerFBInfoData.h
@@ -7,7 +7,9 @@
 	WORD		RecoverCnt;	//找回次数
 	WORD		ItemAddCnt;	//物品增加次数
 	BYTE		PassGradeCnt;	//星级值对应个数, 每个key存9个lineID
-	DWORD		PassGrade[PassGradeCnt];	//副本线路对应星级值列表
+	DWORD		PassGrade[PassGradeCnt];	//副本线路对应星级值列表,一般仅线路有星级设定的才有
+	DWORD		EnterCntTotal;	//累计进入次数
+	DWORD		PassLineID;	//已过关到的lineID
 };
 
 struct    tagMCPlayerFBInfoData

--
Gitblit v1.8.0