Update ExpansionSet.java

This commit is contained in:
Chatziargyriou Eleftheria 2018-07-31 17:09:56 +03:00 committed by GitHub
parent 197020b162
commit 17cd5792d4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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();