From ca2c061b1f0b480090bd0e70e35f78a1171ab5ae Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期一, 28 四月 2025 11:15:14 +0800
Subject: [PATCH] 10367 【越南】【英语】【BT】【砍树】仙盟攻城战-服务端(C0 28增加同步玩家仙盟ID)

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