【灵脉】回放跳过时战斗卡住

dev_chengFeng
gaoxin 2021-11-22 16:28:36 +08:00
parent f81914dfaf
commit 7f68c39f91
1 changed files with 3 additions and 1 deletions

View File

@ -523,6 +523,8 @@ function this.ShowBattleResult(result, msg)
this.ShowBattleResultByTaSuiLingXiao() this.ShowBattleResultByTaSuiLingXiao()
elseif BattleManager.GetLastBattleType() == BATTLE_TYPE.JumpServerhightLadder then elseif BattleManager.GetLastBattleType() == BATTLE_TYPE.JumpServerhightLadder then
this.ShowBattleResultByJumpServerHightLadder(result) this.ShowBattleResultByJumpServerHightLadder(result)
elseif BattleManager.GetLastBattleType() == BATTLE_TYPE.LINGMAIMIJING then
this:ClosePanel()
else else
if result == 0 then -- 失败 if result == 0 then -- 失败
local haveRecord = BattleRecordManager.isHaveRecord() local haveRecord = BattleRecordManager.isHaveRecord()