From 177d07ecfd609bb1d8c71991e4bcd73edb383bf0 Mon Sep 17 00:00:00 2001 From: JieLing Date: Sat, 13 Mar 2021 16:37:33 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"=E3=80=90=E6=88=98=E6=96=97=E3=80=91?= =?UTF-8?q?=3D=3D=3D=3D=3D=3D=3D=3D=3D=E6=89=93=E9=97=B9=E5=A4=A9=E5=AE=AB?= =?UTF-8?q?=E8=8E=B7=E5=8F=96=E8=8B=B1=E9=9B=84=E6=A8=A1=E6=9D=BF=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E4=BF=AE=E6=94=B9=EF=BC=8C=E6=94=B9=E4=B8=BA=E5=85=A8?= =?UTF-8?q?=E4=BB=8E=20heroconfig=20=E8=A1=A8=E8=8E=B7=E5=8F=96"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit a2b96970cc0b51d4541e72eaad7d19a5575dc226. --- .../~Lua/Modules/Expedition/ExpeditionManager.lua | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Assets/ManagedResources/~Lua/Modules/Expedition/ExpeditionManager.lua b/Assets/ManagedResources/~Lua/Modules/Expedition/ExpeditionManager.lua index b0dd08540d..6a4f2a0ce5 100644 --- a/Assets/ManagedResources/~Lua/Modules/Expedition/ExpeditionManager.lua +++ b/Assets/ManagedResources/~Lua/Modules/Expedition/ExpeditionManager.lua @@ -313,14 +313,11 @@ this.curAttackNodeInfo = {} --开始战斗 function this.ExecuteFightBattle(_nodeId,_teamId,_expInfo, callBack) local num = 1 - if this.curAttackNodeInfo and this.curAttackNodeInfo.bossTeaminfo.teamInfo and this.curAttackNodeInfo.bossTeaminfo.teamInfo > 0 then + if this.curAttackNodeInfo and this.curAttackNodeInfo.bossTeaminfo.teamInfo and this.curAttackNodeInfo.bossTeaminfo.teamInfo > 0 then num = 0 else num = 1 - LogError("this.curAttackNodeInfo.bossTeaminfo.teamInfo 数据异常") end - --大脑天宫改为类pvp类型的战斗模式 从heroconfig 抓取模板数据 - num = 1 NetManager.StartExpeditionBattleRequest(_nodeId, _teamId, _expInfo,function (msg) local fightData = BattleManager.GetBattleServerData(msg,num) for o = 1, #this.nodeInfo do