Changed fishingRod max occurs.
Contributed by rocknowx.
This commit is contained in:
parent
10ba3b6196
commit
81d06c9db9
4
trunk/dist/game/data/xsd/fishingRods.xsd
vendored
4
trunk/dist/game/data/xsd/fishingRods.xsd
vendored
@ -2,8 +2,8 @@
|
||||
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
|
||||
<xs:element name="list">
|
||||
<xs:complexType>
|
||||
<xs:sequence maxOccurs="30" minOccurs="1">
|
||||
<xs:element name="fishingRod" maxOccurs="30" minOccurs="1">
|
||||
<xs:sequence maxOccurs="1" minOccurs="1">
|
||||
<xs:element name="fishingRod" maxOccurs="8" minOccurs="1">
|
||||
<xs:complexType>
|
||||
<xs:attribute name="fishingRodDamage" type="xs:decimal" use="required" />
|
||||
<xs:attribute name="fishingRodLevel" type="xs:positiveInteger" use="required" />
|
||||
|
Loading…
Reference in New Issue
Block a user