少年修仙传服务端代码子仓库
hxp
2018-11-24 7f19b08a9d54dfcd64e3858a5eebb3132db87fc9
4762 Add B2 11 助战记录列表 #tagMCHelpBattleRecordList
2 文件已重命名
1个文件已删除
1个文件已添加
10 ■■■■ 已修改文件
ServerPack/GameServerPack/HB3_PlayerSocial/HelpBattleRecordList.des 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPack/MapServerPack/HB2_ActionMap/HelpBattleRecordList 补丁 | 查看 | 原始文档 | blame | 历史
ServerPack/MapServerPack/HB2_ActionMap/HelpBattleRecordList.des 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPack/MapServerPack/HB2_ActionMap/HelpBattleRecordList.h 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPack/GameServerPack/HB3_PlayerSocial/HelpBattleRecordList.des
File was deleted
ServerPack/MapServerPack/HB2_ActionMap/HelpBattleRecordList
ServerPack/MapServerPack/HB2_ActionMap/HelpBattleRecordList.des
New file
@@ -0,0 +1 @@
B2 11 助战记录列表 #tagMCHelpBattleRecordList
ServerPack/MapServerPack/HB2_ActionMap/HelpBattleRecordList.h
File was renamed from ServerPack/GameServerPack/HB3_PlayerSocial/HelpBattleRecordList.h
@@ -1,6 +1,6 @@
// B3 11 助战记录列表 #tagGCHelpBattleRecordList
// B2 11 助战记录列表 #tagMCHelpBattleRecordList
struct    tagGCHelpBattleRecord
struct    tagMCHelpBattleRecord
{
    DWORD        CallPlayerID;    // 邀请助战的玩家ID
    BYTE        NameLen;
@@ -13,9 +13,9 @@
    char        HelpTime[19];    // 助战时间yyyy-MM-dd hh:mm:ss
};
struct    tagGCHelpBattleRecordList
struct    tagMCHelpBattleRecordList
{
    tagHead         Head;
    WORD        RecordCount;    // 记录数
    tagGCHelpBattleRecord        RecordList[RecordCount];
    tagMCHelpBattleRecord        RecordList[RecordCount];
};