diff --git a/gemp-lotr/gemp-lotr-web/src/main/webapp/includes/changeLog.html b/gemp-lotr/gemp-lotr-web/src/main/webapp/includes/changeLog.html index 1d6bc68be..16abab270 100644 --- a/gemp-lotr/gemp-lotr-web/src/main/webapp/includes/changeLog.html +++ b/gemp-lotr/gemp-lotr-web/src/main/webapp/includes/changeLog.html @@ -1,4 +1,7 @@
+30 Oct. 2011
+- Added two new pseudo card types "Items" (Possessions and Artifacts) and "Characters" (Companions, Allies and Minions).
+
 29 Oct. 2011
 - Added Game History tab allowing to watch your old games.
 - "Nan Curunir" now correctly allows to prevent damage only to mounted minions and does not crash the game when used.
diff --git a/gemp-lotr/gemp-lotr-web/src/main/webapp/js/deckBuildingUi.js b/gemp-lotr/gemp-lotr-web/src/main/webapp/js/deckBuildingUi.js
index 8dcbf0485..5a64dd80d 100644
--- a/gemp-lotr/gemp-lotr-web/src/main/webapp/js/deckBuildingUi.js
+++ b/gemp-lotr/gemp-lotr-web/src/main/webapp/js/deckBuildingUi.js
@@ -175,6 +175,8 @@ var GempLotrDeckBuildingUI = Class.extend({
                 + ""
                 + ""
                 + ""
+                + ""
+                + ""
                 + "");
         this.filterDiv.append(combos);