bug fixes
This commit is contained in:
parent
4346141c83
commit
eb413f08f1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue