Sfoglia il codice sorgente

BETA: Minor update for instance.xsd schema by Copyleft.

Zoey76 13 anni fa
parent
commit
10bf8594ff
1 ha cambiato i file con 5 aggiunte e 0 eliminazioni
  1. 5 0
      L2J_DataPack_BETA/dist/game/data/xsd/instance.xsd

+ 5 - 0
L2J_DataPack_BETA/dist/game/data/xsd/instance.xsd

@@ -18,6 +18,11 @@
 						<xs:attribute name="val" type="xs:positiveInteger" use="required" />
 					</xs:complexType>
 				</xs:element>
+				<xs:element name="PvPInstance" minOccurs="0" maxOccurs="1">
+					<xs:complexType>
+						<xs:attribute name="val" type="xs:boolean" use="required" />
+					</xs:complexType>
+				</xs:element>
 				<xs:element name="showTimer" minOccurs="0" maxOccurs="1">
 					<xs:complexType>
 						<xs:attribute name="val" type="xs:boolean" use="required" />