mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 11:32:00 -08: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) {
|
public TribalUnity(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
this.cardNumber = 294;
|
this.cardNumber = "294";
|
||||||
this.expansionSetCode = "ONS";
|
this.expansionSetCode = "ONS";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue