mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 03:38:01 +00:00
Fixed Drafting Alpha and Beta - incorrect set codes in SetInfoUtil and the pack files.
This commit is contained in:
2
.gitattributes
vendored
2
.gitattributes
vendored
@@ -50,6 +50,8 @@ res/boosterdata/HML.pack -text
|
|||||||
res/boosterdata/ICE.pack -text
|
res/boosterdata/ICE.pack -text
|
||||||
res/boosterdata/INV.pack -text
|
res/boosterdata/INV.pack -text
|
||||||
res/boosterdata/JUD.pack -text
|
res/boosterdata/JUD.pack -text
|
||||||
|
res/boosterdata/LEA.pack -text
|
||||||
|
res/boosterdata/LEB.pack -text
|
||||||
res/boosterdata/LEG.pack -text
|
res/boosterdata/LEG.pack -text
|
||||||
res/boosterdata/LGN.pack -text
|
res/boosterdata/LGN.pack -text
|
||||||
res/boosterdata/LRW.pack -text
|
res/boosterdata/LRW.pack -text
|
||||||
|
|||||||
3
res/boosterdata/LEA.pack
Normal file
3
res/boosterdata/LEA.pack
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
Commons:11
|
||||||
|
Uncommons:3
|
||||||
|
Rares:1
|
||||||
3
res/boosterdata/LEB.pack
Normal file
3
res/boosterdata/LEB.pack
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
Commons:11
|
||||||
|
Uncommons:3
|
||||||
|
Rares:1
|
||||||
@@ -221,8 +221,8 @@ public class SetInfoUtil {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private static String[][] blocks = {
|
private static String[][] blocks = {
|
||||||
{"A", "", "", "Alpha", "3", "A"},
|
{"LEA", "", "", "Alpha", "3", "LEA"},
|
||||||
{"B", "", "", "Beta", "3", "B"},
|
{"LEB", "", "", "Beta", "3", "LEB"},
|
||||||
{"2ED", "", "", "Unlimited", "3", "2ED"},
|
{"2ED", "", "", "Unlimited", "3", "2ED"},
|
||||||
{"ARN", "", "", "Arabian Nights", "5", "2ED"},
|
{"ARN", "", "", "Arabian Nights", "5", "2ED"},
|
||||||
{"ATQ", "", "", "Antiquities", "5", "ATQ"},
|
{"ATQ", "", "", "Antiquities", "5", "ATQ"},
|
||||||
|
|||||||
Reference in New Issue
Block a user