From aefb47fb02d674d9c70b97b15e9253db46669567 Mon Sep 17 00:00:00 2001 From: jendave Date: Sun, 7 Aug 2011 00:42:48 +0000 Subject: [PATCH] Fixed Drafting Alpha and Beta - incorrect set codes in SetInfoUtil and the pack files. --- .gitattributes | 2 ++ res/boosterdata/LEA.pack | 3 +++ res/boosterdata/LEB.pack | 3 +++ src/forge/SetInfoUtil.java | 4 ++-- 4 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 res/boosterdata/LEA.pack create mode 100644 res/boosterdata/LEB.pack diff --git a/.gitattributes b/.gitattributes index 772dfdba28a..ab0b51d4f0a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -50,6 +50,8 @@ res/boosterdata/HML.pack -text res/boosterdata/ICE.pack -text res/boosterdata/INV.pack -text res/boosterdata/JUD.pack -text +res/boosterdata/LEA.pack -text +res/boosterdata/LEB.pack -text res/boosterdata/LEG.pack -text res/boosterdata/LGN.pack -text res/boosterdata/LRW.pack -text diff --git a/res/boosterdata/LEA.pack b/res/boosterdata/LEA.pack new file mode 100644 index 00000000000..1cee958e168 --- /dev/null +++ b/res/boosterdata/LEA.pack @@ -0,0 +1,3 @@ +Commons:11 +Uncommons:3 +Rares:1 \ No newline at end of file diff --git a/res/boosterdata/LEB.pack b/res/boosterdata/LEB.pack new file mode 100644 index 00000000000..1cee958e168 --- /dev/null +++ b/res/boosterdata/LEB.pack @@ -0,0 +1,3 @@ +Commons:11 +Uncommons:3 +Rares:1 \ No newline at end of file diff --git a/src/forge/SetInfoUtil.java b/src/forge/SetInfoUtil.java index 6bdb1616ca5..6a2a3b3f534 100644 --- a/src/forge/SetInfoUtil.java +++ b/src/forge/SetInfoUtil.java @@ -221,8 +221,8 @@ public class SetInfoUtil { } private static String[][] blocks = { - {"A", "", "", "Alpha", "3", "A"}, - {"B", "", "", "Beta", "3", "B"}, + {"LEA", "", "", "Alpha", "3", "LEA"}, + {"LEB", "", "", "Beta", "3", "LEB"}, {"2ED", "", "", "Unlimited", "3", "2ED"}, {"ARN", "", "", "Arabian Nights", "5", "2ED"}, {"ATQ", "", "", "Antiquities", "5", "ATQ"},