- Added "Bloodlines" (set 13) set.

This commit is contained in:
marcins78@gmail.com
2012-01-16 12:05:41 +00:00
parent 21bc17b42a
commit 59a1d66e62
3 changed files with 3 additions and 2 deletions

View File

@@ -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 {

View File

@@ -165,7 +165,7 @@
$(document).ready(
function() {
$("#latestNews").append("<b>Sets 01-12 are available to play.</b> "
$("#latestNews").append("<b>Sets 01-13 are available to play.</b> "
+ "If you find any problems with specific card or rules in general, please report it <a href='http://lotrtcgdb.com/forums/index.php/topic,7592.0.html'>at the TLHH forums</a>.");
var chat = new ChatBoxUI("Game Hall", $("#chat"), "/gemp-lotr/server", true);

View File

@@ -2,6 +2,7 @@
<b>15 Jan. 2012</b>
- "Fearless" should now be giving a proper bonus to the minion.
- "Orthanc Warrior" has a propert name now.
- Added "Bloodlines" (set 13) set.
<b>15 Jan. 2012</b>
- "Hobbit Farmer" and other allies copying site text should now be able to activate the site phase actions.