add the promo cards which exist in no other Magarena sets

master
ShawnieBoy 2015-05-09 22:28:31 +01:00
parent 460352982b
commit b042af5449
4 changed files with 7 additions and 0 deletions

View File

@ -94,6 +94,7 @@ VIS
WTH
WWK
ZEN
pMEI
# banned: prefix with !
!Advantageous Proclamation

View File

@ -94,6 +94,7 @@ VIS
WTH
WWK
ZEN
pMEI
# banned: prefix with !
!Advantageous Proclamation

View File

@ -0,0 +1,4 @@
Mana Crypt
Nalathni Dragon
Sewers of Estark
Windseeker Centaur

View File

@ -98,6 +98,7 @@ public enum MagicSets {
_2ED("Unlimited Edition"), // 1993-12-1
LEB("Limited Edition Beta"), // 1993-10-?
LEA("Limited Edition Alpha"), // 1993-8-5
pMEI("Promotional Media Inserts") // 1994-9+-?
;
private final String setName;