Merge pull request #3066 from kevlahnota/newmaster2

fix typo
This commit is contained in:
Anthony Calosa
2023-05-06 07:59:01 +08:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

@@ -174,7 +174,7 @@ public enum FSkinTexture implements FImage {
Ghirapur(ForgeConstants.BG_89, false, true), Ghirapur(ForgeConstants.BG_89, false, true),
Inys_Haen(ForgeConstants.BG_90, false, true), Inys_Haen(ForgeConstants.BG_90, false, true),
Ketria(ForgeConstants.BG_91, false, true), Ketria(ForgeConstants.BG_91, false, true),
Littiara(ForgeConstants.BG_92, false, true), Littjara(ForgeConstants.BG_92, false, true),
Megaflora_Jungle(ForgeConstants.BG_93, false, true), Megaflora_Jungle(ForgeConstants.BG_93, false, true),
Naktamun(ForgeConstants.BG_94, false, true), Naktamun(ForgeConstants.BG_94, false, true),
New_Argive(ForgeConstants.BG_95, false, true), New_Argive(ForgeConstants.BG_95, false, true),

View File

@@ -38,7 +38,7 @@ https://downloads.cardforge.org/images/planes/Kilnspire_District.jpg
https://downloads.cardforge.org/images/planes/Krosa.jpg https://downloads.cardforge.org/images/planes/Krosa.jpg
https://downloads.cardforge.org/images/planes/Lair_of_the_Ashen_Idol.jpg https://downloads.cardforge.org/images/planes/Lair_of_the_Ashen_Idol.jpg
https://downloads.cardforge.org/images/planes/Lethe_Lake.jpg https://downloads.cardforge.org/images/planes/Lethe_Lake.jpg
https://downloads.cardforge.org/images/planes/Littiara.jpg https://downloads.cardforge.org/images/planes/Littjara.jpg
https://downloads.cardforge.org/images/planes/Llanowar.jpg https://downloads.cardforge.org/images/planes/Llanowar.jpg
https://downloads.cardforge.org/images/planes/Megaflora_Jungle.jpg https://downloads.cardforge.org/images/planes/Megaflora_Jungle.jpg
https://downloads.cardforge.org/images/planes/Minamo.jpg https://downloads.cardforge.org/images/planes/Minamo.jpg

View File

@@ -251,7 +251,7 @@ public final class ForgeConstants {
public static final String BG_89 = "Ghirapur.jpg"; public static final String BG_89 = "Ghirapur.jpg";
public static final String BG_90 = "Inys_Haen.jpg"; public static final String BG_90 = "Inys_Haen.jpg";
public static final String BG_91 = "Ketria.jpg"; public static final String BG_91 = "Ketria.jpg";
public static final String BG_92 = "Littiara.jpg"; public static final String BG_92 = "Littjara.jpg";
public static final String BG_93 = "Megaflora_Jungle.jpg"; public static final String BG_93 = "Megaflora_Jungle.jpg";
public static final String BG_94 = "Naktamun.jpg"; public static final String BG_94 = "Naktamun.jpg";
public static final String BG_95 = "New_Argive.jpg"; public static final String BG_95 = "New_Argive.jpg";