Adding The Balrog to league pack.

This commit is contained in:
marcins78@gmail.com
2011-12-16 11:38:45 +00:00
parent ecb5241f18
commit bf80922902

View File

@@ -45,6 +45,9 @@ public class LeagueStarterBox implements PackBox {
// Sam
result.add(new CardCollection.Item(CardCollection.Item.Type.CARD, 1, "1_311"));
// The Balrog
result.add(new CardCollection.Item(CardCollection.Item.Type.CARD, 1, "0_10"));
return result;
}
}