Skill id could be integer.

Contributed by Iris.
This commit is contained in:
MobiusDevelopment 2022-05-08 14:27:38 +00:00
parent 19c4939466
commit 4703f541bd
2 changed files with 2 additions and 2 deletions

View File

@ -1181,7 +1181,7 @@
</xs:element>
</xs:choice>
</xs:sequence>
<xs:attribute name="id" type="xs:unsignedShort" use="required" />
<xs:attribute name="id" type="xs:unsignedInt" use="required" />
<xs:attribute name="levels" type="xs:unsignedByte" use="required" />
<xs:attribute name="name" type="xs:string" use="required" />
<xs:attribute name="enchantGroup1" type="xs:unsignedByte" use="optional" />

View File

@ -1208,7 +1208,7 @@
</xs:element>
</xs:choice>
</xs:sequence>
<xs:attribute name="id" type="xs:unsignedShort" use="required" />
<xs:attribute name="id" type="xs:unsignedInt" use="required" />
<xs:attribute name="levels" type="xs:unsignedByte" use="required" />
<xs:attribute name="name" type="xs:string" use="required" />
<xs:attribute name="enchantGroup1" type="xs:unsignedByte" use="optional" />