Add SCD, WOE, WOC set symbols
BIN
img/setSymbols/official/scd-c.png
Normal file
After Width: | Height: | Size: 20 KiB |
BIN
img/setSymbols/official/scd-m.png
Normal file
After Width: | Height: | Size: 133 KiB |
BIN
img/setSymbols/official/scd-r.png
Normal file
After Width: | Height: | Size: 140 KiB |
BIN
img/setSymbols/official/scd-u.png
Normal file
After Width: | Height: | Size: 144 KiB |
BIN
img/setSymbols/official/woc-c.png
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
img/setSymbols/official/woc-m.png
Normal file
After Width: | Height: | Size: 41 KiB |
BIN
img/setSymbols/official/woc-r.png
Normal file
After Width: | Height: | Size: 31 KiB |
BIN
img/setSymbols/official/woc-u.png
Normal file
After Width: | Height: | Size: 33 KiB |
BIN
img/setSymbols/official/woe-c.png
Normal file
After Width: | Height: | Size: 20 KiB |
BIN
img/setSymbols/official/woe-m.png
Normal file
After Width: | Height: | Size: 107 KiB |
BIN
img/setSymbols/official/woe-r.png
Normal file
After Width: | Height: | Size: 46 KiB |
BIN
img/setSymbols/official/woe-u.png
Normal file
After Width: | Height: | Size: 46 KiB |
@@ -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());
|
||||
|