少年修仙传服务端代码子仓库
hxp
2018-11-24 7f19b08a9d54dfcd64e3858a5eebb3132db87fc9
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];
};