-
Failed to execute `INSERT INTO card_legality (format_id, card_id, legality)
SELECT 34, bq.id, 'Legal'
FROM (
SELECT
`u`.`id` AS `id`, `u`.`layout` AS `layout`,
…
-
SELECT 33, bq.id, 'Legal'
FROM (
SELECT
`u`.`id`, `u`.`layout`,
`u`.`id` AS face_id,
CASE
WHEN layout = 'double-faced' OR layout = 'fli…
-
Failed to execute `
SELECT
d.id,
d.name AS original_name,
d.created_date,
d.updated_date,
SUM(CASE WHEN dm.games > IFNULL(odm.games…
-
```
[16:17] [mining-buddy]>wealth kronars
[16:17] 3 silver Kronars (300 copper Kronars).
[16:17] >
[16:17] [mining-buddy]>withdraw 9 gold
[16:17] The clerk counts out 9 gold Kronars and hands the…
-
Here's a list of new tiles Seiyria and I went over as possible ideas for the tilesheet:
~~mushroom - acts like a tree (blocking)~~
~~stone/cave wall - (blocking)~~
~~wooden wall - the pirate ship is …
-
for some reason the github pages branch's style.css has all the necessary -webkit- prefixes for the flexbox to function properly in safari, etc. but your master's scss files show no prefixing and the …