mistype on previous commit

This commit is contained in:
magenoxx 2012-06-27 16:17:29 +04:00
parent e702329003
commit d344d2315d

View file

@ -52,7 +52,7 @@ public class RateCard {
return rated.get(card.getName());
}
int type = 0;
if (card.getCardType().contains(Constants.CardType.CREATURE)) {
if (card.getCardType().contains(Constants.CardType.PLANESWALKER)) {
type = 15;
} if (card.getCardType().contains(Constants.CardType.CREATURE)) {
type = 10;