修复战斗报错

dev_chengFeng
JieLing 2020-07-17 11:51:36 +08:00
parent 8d29ad39e1
commit 00422c4be7
1 changed files with 1 additions and 1 deletions

View File

@ -231,7 +231,7 @@ end
function Skill:GetDirectTargetsNoMiss()
local list = {}
for _, role in ipairs(self.effectTargets[1]) do
if self.CheckTargetIsHit(role) then
if self:CheckTargetIsHit(role) then
table.insert(list, role)
end
end