Commit 90c7bebf authored by nanahira's avatar nanahira

fix

parent 21a21da5
...@@ -34,9 +34,9 @@ function Auxiliary.LoadDB(p,pool) ...@@ -34,9 +34,9 @@ function Auxiliary.LoadDB(p,pool)
local lv=data[8] local lv=data[8]
if (cat & TYPE_FUSION+TYPE_SYNCHRO+TYPE_XYZ+TYPE_LINK)>0 then if (cat & TYPE_FUSION+TYPE_SYNCHRO+TYPE_XYZ+TYPE_LINK)>0 then
table.insert(extra[p],code) table.insert(extra[p],code)
for tp,list in pairs(extra_sp[p]) do for tp,list in pairs(extra_sp) do
if (cat & tp)>0 then if (cat & tp)>0 then
table.insert(list,code) table.insert(list[p],code)
end end
end end
elseif (cat & TYPE_TOKEN)==0 then elseif (cat & TYPE_TOKEN)==0 then
......
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