From 0f2a085877dcf51889af780e7c3b794fa3d2832f Mon Sep 17 00:00:00 2001 From: chenxi Date: Wed, 19 Apr 2023 10:50:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=98=E9=87=8F=E5=90=8D=E9=94=99=E8=AF=AF?= 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, 1 insertion(+), 1 deletion(-) diff --git a/lua/app/module/battle/component/battle_unit_comp.lua b/lua/app/module/battle/component/battle_unit_comp.lua index 7bfbd837..7b6ac05a 100644 --- a/lua/app/module/battle/component/battle_unit_comp.lua +++ b/lua/app/module/battle/component/battle_unit_comp.lua @@ -839,7 +839,7 @@ function BattleUnitComp:onSkillTakeEffect(skill) end end if succ and skill:getIsNormalType() then -- 普攻攻击成功的话 - self:checkPassiveEvent(BattleConst.PASSIVE_EVENT_TYPE.USE_NORMAL_SKILL, target) + self:checkPassiveEvent(PASSIVE_EVENT.USE_NORMAL_SKILL, target) end end