mirror of
https://github.com/correl/mage.git
synced 2025-01-12 19:25:44 +00:00
* Savannah - Fixed wrong card number in revised edition.
This commit is contained in:
parent
8dcc0050b7
commit
1e4150ab7a
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ public class Savannah extends mage.sets.limitedalpha.Savannah {
|
|||
|
||||
public Savannah(UUID ownerId) {
|
||||
super(ownerId);
|
||||
this.cardNumber = 223;
|
||||
this.cardNumber = 297;
|
||||
this.expansionSetCode = "3ED";
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue