Changed transformations max id.
Contributed by rocknowx.
This commit is contained in:
parent
81d06c9db9
commit
e68d49700d
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>
|
||||
|
Loading…
Reference in New Issue
Block a user