mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
- 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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user