From a86d97d4b58e5412b2070ffe7c87b3fe65170986 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期五, 21 六月 2019 12:10:26 +0800 Subject: [PATCH] 7394 【2.0】【后端】雷罚BOSS(删除诛仙装备) --- ServerPack/MapServerPack/HB2_ActionMap/HelpBattleRecordList.h | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/ServerPack/MapServerPack/HB2_ActionMap/HelpBattleRecordList.h b/ServerPack/MapServerPack/HB2_ActionMap/HelpBattleRecordList.h index 933ae24..05d9675 100644 --- a/ServerPack/MapServerPack/HB2_ActionMap/HelpBattleRecordList.h +++ b/ServerPack/MapServerPack/HB2_ActionMap/HelpBattleRecordList.h @@ -7,7 +7,6 @@ char CallPlayerName[NameLen]; // 邀请助战的玩家名,size = NameLen DWORD MapID; BYTE FuncLineID; - WORD XianyuanCoinAddTheory; // 理论增加的仙缘币 WORD XianyuanCoinAdd; // 增加的仙缘币,0代表已达上限 BYTE Relation; // 当时的关系:0-无,1-好友,2-盟友 BYTE VIPLV; // 当时的VIP等级 -- Gitblit v1.8.0