From 16e0861cba013fb8c332764a39c443c5ee191714 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期三, 15 十月 2025 17:01:24 +0800 Subject: [PATCH] 66 【公会】基础主体-服务端(增加称号同步:公会成员A520 A522,排行榜Value2,演武场匹配A922; 修复演武场战斗日志记录json格式错误bug;) --- ServerPack/HA9_Function/ArenaMatchList.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/ServerPack/HA9_Function/ArenaMatchList.h b/ServerPack/HA9_Function/ArenaMatchList.h index 9dcf54e..21b7107 100644 --- a/ServerPack/HA9_Function/ArenaMatchList.h +++ b/ServerPack/HA9_Function/ArenaMatchList.h @@ -9,6 +9,7 @@ DWORD FightPowerEx; //战力整除亿部分 DWORD Face; //基本脸型 DWORD FacePic; //头像框 + DWORD TitleID; //称号 }; struct tagSCArenaMatchList -- Gitblit v1.8.0