From 6bd9608b2d7d41c0a6746529e86482bd0e55e70a Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期四, 12 九月 2024 11:42:33 +0800 Subject: [PATCH] 10261 【越南】【砍树】仙盟徽章,头像框,头像(动态),聊天气泡,聊天表情(增加头像、头像框) --- ServerPack/GameServerPack/HB3_PlayerSocial/tagGCAnswerPlayerShortInfo.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/ServerPack/GameServerPack/HB3_PlayerSocial/tagGCAnswerPlayerShortInfo.h b/ServerPack/GameServerPack/HB3_PlayerSocial/tagGCAnswerPlayerShortInfo.h index 190f030..36fc41c 100644 --- a/ServerPack/GameServerPack/HB3_PlayerSocial/tagGCAnswerPlayerShortInfo.h +++ b/ServerPack/GameServerPack/HB3_PlayerSocial/tagGCAnswerPlayerShortInfo.h @@ -11,4 +11,5 @@ BYTE IsInTeam; //是否有队伍 DWORD ServerGroupID; //服务器组ID DWORD Face; //基本脸型 + DWORD FacePic; //头像框 }; -- Gitblit v1.8.0