【灵脉】回放跳过时战斗卡住
parent
f81914dfaf
commit
7f68c39f91
|
@ -523,6 +523,8 @@ function this.ShowBattleResult(result, msg)
|
|||
this.ShowBattleResultByTaSuiLingXiao()
|
||||
elseif BattleManager.GetLastBattleType() == BATTLE_TYPE.JumpServerhightLadder then
|
||||
this.ShowBattleResultByJumpServerHightLadder(result)
|
||||
elseif BattleManager.GetLastBattleType() == BATTLE_TYPE.LINGMAIMIJING then
|
||||
this:ClosePanel()
|
||||
else
|
||||
if result == 0 then -- 失败
|
||||
local haveRecord = BattleRecordManager.isHaveRecord()
|
||||
|
|
Loading…
Reference in New Issue