mirror of
https://github.com/magefree/mage.git
synced 2025-12-28 06:22:01 -08:00
Changed handling of tooltip size calculation.
This commit is contained in:
parent
17a9a8edc7
commit
a835c19533
3 changed files with 18 additions and 14 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue