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