Commit 385bebc2 authored by fallenstardust's avatar fallenstardust Committed by GitHub

Merge pull request #171 from jwyxym/master

修改ot搜索
parents 834751c0 e9fd1053
...@@ -248,7 +248,7 @@ public class CardSearchInfo implements ICardFilter{ ...@@ -248,7 +248,7 @@ public class CardSearchInfo implements ICardFilter{
} }
if (ot > CardOt.ALL.getId()) { if (ot > CardOt.ALL.getId()) {
if (ot == CardOt.NO_EXCLUSIVE.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; return false;
} }
} else if (ot == CardOt.OCG.getId() || ot == CardOt.TCG.getId()) { } 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