From 09e8acb91593da385ca50ae6c036794228d6e29a Mon Sep 17 00:00:00 2001 From: xiekaidong Date: Mon, 29 May 2023 21:00:24 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E7=A9=BA=E4=BD=99=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/app/module/battle/component/battle_unit_comp.lua | 2 -- 1 file changed, 2 deletions(-) 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