mirror of
https://github.com/correl/mage.git
synced 2024-11-22 19:18:39 +00:00
adjusted card gen template to work with cardNumber change
This commit is contained in:
parent
f56b81b243
commit
64192292c1
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ public class [=$className=] extends mage.sets.[=$baseSet=].[=$className=] {
|
|||
|
||||
public [=$className=](UUID ownerId) {
|
||||
super(ownerId);
|
||||
this.cardNumber = [=$cardNumber=];
|
||||
this.cardNumber = "[=$cardNumber=]";
|
||||
this.expansionSetCode = "[=$expansionSetCode=]";[=$rarityExtended=]
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue