diff options
Diffstat (limited to 'src/card_db.js')
| -rw-r--r-- | src/card_db.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/card_db.js b/src/card_db.js index c37f487..373fbc0 100644 --- a/src/card_db.js +++ b/src/card_db.js @@ -1,4 +1,5 @@ import ocgBanList from "./ocg_banlist.json"; +import tcgBanList from "./tcg_banlist.json"; import cnocgBanList from './cnocg_banlist.json'; import mdBanList from './md_banlist.json'; @@ -13,6 +14,7 @@ let banList = { ocg: ocgBanList, cnocg: cnocgBanList, md: mdBanList, + tcg: tcgBanList, }; function cardLimit(id, env) { |
