mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-30 12:26:55 -05:00
Loyalty now string, xsd fix (#2785)
Card with `X` loyalty was printed, loyalty now string
This commit is contained in:
parent
03bb02f75b
commit
bcda502b46
|
|
@ -44,7 +44,7 @@
|
|||
<xs:element type="xs:integer" name="tablerow" maxOccurs="1" />
|
||||
<xs:element type="xs:string" name="text" maxOccurs="1" />
|
||||
<xs:element type="xs:boolean" name="cipt" minOccurs="0" maxOccurs="1" />
|
||||
<xs:element type="xs:integer" name="loyalty" minOccurs="0" maxOccurs="1" />
|
||||
<xs:element type="xs:string" name="loyalty" minOccurs="0" maxOccurs="1" />
|
||||
<xs:element type="xs:string" name="cmc" minOccurs="1" maxOccurs="1" />
|
||||
<xs:element type="xs:boolean" name="upsidedown" minOccurs="0" maxOccurs="1" />
|
||||
<xs:element type="xs:boolean" name="token" minOccurs="0" maxOccurs="1" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user