Commit 7e25d1c7 authored by nanahira's avatar nanahira

fix

parent 320f6d63
...@@ -70,12 +70,6 @@ function Auxiliary.LoadCardPools() ...@@ -70,12 +70,6 @@ function Auxiliary.LoadCardPools()
end end
end end
function Auxiliary.SaveDeck()
for p=0,1 do
local g=Duel.GetFieldGroup(p,0xff,0)
Duel.SavePickDeck(p,g)
end
end
function Auxiliary.SaveDeck() function Auxiliary.SaveDeck()
for p=0,1 do for p=0,1 do
local g=Duel.GetFieldGroup(p,0xff,0) local g=Duel.GetFieldGroup(p,0xff,0)
......
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