Changed handling of tooltip size calculation.

This commit is contained in:
LevelX2 2014-11-06 23:13:34 +01:00
parent 17a9a8edc7
commit a835c19533
3 changed files with 18 additions and 14 deletions

View file

@ -77,7 +77,7 @@ public class CardInfo {
protected String supertypes;
@DatabaseField
protected String manaCosts;
@DatabaseField(dataType = DataType.STRING, width = 500)
@DatabaseField(dataType = DataType.STRING, width = 800)
protected String rules;
@DatabaseField
protected boolean black;