From 2e002fda0477dd79ab89ebf445afecfe641e86f7 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期三, 14 八月 2024 16:24:13 +0800 Subject: [PATCH] 10238 【越南】【砍树】【主干】【港台】骑宠养成(增加骑宠养成活动,培养境界卡信息相关封包) --- ServerPack/MapServerPack/HA3_Function/PlayerFBInfoData.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/ServerPack/MapServerPack/HA3_Function/PlayerFBInfoData.h b/ServerPack/MapServerPack/HA3_Function/PlayerFBInfoData.h index d0caa21..66d3de4 100644 --- a/ServerPack/MapServerPack/HA3_Function/PlayerFBInfoData.h +++ b/ServerPack/MapServerPack/HA3_Function/PlayerFBInfoData.h @@ -8,6 +8,8 @@ WORD ItemAddCnt; //物品增加次数 BYTE PassGradeCnt; //星级值对应个数, 每个key存9个lineID DWORD PassGrade[PassGradeCnt]; //副本线路对应星级值列表 + DWORD EnterCntTotal; //累计进入次数 + DWORD PassLineID; //已过关到的lineID }; struct tagMCPlayerFBInfoData -- Gitblit v1.8.0