mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2025-12-12 15:49:28 -08:00
Loyalty now string, xsd fix (#2785)
Card with `X` loyalty was printed, loyalty now string
This commit is contained in:
@@ -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" />
|
||||
@@ -80,4 +80,4 @@
|
||||
<xs:attribute type="xs:integer" name="version"/>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
</xs:schema>
|
||||
</xs:schema>
|
||||
|
||||
Reference in New Issue
Block a user