Merge remote-tracking branch 'remotes/upstream/master'

This commit is contained in:
ciaccona007 2017-07-08 16:15:08 -04:00
commit 8ed18101eb
2 changed files with 5 additions and 4 deletions

View file

@ -51,11 +51,11 @@ public class HistoricalType2 extends Constructed {
{"TMP", "STH", "EXO", "USG", "ULG", "6ED", "UDS"},
// 8th Standard: Urza's Saga, Urza's Legacy, 6th, Urza's Destiny,
// Mercadian Masques, Nemesis, Prophecy.
{"USG", "ULG", "6ED", "UDS", "MMQ", "NMS", "PCY"},
{"USG", "ULG", "6ED", "UDS", "MMQ", "NEM", "PCY"},
// 9th Standard
{"6ED", "MMQ", "NMS", "PCY", "INV", "PLS"},
{"6ED", "MMQ", "NEM", "PCY", "INV", "PLS"},
// 10th Standard
{"7ED", "MMQ", "NMS", "PCY", "INV", "PLS", "APC"},
{"7ED", "MMQ", "NEM", "PCY", "INV", "PLS", "APC"},
// 11th Standard
{"7ED", "INV", "APC", "PLS", "ODY", "TOR", "JUD"},
// 12th Standard

View file

@ -46,7 +46,8 @@ public class ShardsOfAlara extends ExpansionSet {
}
private ShardsOfAlara() {
super("Shards of Alara", "ALA", ExpansionSet.buildDate(2008, 8, 27), SetType.EXPANSION);
// release date of Shards of Alara was October 3rd, 2008. Was previously entered as August 27.
super("Shards of Alara", "ALA", ExpansionSet.buildDate(2008, 10, 3), SetType.EXPANSION);
this.blockName = "Shards of Alara";
this.hasBoosters = true;
this.numBoosterLands = 1;