diff --git a/L2J_DataPack_BETA/dist/game/data/xsd/items.xsd b/L2J_DataPack_BETA/dist/game/data/xsd/items.xsd index a7a6b50d646db64eceea4720560928d5b5ee10d6..c1353545d39f3aeb307b845780b93155cbc021af 100644 --- a/L2J_DataPack_BETA/dist/game/data/xsd/items.xsd +++ b/L2J_DataPack_BETA/dist/game/data/xsd/items.xsd @@ -122,6 +122,8 @@ </xs:attribute> <xs:attribute name="races" type="xs:token" /> <xs:attribute name="subclass" type="xs:boolean" /> + <xs:attribute name="instanceId" type="xs:normalizedString" /> + <xs:attribute name="categoryType" type="xs:normalizedString" /> </xs:complexType> </xs:element> </xs:choice> @@ -182,11 +184,13 @@ </xs:attribute> <xs:attribute name="SiegeZone" type="xs:positiveInteger" fixed="126" /> <xs:attribute name="vehicleMounted" type="xs:boolean" /> + <xs:attribute name="categoryType" type="xs:normalizedString" /> </xs:complexType> </xs:element> <xs:element name="target" maxOccurs="unbounded" minOccurs="1"> <xs:complexType> <xs:attribute name="levelRange" type="xs:token" /> + <xs:attribute name="categoryType" type="xs:normalizedString" /> </xs:complexType> </xs:element> </xs:choice>