[战斗] 被动268修改

dev_chengFeng
wangzhenxing 2020-11-14 19:20:55 +09:00
parent af915fb480
commit b1549b470b
1 changed files with 1 additions and 1 deletions

View File

@ -5371,7 +5371,7 @@ local passivityList = {
local targets=skill:GetDirectTargets()
local aaa=nil
for key, value in pairs(list) do
if value and not BattleUtil.ChecklistIsContainValue(list,value) then
if value and not BattleUtil.ChecklistIsContainValue(targets,value) then
aaa=value
break
end