From f03acfd371ba3aa754391b7c6d4c2cdf448e6e34 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期三, 26 六月 2024 14:48:07 +0800 Subject: [PATCH] 10191 【越南】【主干】【港台】新增多种培养材料副本 --- ServerPack/MapServerPack/HA3_Function/PlayerFBInfoData.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/ServerPack/MapServerPack/HA3_Function/PlayerFBInfoData.h b/ServerPack/MapServerPack/HA3_Function/PlayerFBInfoData.h index c02faab..66d3de4 100644 --- a/ServerPack/MapServerPack/HA3_Function/PlayerFBInfoData.h +++ b/ServerPack/MapServerPack/HA3_Function/PlayerFBInfoData.h @@ -9,6 +9,7 @@ BYTE PassGradeCnt; //星级值对应个数, 每个key存9个lineID DWORD PassGrade[PassGradeCnt]; //副本线路对应星级值列表 DWORD EnterCntTotal; //累计进入次数 + DWORD PassLineID; //已过关到的lineID }; struct tagMCPlayerFBInfoData -- Gitblit v1.8.0