Commit 1bde51db authored by nanahira's avatar nanahira

no_token

parent 8560496a
...@@ -46,7 +46,7 @@ function Auxiliary.LoadDB() ...@@ -46,7 +46,7 @@ function Auxiliary.LoadDB()
local cat=tonumber(line:sub(col+1,#line)) local cat=tonumber(line:sub(col+1,#line))
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,code) table.insert(extra,code)
else elseif (cat & TYPE_TOKEN)==0 then
table.insert(main,code) table.insert(main,code)
if forbidden_check[code] then if forbidden_check[code] then
table.insert(forbidden,code) table.insert(forbidden,code)
......
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