变量名错误

This commit is contained in:
chenxi 2023-04-19 10:50:10 +08:00
parent 43331ffe05
commit 0f2a085877

View File

@ -839,7 +839,7 @@ function BattleUnitComp:onSkillTakeEffect(skill)
end end
end end
if succ and skill:getIsNormalType() then -- 普攻攻击成功的话 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
end end