Improved support for instanced timed hunting zones.

This commit is contained in:
MobiusDevelopment
2021-05-25 21:39:09 +00:00
parent 0537478023
commit 432f235dc5
34 changed files with 232 additions and 24 deletions

View File

@@ -15,6 +15,7 @@
<xs:element type="xs:int" name="entryFee" />
<xs:element type="xs:short" name="minLevel" />
<xs:element type="xs:short" name="maxLevel" />
<xs:element type="xs:int" name="instanceId" minOccurs="0" />
<xs:element type="xs:boolean" name="weekly" minOccurs="0" />
</xs:sequence>
<xs:attribute type="xs:byte" name="id" use="optional" />