From 4204bd7b36564149b01d87e875ff1c32655b615d Mon Sep 17 00:00:00 2001 From: Christian 'ketura' McCarty Date: Sat, 9 Sep 2023 12:13:13 -0500 Subject: [PATCH] Updating WC format name hack. Missed check-in item for art cards --- .../src/main/web/js/gemp-022/hallUi.js | 2 +- .../src/main/resources/product/Misc-Packs.hjson | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/gemp-lotr/gemp-lotr-async/src/main/web/js/gemp-022/hallUi.js b/gemp-lotr/gemp-lotr-async/src/main/web/js/gemp-022/hallUi.js index eb636a680..73abeb215 100644 --- a/gemp-lotr/gemp-lotr-async/src/main/web/js/gemp-022/hallUi.js +++ b/gemp-lotr/gemp-lotr-async/src/main/web/js/gemp-022/hallUi.js @@ -645,7 +645,7 @@ var GempLotrHallUI = Class.extend({ //TODO: Replace this with an actual fix on the server side if(name.includes("Casual - WC")) { - name = "Competitive - Format Championships" + name = "Competitive - 2023 World Championship Walk-on Qualifiers" } row.append(name); row.append("" + statusDescription + ""); diff --git a/gemp-lotr/gemp-lotr-cards/src/main/resources/product/Misc-Packs.hjson b/gemp-lotr/gemp-lotr-cards/src/main/resources/product/Misc-Packs.hjson index ac331e80f..19c17be06 100644 --- a/gemp-lotr/gemp-lotr-cards/src/main/resources/product/Misc-Packs.hjson +++ b/gemp-lotr/gemp-lotr-cards/src/main/resources/product/Misc-Packs.hjson @@ -362,6 +362,12 @@ 1x6_130 #Sirannon Ruins FA 1x18_151 + #Ulaire Enquea, Lieutenant of Mordor FA + 1x1_382 + #Sapling of the White Tree MW + 1x9_58 + #Gollum, Dark as Darkness FA + 1x9_59 ] } @@ -439,6 +445,10 @@ 1x6_130 #Sirannon Ruins FA 1x18_151 + #Ulaire Enquea, Lieutenant of Mordor FA + 1x9_58 + #Gollum, Dark as Darkness FA + 1x9_59 ] } @@ -560,6 +570,8 @@ 1x2_126 #Morgul Squealer MW 1x8_125 + #Sapling of the White Tree MW + 1x9_58 ] } @@ -681,6 +693,8 @@ 1x2_126 #Morgul Squealer MW 1x8_125 + #Sapling of the White Tree MW + 1x9_58 ] } ] \ No newline at end of file