Commit d96e7eb8 authored by nanahira's avatar nanahira

fix

parent b8ffd54a
......@@ -65,7 +65,7 @@ function Auxiliary.LoadCardPools()
end
file:close()
for p=0,1 do
Auxiliary.LoadDB(p,pool_list[math.random(#pools)])
Auxiliary.LoadDB(p,pool_list[math.random(#pool_list)])
end
end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment