修复部分技能报错的问题

dev_chengFeng
gaoxin 2020-07-16 20:43:11 +08:00
parent 67f4f4d5ee
commit 3152ff0f41
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