PennyDreadfulMTG / Penny-Dreadful-Tools

A suite of tools for the Penny Dreadful MTGO community
https://pennydreadfulmagic.com
MIT License
39 stars 28 forks source link

mtgjson does not have legalities for DOM printings #4829

Closed vorpal-buildbot closed 6 years ago

vorpal-buildbot commented 6 years ago

Reported on Discord by bakert#2193

bakert commented 6 years ago
MariaDB [cards]> SELECT * FROM card_legality WHERE card_id= 88748;
+---------+---------+-----------+----------+
| id      | card_id | format_id | legality |
+---------+---------+-----------+----------+
| 6580033 |   88748 |       133 | Legal    |
+---------+---------+-----------+----------+
1 row in set (0.00 sec)
bakert commented 6 years ago
MariaDB [cards]> SELECT  * FROM version;
+---------+
| version |
+---------+
| 3.15.2  |
+---------+
1 row in set (0.00 sec)

MariaDB [cards]> SELECT  * FROM db_version;
+---------+
| version |
+---------+
|      98 |
+---------+
1 row in set (0.00 sec)

These are the latest values and should include Dominaria (3.15)

bakert commented 6 years ago

This problem is upstream, see https://github.com/mtgjson/mtgjson/issues/580

bakert commented 6 years ago

This has been fixed.