From 622ec54a86876d8b80c1eec34b80f6f8d4836b84 Mon Sep 17 00:00:00 2001 From: jendave Date: Sat, 6 Aug 2011 22:38:32 +0000 Subject: [PATCH] - 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. :) --- src/forge/SetInfoUtil.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/forge/SetInfoUtil.java b/src/forge/SetInfoUtil.java index abea4254795..67585d31682 100644 --- a/src/forge/SetInfoUtil.java +++ b/src/forge/SetInfoUtil.java @@ -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 getSetCode2List()