Support for NPC level integer values.

This commit is contained in:
MobiusDevelopment
2020-12-24 14:23:52 +00:00
parent 83d0a87f0b
commit 8c3d782478
3 changed files with 4 additions and 4 deletions

View File

@@ -289,7 +289,7 @@
</xs:all>
<xs:attribute name="id" type="xs:positiveInteger" use="required" />
<xs:attribute name="displayId" type="xs:positiveInteger" />
<xs:attribute name="level" type="xs:byte" />
<xs:attribute name="level" type="xs:positiveInteger" />
<xs:attribute name="type" type="xs:token" />
<xs:attribute name="name" type="xs:string" />
<xs:attribute name="usingServerSideName" type="xs:boolean" />