mirror of
https://github.com/correl/mage.git
synced 2024-12-24 11:50:45 +00:00
Tribal Unity cardNumber to string fix
This commit is contained in:
parent
86e7ace06e
commit
aa2605d6cf
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ public class TribalUnity extends mage.sets.planechase.TribalUnity {
|
|||
|
||||
public TribalUnity(UUID ownerId) {
|
||||
super(ownerId);
|
||||
this.cardNumber = 294;
|
||||
this.cardNumber = "294";
|
||||
this.expansionSetCode = "ONS";
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue