Fixed Drafting Alpha and Beta - incorrect set codes in SetInfoUtil and the pack files.

This commit is contained in:
jendave
2011-08-07 00:42:48 +00:00
parent 70619eb5ff
commit aefb47fb02
4 changed files with 10 additions and 2 deletions

2
.gitattributes vendored
View File

@@ -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

3
res/boosterdata/LEA.pack Normal file
View File

@@ -0,0 +1,3 @@
Commons:11
Uncommons:3
Rares:1

3
res/boosterdata/LEB.pack Normal file
View File

@@ -0,0 +1,3 @@
Commons:11
Uncommons:3
Rares:1

View File

@@ -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"},