【战斗】首领关卡跳过功能打开

dev_chengFeng
gaoxin 2021-06-03 14:19:45 +08:00
parent 39fd13b7dc
commit 6268827039
1 changed files with 3 additions and 3 deletions

View File

@ -50,9 +50,9 @@ local UpdateBtnGMFunc = {
if not BattleManager.IsUnlockBattlePass() then if not BattleManager.IsUnlockBattlePass() then
return SKIP_STATE.LOCK, Language[12237] return SKIP_STATE.LOCK, Language[12237]
end end
if FightPointPassManager.GetCurOpenFightIdIsBoss() then -- if FightPointPassManager.GetCurOpenFightIdIsBoss() then
return SKIP_STATE.NOUSE, "首领关卡无法跳过!" -- return SKIP_STATE.NOUSE, "首领关卡无法跳过!"
end -- end
return SKIP_STATE.UNLOCK return SKIP_STATE.UNLOCK
end, end,
} }