Adding July PC Weekend League promos
This commit is contained in:
@@ -264,5 +264,10 @@ var PCCards = {
|
|||||||
//Pavice FA
|
//Pavice FA
|
||||||
'11_270':'https://i.lotrtcgpc.net/promos/2021/12/PCPROMO_FA_11094.jpg',
|
'11_270':'https://i.lotrtcgpc.net/promos/2021/12/PCPROMO_FA_11094.jpg',
|
||||||
|
|
||||||
|
//July Weekend League Promos
|
||||||
|
// The Balrog, Demon of Might FA
|
||||||
|
'19_41':'https://i.lotrtcgpc.net/promos/2022/07/PCPROMO_FA_19018.jpg',
|
||||||
|
// Aragorn's Bow, Ranger's Longbow MW
|
||||||
|
'15_208''https://i.lotrtcgpc.net/promos/2022/07/PCPROMO_MW_15056.jpg',
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -272,3 +272,7 @@ gl_theOneRing,1_2
|
|||||||
7_366,7_79
|
7_366,7_79
|
||||||
#Pavice FA
|
#Pavice FA
|
||||||
11_270,11_94
|
11_270,11_94
|
||||||
|
#The Balrog, Demon of Might FA
|
||||||
|
19_41,19_18
|
||||||
|
#Aragorn's Bow, Ranger's Longbow MW
|
||||||
|
15_208,15_56
|
||||||
@@ -100,6 +100,11 @@ public class CollectionSerializer {
|
|||||||
_singleByteCountItems.add("7_366");
|
_singleByteCountItems.add("7_366");
|
||||||
_singleByteCountItems.add("11_270");
|
_singleByteCountItems.add("11_270");
|
||||||
|
|
||||||
|
//July 2022 PC Promos
|
||||||
|
_singleByteCountItems.add("19_41");
|
||||||
|
_singleByteCountItems.add("15_208");
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private void fillDoubleByteItems() throws IOException {
|
private void fillDoubleByteItems() throws IOException {
|
||||||
|
|||||||
Reference in New Issue
Block a user