mirror of
https://github.com/correl/mage.git
synced 2024-12-25 11:11:16 +00:00
* Keldon Megaliths - Fixed set code.
This commit is contained in:
parent
1383941bf7
commit
16db60d279
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ public class KeldonMegaliths extends mage.sets.jacevschandra.KeldonMegaliths {
|
|||
public KeldonMegaliths(UUID ownerId) {
|
||||
super(ownerId);
|
||||
this.cardNumber = 58;
|
||||
this.expansionSetCode = "DD3";
|
||||
this.expansionSetCode = "DD3D";
|
||||
}
|
||||
|
||||
public KeldonMegaliths(final KeldonMegaliths card) {
|
||||
|
|
Loading…
Reference in a new issue