Commit 29411c68 authored by POLYMER's avatar POLYMER

fix

parent 4b2079d5
function Auxiliary.PreloadUds()
PreloadUds_Done=true
local _IsSetCard=Card.IsSetCard
Card.IsSetCard=function(c,setname,...)
if setname==0x1cc then return _IsSetCard(c,0x1cc,...) or _IsSetCard(c,0x2cc,...) end
return _IsSetCard(c,setname,...) end
end
local tableclone=function(tab,mytab)
local res=mytab or {}
......
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