Commit e9fd1053 authored by xiaoye's avatar xiaoye

Update CardSearchInfo.java

parent 834751c0
......@@ -248,7 +248,7 @@ public class CardSearchInfo implements ICardFilter{
}
if (ot > CardOt.ALL.getId()) {
if (ot == CardOt.NO_EXCLUSIVE.getId()) {
if (card.Ot == CardOt.OCG.getId() || card.Ot == CardOt.TCG.getId()) {
if (card.Ot == CardOt.OCG.getId() || card.Ot == CardOt.TCG.getId() || card.Ot == CardOt.CUSTOM.getId()) {
return false;
}
} else if (ot == CardOt.OCG.getId() || ot == CardOt.TCG.getId()) {
......
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