Attempt to fix revelation skill list issue.

This commit is contained in:
MobiusDev
2017-12-17 06:21:02 +00:00
parent fe3783f992
commit 7f8a736aba
27 changed files with 204 additions and 42 deletions

View File

@@ -2471,9 +2471,6 @@
<xs:element name="effect">
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" name="ON_MAGIC_SKILL" />
<xs:element minOccurs="0" name="ON_CRITICAL_SKILL" />
<xs:element minOccurs="0" name="ON_EQUIP" />
<xs:element minOccurs="0" name="slot" type="xs:string" />
<xs:element minOccurs="0" name="rate" type="xs:unsignedByte" />
<xs:element minOccurs="0" name="max" type="xs:unsignedByte" />
@@ -2765,6 +2762,7 @@
<xs:element name="isSharedWithSummon" type="xs:boolean" />
<xs:element name="halfKillRate" type="xs:unsignedByte" />
<xs:element name="reuseDelayGroup" type="xs:unsignedShort" />
<xs:element name="displayInList" type="xs:boolean" />
<xs:element name="isSuicideAttack" type="xs:boolean" />
<xs:element name="toggleGroupId" type="xs:unsignedByte" />
<xs:element name="abnormallVL" type="xs:unsignedByte" />