【七界试炼】添加战斗结果校验

dev_chengFeng
gaoxin 2021-11-08 17:04:22 +08:00
parent a68330c17f
commit 0595ecbb46
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ function this.StartFight()
this.root:ClosePanel()
local fightData = BattleManager.GetBattleServerData(msg)
QiJieShiLianManager.battleResult = msg
UIManager.OpenPanel(UIName.BattlePanel, fightData, BATTLE_TYPE.QIJIE_FIGHT)
UIManager.OpenPanel(UIName.BattlePanel, fightData, BATTLE_TYPE.QIJIE_FIGHT):SetResult(msg.result)
end)
end