Changing SHADOWS site block human readable text.

This commit is contained in:
marcins78@gmail.com
2012-04-04 22:22:59 +00:00
parent 3d1b3a4560
commit bbe4ee6d14

View File

@@ -1,7 +1,7 @@
package com.gempukku.lotro.common;
public enum Block {
FELLOWSHIP("Fellowship"), TWO_TOWERS("Towers"), KING("King"), SHADOWS("Shadows");
FELLOWSHIP("Fellowship"), TWO_TOWERS("Towers"), KING("King"), SHADOWS("Shadows and onwards");
private String _humanReadable;