diff --git a/lua/app/module/battle/component/battle_unit_comp.lua b/lua/app/module/battle/component/battle_unit_comp.lua index f26295d7..eb3fe696 100644 --- a/lua/app/module/battle/component/battle_unit_comp.lua +++ b/lua/app/module/battle/component/battle_unit_comp.lua @@ -1376,8 +1376,6 @@ function BattleUnitComp:judgeSkillEffectCondition(skill, index) return true end - - local buffConditionIndex, conditionRel = skill:getBuffConditionRel(index) if not buffConditionIndex then return true