Update ExpansionSet.java

This commit is contained in:
Chatziargyriou Eleftheria 2018-07-31 17:24:20 +03:00 committed by GitHub
parent da383dbecc
commit 2731897add
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -234,7 +234,7 @@ public abstract class ExpansionSet implements Serializable {
//Battlebond packs alway contain both partners
if (hasPartnerMechanic){
booster = createPartnerBooster();
List<Card> booster = createPartnerBooster();
return booster;
}
return tryBooster();