mirror of
https://github.com/magefree/mage.git
synced 2025-12-23 03:51:58 -08:00
Fixed #4311: deck editor can't load decks with cards cards from Masterpiece Series Amonkhet (MPS-AKH)
This commit is contained in:
parent
204a602b36
commit
1a252e61a2
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ public class DckDeckImporter extends DeckImporter {
|
|||
|
||||
private static final Pattern layoutStackPattern = Pattern.compile("\\(([^)]*)\\)");
|
||||
|
||||
private static final Pattern layoutStackEntryPattern = Pattern.compile("\\[(\\w+):(\\w+)]");
|
||||
private static final Pattern layoutStackEntryPattern = Pattern.compile("\\[(\\w+[^:]\\w+):(\\d+)]"); // [MPSAK1321:43],[MPSAKH:9],[MPS123-AKH:32],[MPS-13AKH:30],[MPS-AKH:49],[MPS-AKH:11]
|
||||
|
||||
@Override
|
||||
protected void readLine(String line, DeckCardLists deckList) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue