From 7e3e430202cc105f2b3922721864295500a5eb1d Mon Sep 17 00:00:00 2001 From: theelk801 Date: Sat, 22 Apr 2023 18:41:55 -0400 Subject: [PATCH] add lord of the rings set images --- .../plugins/card/dl/sources/ScryfallImageSupportCards.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Mage.Client/src/main/java/org/mage/plugins/card/dl/sources/ScryfallImageSupportCards.java b/Mage.Client/src/main/java/org/mage/plugins/card/dl/sources/ScryfallImageSupportCards.java index 7f42465af66..603bda6b895 100644 --- a/Mage.Client/src/main/java/org/mage/plugins/card/dl/sources/ScryfallImageSupportCards.java +++ b/Mage.Client/src/main/java/org/mage/plugins/card/dl/sources/ScryfallImageSupportCards.java @@ -530,8 +530,10 @@ public class ScryfallImageSupportCards { add("MOM"); // March of the Machine add("MOC"); // March of the Machine Commander add("MAT"); // March of the Machine: The Aftermath - add("30A"); // Thirtieth Anniversary Edition add("MUL"); // Multiverse Legends + add("30A"); // Thirtieth Anniversary Edition + add("LTR"); // Lord of the Rings: Tales of Middle-Earth + add("LTC"); // Lord of the Rings: Tales of Middle-Earth Commander } };