bug fixes
This commit is contained in:
parent
4346141c83
commit
eb413f08f1
|
@ -2000,7 +2000,7 @@ local quanyu = fk.CreateTriggerSkill {
|
||||||
self.cost_data = result
|
self.cost_data = result
|
||||||
return true
|
return true
|
||||||
end
|
end
|
||||||
elseif max_targets == 1 then
|
elseif #max_targets == 1 then
|
||||||
self.cost_data = max_targets[1]
|
self.cost_data = max_targets[1]
|
||||||
return true
|
return true
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue