少年修仙传服务端代码子仓库
hxp
2023-12-22 22b9e001d648d83ce72e2941cb6f015c96eb1eb2
10050 【后端】角色(Face相关处理)
2个文件已修改
2 ■■■■■ 已修改文件
ServerPack/GameServerPack/HB3_PlayerSocial/tagGCAnswerPlayerShortInfo.h 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPack/GameServerPack/HB3_PlayerSocial/tagGCFriendInfo.h 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPack/GameServerPack/HB3_PlayerSocial/tagGCAnswerPlayerShortInfo.h
@@ -10,4 +10,5 @@
    BYTE        OnlineType;    //在线状态, 0 不在线 1在线
    BYTE        IsInTeam;    //是否有队伍
    DWORD        ServerGroupID;    //服务器组ID
    DWORD        Face;        //基本脸型
};
ServerPack/GameServerPack/HB3_PlayerSocial/tagGCFriendInfo.h
@@ -8,6 +8,7 @@
    WORD        LV;        //等级
    WORD        RealmLV;        //境界
    BYTE        OnlineType;        //0不在线 1在线 2脱机在线
    DWORD        Face;        //基本脸型
};