Add LTC set symbol

This commit is contained in:
Josh birnholz
2023-06-01 17:46:08 -04:00
parent 592ff79d2e
commit 72ef3926b2
5 changed files with 1 additions and 1 deletions

View File

@@ -3169,7 +3169,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'].includes(setCode.toLowerCase())) {
if (['moc', 'ltr', 'ltc'].includes(setCode.toLowerCase())) {
extension = 'png';
}
if (setSymbolAliases.has(setCode.toLowerCase())) setCode = setSymbolAliases.get(setCode.toLowerCase());