Allow multisells without ingredients.

Author: Sahar
Source: http://www.l2jserver.com/forum/viewtopic.php?f=76&p=186601
This commit is contained in:
MobiusDev 2015-04-25 11:24:03 +00:00
parent 2689742277
commit bab3bfecb7

View File

@ -20,7 +20,7 @@
<xs:element name="item" minOccurs="1" maxOccurs="unbounded">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="1">
<xs:element name="ingredient" minOccurs="1" maxOccurs="unbounded">
<xs:element name="ingredient" minOccurs="0" maxOccurs="unbounded">
<xs:complexType>
<xs:attribute name="id" type="xs:integer" use="required" />
<xs:attribute name="enchantmentLevel" type="xs:integer" />