From 8e3f657066a61c3ca3fc10e04e3f12323579b341 Mon Sep 17 00:00:00 2001
From: Rumen Nikiforov <unafraid89@gmail.com>
Date: Fri, 21 Mar 2014 14:53:40 +0000
Subject: [PATCH] BETA: items.xsd changes after [10259] 	* Reported by:
 angkor_tm

---
 L2J_DataPack_BETA/dist/game/data/xsd/items.xsd | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/L2J_DataPack_BETA/dist/game/data/xsd/items.xsd b/L2J_DataPack_BETA/dist/game/data/xsd/items.xsd
index a7a6b50d64..c1353545d3 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>
-- 
GitLab