From 7f19b08a9d54dfcd64e3858a5eebb3132db87fc9 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期六, 24 十一月 2018 19:35:56 +0800
Subject: [PATCH] 4762 Add B2 11 助战记录列表 #tagMCHelpBattleRecordList
---
ServerPack/MapServerPack/HB2_ActionMap/HelpBattleRecordList.h | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/ServerPack/GameServerPack/HB3_PlayerSocial/HelpBattleRecordList.h b/ServerPack/MapServerPack/HB2_ActionMap/HelpBattleRecordList.h
similarity index 71%
rename from ServerPack/GameServerPack/HB3_PlayerSocial/HelpBattleRecordList.h
rename to ServerPack/MapServerPack/HB2_ActionMap/HelpBattleRecordList.h
index ea66d13..05d9675 100644
--- a/ServerPack/GameServerPack/HB3_PlayerSocial/HelpBattleRecordList.h
+++ b/ServerPack/MapServerPack/HB2_ActionMap/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];
};
--
Gitblit v1.8.0