- Added "Expanded Middle-earth" (set 14) 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 <= 13; i++) {
|
||||
for (int i = 0; i <= 14; i++) {
|
||||
for (int j = 1; j <= cardCounts[i]; j++) {
|
||||
String blueprintId = i + "_" + j;
|
||||
try {
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user