- Added missing "Gollum" culture to deck builder.

This commit is contained in:
marcins78@gmail.com
2011-10-20 19:02:09 +00:00
parent c13863d875
commit b7d891e4d0
2 changed files with 2 additions and 1 deletions

View File

@@ -11,7 +11,7 @@ import java.util.Map;
public class LotroCardBlueprintLibrary {
private String[] _packageNames =
new String[]{
"", ".dwarven", ".dunland", ".elven", ".gandalf", ".gondor", ".isengard", ".raider", ".rohan", ".moria", ".wraith", ".sauron", ".shire", ".site"
"", ".dwarven", ".dunland", ".elven", ".gandalf", ".gollum", ".gondor", ".isengard", ".raider", ".rohan", ".moria", ".wraith", ".sauron", ".shire", ".site"
};
private Map<String, LotroCardBlueprint> _blueprintMap = new HashMap<String, LotroCardBlueprint>();

View File

@@ -2,6 +2,7 @@
<b>20 Oct. 2011</b>
- "The One Ring" should now work correctly if you put it on twice during a turn (move twice).
- "Hand Axe" can now be discarded during Archery phase to add 1 to archery.
- Added missing "Gollum" culture to deck builder.
<b>19 Oct. 2011</b>
- Finished "Battle of Helm's Deep (05)" expansion.