- Added "Bloodlines" (set 13) set.
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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);
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user