From 4759b9a771ef20f5b631762b5cd8a79a08343815 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期四, 09 四月 2026 12:02:03 +0800 Subject: [PATCH] 513 【挑战】跨服演武场-服务端(匹配结果A922增加同步玩家服务器ID) --- 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 dcdd742..6a3bc54 100644 --- a/ServerPack/HA9_Function/ArenaMatchList.h +++ b/ServerPack/HA9_Function/ArenaMatchList.h @@ -11,6 +11,7 @@ DWORD Face; //基本脸型 DWORD FacePic; //头像框 DWORD TitleID; //称号 + DWORD ServerID; }; struct tagSCArenaMatchList -- Gitblit v1.8.0