Changed max enchantItem.
Contributed by rocknowx.
This commit is contained in:
16
trunk/dist/game/data/xsd/enchantItemData.xsd
vendored
16
trunk/dist/game/data/xsd/enchantItemData.xsd
vendored
@@ -23,7 +23,7 @@
|
|||||||
<xs:simpleType>
|
<xs:simpleType>
|
||||||
<xs:restriction base="xs:positiveInteger">
|
<xs:restriction base="xs:positiveInteger">
|
||||||
<xs:minInclusive value="1" />
|
<xs:minInclusive value="1" />
|
||||||
<xs:maxInclusive value="65535" />
|
<xs:maxInclusive value="127" />
|
||||||
</xs:restriction>
|
</xs:restriction>
|
||||||
</xs:simpleType>
|
</xs:simpleType>
|
||||||
</xs:attribute>
|
</xs:attribute>
|
||||||
@@ -31,7 +31,7 @@
|
|||||||
<xs:simpleType>
|
<xs:simpleType>
|
||||||
<xs:restriction base="xs:positiveInteger">
|
<xs:restriction base="xs:positiveInteger">
|
||||||
<xs:minInclusive value="1" />
|
<xs:minInclusive value="1" />
|
||||||
<xs:maxInclusive value="65535" />
|
<xs:maxInclusive value="127" />
|
||||||
</xs:restriction>
|
</xs:restriction>
|
||||||
</xs:simpleType>
|
</xs:simpleType>
|
||||||
</xs:attribute>
|
</xs:attribute>
|
||||||
@@ -39,7 +39,7 @@
|
|||||||
<xs:simpleType>
|
<xs:simpleType>
|
||||||
<xs:restriction base="xs:positiveInteger">
|
<xs:restriction base="xs:positiveInteger">
|
||||||
<xs:minInclusive value="1" />
|
<xs:minInclusive value="1" />
|
||||||
<xs:maxInclusive value="65535" />
|
<xs:maxInclusive value="127" />
|
||||||
</xs:restriction>
|
</xs:restriction>
|
||||||
</xs:simpleType>
|
</xs:simpleType>
|
||||||
</xs:attribute>
|
</xs:attribute>
|
||||||
@@ -47,7 +47,7 @@
|
|||||||
<xs:simpleType>
|
<xs:simpleType>
|
||||||
<xs:restriction base="xs:positiveInteger">
|
<xs:restriction base="xs:positiveInteger">
|
||||||
<xs:minInclusive value="1" />
|
<xs:minInclusive value="1" />
|
||||||
<xs:maxInclusive value="65535" />
|
<xs:maxInclusive value="127" />
|
||||||
</xs:restriction>
|
</xs:restriction>
|
||||||
</xs:simpleType>
|
</xs:simpleType>
|
||||||
</xs:attribute>
|
</xs:attribute>
|
||||||
@@ -81,7 +81,7 @@
|
|||||||
<xs:simpleType>
|
<xs:simpleType>
|
||||||
<xs:restriction base="xs:positiveInteger">
|
<xs:restriction base="xs:positiveInteger">
|
||||||
<xs:minInclusive value="1" />
|
<xs:minInclusive value="1" />
|
||||||
<xs:maxInclusive value="65535" />
|
<xs:maxInclusive value="127" />
|
||||||
</xs:restriction>
|
</xs:restriction>
|
||||||
</xs:simpleType>
|
</xs:simpleType>
|
||||||
</xs:attribute>
|
</xs:attribute>
|
||||||
@@ -89,7 +89,7 @@
|
|||||||
<xs:simpleType>
|
<xs:simpleType>
|
||||||
<xs:restriction base="xs:positiveInteger">
|
<xs:restriction base="xs:positiveInteger">
|
||||||
<xs:minInclusive value="1" />
|
<xs:minInclusive value="1" />
|
||||||
<xs:maxInclusive value="65535" />
|
<xs:maxInclusive value="127" />
|
||||||
</xs:restriction>
|
</xs:restriction>
|
||||||
</xs:simpleType>
|
</xs:simpleType>
|
||||||
</xs:attribute>
|
</xs:attribute>
|
||||||
@@ -97,7 +97,7 @@
|
|||||||
<xs:simpleType>
|
<xs:simpleType>
|
||||||
<xs:restriction base="xs:positiveInteger">
|
<xs:restriction base="xs:positiveInteger">
|
||||||
<xs:minInclusive value="1" />
|
<xs:minInclusive value="1" />
|
||||||
<xs:maxInclusive value="65535" />
|
<xs:maxInclusive value="127" />
|
||||||
</xs:restriction>
|
</xs:restriction>
|
||||||
</xs:simpleType>
|
</xs:simpleType>
|
||||||
</xs:attribute>
|
</xs:attribute>
|
||||||
@@ -105,7 +105,7 @@
|
|||||||
<xs:simpleType>
|
<xs:simpleType>
|
||||||
<xs:restriction base="xs:positiveInteger">
|
<xs:restriction base="xs:positiveInteger">
|
||||||
<xs:minInclusive value="1" />
|
<xs:minInclusive value="1" />
|
||||||
<xs:maxInclusive value="65535" />
|
<xs:maxInclusive value="127" />
|
||||||
</xs:restriction>
|
</xs:restriction>
|
||||||
</xs:simpleType>
|
</xs:simpleType>
|
||||||
</xs:attribute>
|
</xs:attribute>
|
||||||
|
Reference in New Issue
Block a user