Commit 01869880 authored by wyykak's avatar wyykak

fix 2pick table too large

Signed-off-by: wyykak's avatarwyykak <wyy_1414@126.com>
parent 39f25d02
Pipeline #15277 passed with stages
in 26 minutes and 52 seconds
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -181,6 +181,9 @@ function this.loadCardList(useBanList,ignoreBlackList,clCode)
if not _G["c"..clCode] then
_G["c"..clCode]={}
Duel.LoadScript("c"..clCode..".lua")
if not _G["c"..clCode].Main then
require("expansions/script/c"..clCode) -- Emergency workaround
end
end
local cl=_G["c"..clCode]
local mainList=this.toList(this.loadSet(cl.Main))
......
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