- Fixed Bloodrite Invoker crash.

This commit is contained in:
jendave
2011-08-06 04:56:40 +00:00
parent 0bd937f40a
commit d2bb46c99e

View File

@@ -2509,6 +2509,8 @@ public class CardFactory implements NewConstants {
if (tmpCost.length() == 0) if (tmpCost.length() == 0)
tapOnlyCost = true; tapOnlyCost = true;
} }
else
tmpCost = tmpCost.trim();
final String manaCost = tmpCost; final String manaCost = tmpCost;