From d5556d4c89b355e4e6b2bd6c7ee719635d346dcc Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期六, 28 九月 2024 15:27:50 +0800
Subject: [PATCH] 10253 【越南】【砍树】【英文】聚魂 和 古宝获得物品展示(支持多选)

---
 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