diff --git a/gemp-lotr/gemp-lotr-server/src/main/java/com/gempukku/lotro/game/LotroServer.java b/gemp-lotr/gemp-lotr-server/src/main/java/com/gempukku/lotro/game/LotroServer.java index b7c286391..bf1b72aa8 100644 --- a/gemp-lotr/gemp-lotr-server/src/main/java/com/gempukku/lotro/game/LotroServer.java +++ b/gemp-lotr/gemp-lotr-server/src/main/java/com/gempukku/lotro/game/LotroServer.java @@ -51,12 +51,12 @@ public class LotroServer extends AbstractServer { // Hunters have 1-194 normal cards, 9 "O" cards, and 3 extra to cover the different culture versions of 15_60 - final int[] cardCounts = new int[]{129, 365, 122, 122, 365, 128, 128, 365, 122, 52, 122, 266, 203, 203, 15, 206, 6, 157, 149}; + final int[] cardCounts = new int[]{129, 365, 122, 122, 365, 128, 128, 365, 122, 52, 122, 266, 203, 203, 15, 206, 6, 157, 149, 40}; Thread thr = new Thread( new Runnable() { public void run() { - for (int i = 0; i <= 18; i++) { + for (int i = 0; i <= 19; i++) { for (int j = 1; j <= cardCounts[i]; j++) { String blueprintId = i + "_" + j; try { diff --git a/gemp-lotr/gemp-lotr-web/src/main/webapp/hall.html b/gemp-lotr/gemp-lotr-web/src/main/webapp/hall.html index bf27ca64e..3ab7ab375 100644 --- a/gemp-lotr/gemp-lotr-web/src/main/webapp/hall.html +++ b/gemp-lotr/gemp-lotr-web/src/main/webapp/hall.html @@ -165,7 +165,7 @@ $(document).ready( function() { - $("#latestNews").append("Sets 01-18 are available to play. " + $("#latestNews").append("All sets are available to play. " + "If you find any problems with specific card or rules in general, please report it at the TLHH forums."); var chat = new ChatBoxUI("Game Hall", $("#chat"), "/gemp-lotr/server", true); 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 88206500d..1a1333621 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 @@ -2,6 +2,7 @@ 9 Mar. 2012 - When a card stacks cards from discard, it does it now correctly if the number of cards in discard is exactly the same as it has to stack (if no selection is needed). +- Added set 19 (Ages End) 8 Mar. 2012 - Added set 18 (Treachery & Deceit)