mirror of
https://github.com/correl/mage.git
synced 2024-12-24 11:50:45 +00:00
* Theros block format - Fixed wrong set code for Journey into Nyx.
This commit is contained in:
parent
b39eeac103
commit
21b340e313
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ public class TherosBlock extends Constructed {
|
||||||
super("Constructed - Theros Block");
|
super("Constructed - Theros Block");
|
||||||
setCodes.add("THS");
|
setCodes.add("THS");
|
||||||
setCodes.add("BNG");
|
setCodes.add("BNG");
|
||||||
setCodes.add("JIN");
|
setCodes.add("JOU");
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue