mirror of
https://github.com/correl/mage.git
synced 2025-01-12 19:25:44 +00:00
Update ExpansionSet.java
This commit is contained in:
parent
197020b162
commit
17cd5792d4
1 changed files with 1 additions and 1 deletions
|
@ -286,7 +286,7 @@ public abstract class ExpansionSet implements Serializable {
|
|||
}
|
||||
//Battlebond packs alway contain both partners
|
||||
if (hasPartnerMechanic){
|
||||
List<Card> booster = createPartnerBooster();
|
||||
booster = createPartnerBooster();
|
||||
return booster;
|
||||
}
|
||||
return tryBooster();
|
||||
|
|
Loading…
Reference in a new issue