Commit 552b1a10 authored by nanahira's avatar nanahira

fix_sayuri_kyoshi

parent 35de11d9
...@@ -26,7 +26,7 @@ function cm.lcheck(g) ...@@ -26,7 +26,7 @@ function cm.lcheck(g)
return not g:IsExists(cm.lfilter,1,nil,g) return not g:IsExists(cm.lfilter,1,nil,g)
end end
function cm.lfilter(c,g) function cm.lfilter(c,g)
return g:IsExists(Card.IsLinkCode,1,c,c:GetCode()) return g:IsExists(Card.IsLinkCode,1,c,c:GetLinkCode())
end end
function cm.cfilter(c,g) function cm.cfilter(c,g)
return g:IsContains(c) return g:IsContains(c)
......
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