bug fixes

This commit is contained in:
baisebaoma 2024-04-09 15:32:47 +08:00
parent 4346141c83
commit eb413f08f1
1 changed files with 1 additions and 1 deletions

View File

@ -2000,7 +2000,7 @@ local quanyu = fk.CreateTriggerSkill {
self.cost_data = result
return true
end
elseif max_targets == 1 then
elseif #max_targets == 1 then
self.cost_data = max_targets[1]
return true
end