Adding Orc culture.

This commit is contained in:
marcins78@gmail.com
2011-12-05 01:25:24 +00:00
parent 96368053e2
commit f5c605a486

View File

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