Ver código fonte

BETA: Limit max macros to 48 in initialShortcuts validator

	Reported by : yksdtc
Zealar 10 anos atrás
pai
commit
8d537dd3cc

+ 1 - 1
L2J_DataPack_BETA/dist/game/data/xsd/initialShortcuts.xsd

@@ -53,7 +53,7 @@
 				<xs:element name="macros" minOccurs="0">
 					<xs:complexType>
 						<xs:sequence>
-							<xs:element name="macro">
+							<xs:element name="macro" maxOccurs="48">
 								<xs:complexType>
 									<xs:sequence>
 										<xs:element name="command" maxOccurs="12" minOccurs="1">