- Added "Expanded Middle-earth" (set 14) set.

This commit is contained in:
marcins78@gmail.com
2012-01-16 17:05:36 +00:00
parent 9d9a2e6a04
commit 262627af4f
2 changed files with 2 additions and 1 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 <= 13; i++) {
for (int i = 0; i <= 14; i++) {
for (int j = 1; j <= cardCounts[i]; j++) {
String blueprintId = i + "_" + j;
try {

View File

@@ -7,6 +7,7 @@
- System now correctly recognizes attribute bonus from attribute penalty and the source of the bonus/penalty is checked
for cancelling bonus modifiers.
- "Orc Strategist" has a proper name now.
- Added "Expanded Middle-earth" (set 14) set.
<b>15 Jan. 2012</b>
- "Hobbit Farmer" and other allies copying site text should now be able to activate the site phase actions.