变量名错误
This commit is contained in:
parent
43331ffe05
commit
0f2a085877
@ -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
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user