战斗同步

back_recharge
lvxinran 2020-07-17 11:54:33 +08:00
parent 73fbcf991f
commit 10924a13a6
1 changed files with 1 additions and 1 deletions

View File

@ -230,7 +230,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