1
0
Fork 0
mirror of https://github.com/correl/mage.git synced 2025-04-05 17:00:10 -09:00

*Fixed name of Historical and Super Standard format.

This commit is contained in:
LevelX2 2015-08-07 20:51:27 +02:00
parent 660f108a2a
commit ddceaa3e54
2 changed files with 2 additions and 2 deletions
Mage.Server.Plugins/Mage.Deck.Constructed/src/mage/deck

View file

@ -85,7 +85,7 @@ public class HistoricalStandard extends Constructed {
* done in the overridden validate function.
*/
public HistoricalStandard() {
super("Variant Magic - Historical Standard");
super("Constructed - Historical Standard");
// banned cards
banned.add("Balance");

View file

@ -61,7 +61,7 @@ public class SuperStandard extends Constructed {
* done in the overridden validate function.
*/
public SuperStandard() {
super("Variant Magic - Super Standard");
super("Constructed - Super Standard");
banned.add("Ancient Den");
banned.add("Disciple of the Vault");