- Added the missing New Phyrexia set data to the SetInfoUtil class. The new NPH cards should now look correct in the deck editor. We are still missing the pics but I think that the pic links will soon become active, next weekend I hope. :)

This commit is contained in:
jendave
2011-08-06 22:38:32 +00:00
parent 9b3ef01aa0
commit 622ec54a86

View File

@@ -79,7 +79,8 @@ public class SetInfoUtil {
{"ROE", "ROE", "Rise of the Eldrazi"},
{"M11", "M11", "Magic The Gathering 2011"},
{"SOM", "SOM", "Scars of Mirrodin"},
{"MBS", "MBS", "Mirrodin Besieged"}
{"MBS", "MBS", "Mirrodin Besieged"},
{"NPH", "NPH", "New Phyrexia"}
};
public static ArrayList<String> getSetCode2List()