diff --git a/gemp-lotr/gemp-lotr-async/src/main/web/js/gemp-022/cardFilter.js b/gemp-lotr/gemp-lotr-async/src/main/web/js/gemp-022/cardFilter.js index bd68ddcc2..4fe391d7e 100644 --- a/gemp-lotr/gemp-lotr-async/src/main/web/js/gemp-022/cardFilter.js +++ b/gemp-lotr/gemp-lotr-async/src/main/web/js/gemp-022/cardFilter.js @@ -513,7 +513,7 @@ var LegacyCardFilter = Class.extend({ var type = $("#type option:selected").prop("value"); if (type != "") - type = " type:" + type; + type = " product:" + type; var race = $("#race option:selected").prop("value"); if (race != "") diff --git a/gemp-lotr/gemp-lotr-cards/src/main/resources/rarities/set101-rarity.txt b/gemp-lotr/gemp-lotr-cards/src/main/resources/rarities/set101-rarity.txt index 292b4dab6..1313a73bf 100644 --- a/gemp-lotr/gemp-lotr-cards/src/main/resources/rarities/set101-rarity.txt +++ b/gemp-lotr/gemp-lotr-cards/src/main/resources/rarities/set101-rarity.txt @@ -61,4 +61,6 @@ 101U61 101U62 101U63 -101U64 \ No newline at end of file +101U64 +101X65 +101X66 \ No newline at end of file diff --git a/gemp-lotr/gemp-lotr-cards/src/main/resources/rarities/set102-rarity.txt b/gemp-lotr/gemp-lotr-cards/src/main/resources/rarities/set102-rarity.txt index 00d76814e..d0782fd04 100644 --- a/gemp-lotr/gemp-lotr-cards/src/main/resources/rarities/set102-rarity.txt +++ b/gemp-lotr/gemp-lotr-cards/src/main/resources/rarities/set102-rarity.txt @@ -69,4 +69,8 @@ 102X69 102X70 102X71 -102X72 \ No newline at end of file +102X72 +102X73 +102X74 +102X75 +102X76 \ No newline at end of file