diff --git a/src/actions/HeroAction.lua b/src/actions/HeroAction.lua index 19a8f2c..40c6b1c 100644 --- a/src/actions/HeroAction.lua +++ b/src/actions/HeroAction.lua @@ -86,7 +86,7 @@ function _M.breakRpc( agent, data ) if not role:checkItemEnough(cost) then return 4 end -- 通过指定关卡后才能突破英雄 - local pass = globalCsv.unit_break_level_pass[breakL] + local pass = globalCsv.unit_break_level_pass[breakL + 1] if pass then if not role:checkHangPass(pass) then return 4 end end -- libgit2 0.21.2