【战斗】==========被动344添加空判断
parent
267598d53b
commit
23ed8a7a2b
|
|
@ -8169,7 +8169,9 @@ local passivityList = {
|
|||
if not buff or buff.caster~=role or buff.type~=BuffName.Control then
|
||||
return
|
||||
end
|
||||
buff.target:AddBuff(Buff.Create(role, BuffName.PropertyChange, round, BattlePropList[pro],v1, ct))
|
||||
if buff.target then
|
||||
buff.target:AddBuff(Buff.Create(role, BuffName.PropertyChange, round, BattlePropList[pro],v1, ct))
|
||||
end
|
||||
end
|
||||
|
||||
local OnSkillCast=function(skill)
|
||||
|
|
|
|||
Loading…
Reference in New Issue