Changed transformations max id.
Contributed by rocknowx.
This commit is contained in:
4
trunk/dist/game/data/xsd/transformations.xsd
vendored
4
trunk/dist/game/data/xsd/transformations.xsd
vendored
@@ -357,7 +357,7 @@
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:positiveInteger">
|
||||
<xs:minInclusive value="1" />
|
||||
<xs:maxInclusive value="20007" />
|
||||
<xs:maxInclusive value="20020" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:attribute>
|
||||
@@ -365,7 +365,7 @@
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:positiveInteger">
|
||||
<xs:minInclusive value="1" />
|
||||
<xs:maxInclusive value="20007" />
|
||||
<xs:maxInclusive value="20020" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:attribute>
|
||||
|
Reference in New Issue
Block a user