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 da55ffc5d..d99f477d5 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
@@ -54,7 +54,7 @@ public class LotroServer extends AbstractServer {
Thread thr = new Thread(
new Runnable() {
public void run() {
- for (int i = 0; i <= 12; i++) {
+ for (int i = 0; i <= 13; 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 50fe28838..ec309ada4 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-12 are available to play. "
+ $("#latestNews").append("Sets 01-13 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 cf3649b61..90fa50dc1 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 @@
15 Jan. 2012
- "Fearless" should now be giving a proper bonus to the minion.
- "Orthanc Warrior" has a propert name now.
+- Added "Bloodlines" (set 13) set.
15 Jan. 2012
- "Hobbit Farmer" and other allies copying site text should now be able to activate the site phase actions.