diff --git a/img/setSymbols/official/scd-c.png b/img/setSymbols/official/scd-c.png new file mode 100644 index 00000000..843dd8c7 Binary files /dev/null and b/img/setSymbols/official/scd-c.png differ diff --git a/img/setSymbols/official/scd-m.png b/img/setSymbols/official/scd-m.png new file mode 100644 index 00000000..5a436850 Binary files /dev/null and b/img/setSymbols/official/scd-m.png differ diff --git a/img/setSymbols/official/scd-r.png b/img/setSymbols/official/scd-r.png new file mode 100644 index 00000000..a7415dee Binary files /dev/null and b/img/setSymbols/official/scd-r.png differ diff --git a/img/setSymbols/official/scd-u.png b/img/setSymbols/official/scd-u.png new file mode 100644 index 00000000..85add9ea Binary files /dev/null and b/img/setSymbols/official/scd-u.png differ diff --git a/img/setSymbols/official/woc-c.png b/img/setSymbols/official/woc-c.png new file mode 100644 index 00000000..8eb8f9d7 Binary files /dev/null and b/img/setSymbols/official/woc-c.png differ diff --git a/img/setSymbols/official/woc-m.png b/img/setSymbols/official/woc-m.png new file mode 100644 index 00000000..e46e7fb7 Binary files /dev/null and b/img/setSymbols/official/woc-m.png differ diff --git a/img/setSymbols/official/woc-r.png b/img/setSymbols/official/woc-r.png new file mode 100644 index 00000000..1fe035d6 Binary files /dev/null and b/img/setSymbols/official/woc-r.png differ diff --git a/img/setSymbols/official/woc-u.png b/img/setSymbols/official/woc-u.png new file mode 100644 index 00000000..29cc7921 Binary files /dev/null and b/img/setSymbols/official/woc-u.png differ diff --git a/img/setSymbols/official/woe-c.png b/img/setSymbols/official/woe-c.png new file mode 100644 index 00000000..b9b9a8f6 Binary files /dev/null and b/img/setSymbols/official/woe-c.png differ diff --git a/img/setSymbols/official/woe-m.png b/img/setSymbols/official/woe-m.png new file mode 100644 index 00000000..d4dcbcd0 Binary files /dev/null and b/img/setSymbols/official/woe-m.png differ diff --git a/img/setSymbols/official/woe-r.png b/img/setSymbols/official/woe-r.png new file mode 100644 index 00000000..dba79005 Binary files /dev/null and b/img/setSymbols/official/woe-r.png differ diff --git a/img/setSymbols/official/woe-u.png b/img/setSymbols/official/woe-u.png new file mode 100644 index 00000000..cd472253 Binary files /dev/null and b/img/setSymbols/official/woe-u.png differ diff --git a/js/creator-23.js b/js/creator-23.js index 433cec50..886e9b09 100644 --- a/js/creator-23.js +++ b/js/creator-23.js @@ -4034,7 +4034,7 @@ function fetchSetSymbol() { uploadSetSymbol('http://gatherer.wizards.com/Handlers/Image.ashx?type=symbol&set=' + setCode + '&size=large&rarity=' + setRarity, 'resetSetSymbol'); } else { var extension = 'svg'; - if (['moc', 'ltr', 'ltc', 'cmm', 'who'].includes(setCode.toLowerCase())) { + if (['moc', 'ltr', 'ltc', 'cmm', 'who', 'scd', 'woe', 'wot', 'woc'].includes(setCode.toLowerCase())) { extension = 'png'; } if (setSymbolAliases.has(setCode.toLowerCase())) setCode = setSymbolAliases.get(setCode.toLowerCase());