【跨服天梯】代码修改提交
parent
ec7b10d08e
commit
e7f6bf85de
|
|
@ -115,7 +115,7 @@ function this.ClosePanelRefreshData()
|
|||
elseif fightType == 10 then--车迟
|
||||
--车迟抢夺cd计时
|
||||
GuildCarDelayManager.SetCdTime(GuildCarDelayProType.Loot)
|
||||
elseif fightType == 16 then--跨服天梯
|
||||
elseif fightType == BATTLE_TYPE.JumpServerhightLadder then--跨服天梯
|
||||
PopupTipPanel.ShowTip("挑战失败,罗浮争锋排行无变化!")
|
||||
end
|
||||
end
|
||||
|
|
|
|||
|
|
@ -193,7 +193,7 @@ function BattleWinPopup:NextStep()
|
|||
end, 3,true,true)
|
||||
end)
|
||||
end
|
||||
elseif m_fightType == 16 then -- 跨服天梯的战斗
|
||||
elseif m_fightType == BATTLE_TYPE.JumpServerhightLadder then -- 跨服天梯的战斗
|
||||
local bestData, allDamage= BattleRecordManager.GetBattleBestData()
|
||||
if bestData then
|
||||
-- 胜利显示本场比赛的表现最好的英雄
|
||||
|
|
|
|||
Loading…
Reference in New Issue