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